Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons

Social Media

Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons
Search the Site
Popular Searches:
technology Amazon AI
Recent Posts
Trellix Source Code Breach: Hackers Access Repository
May 2, 2026
Hackers Exploit cPanel Flaw to Breach Government Military
May 2, 2026
Exim Mail Server Vulnerabilities Lead to Crash via DNS Data
May 2, 2026
Home/CyberSecurity News/Critical Vivotek Flaw Allows Remote Code Injection Expl
CyberSecurity News

Critical Vivotek Flaw Allows Remote Code Injection Expl

A critical remote code injection vulnerability has been identified within Vivotek legacy firmware. This severe flaw enables unauthenticated attackers to execute arbitrary commands with root...

Marcus Rodriguez
Marcus Rodriguez
January 22, 2026 2 Min Read
0 0

A critical remote code injection vulnerability has been identified within Vivotek legacy firmware. This severe flaw enables unauthenticated attackers to execute arbitrary commands with root privileges, posing a significant threat to affected systems.

The vulnerability, tracked as CVE-2026-22755, affects dozens of camera models and poses significant risks to organizations relying on legacy surveillance infrastructure.

The vulnerability exists in the upload_map.cgi script, where user-supplied filenames are processed through an unsanitized snprintf() function before being passed to the system() call.

This allows attackers to inject shell commands via specially crafted filenames that contain metacharacters, such as semicolons.

Vivotek Vulnerability

Akamai researchers discovered that Vivotek legacy cameras lack password protection by default, eliminating authentication barriers.

The exploit requires five specific conditions: file size under 5MB, firmware verification bypass, and an intact /usr/sbin/confclient binary.

Disassembled code showing user input passed to system() (source : akamai )
Disassembled code showing user input passed to system() (source : Akamai)

Non-standard web server environment variables, and access through upload_map.cgi rather than file_manager.cgi.

Researchers created a bash script that generates valid firmware images with proper magic bytes (FF V FF FF header and FF K FF FF footer) to bypass validation checks.

By setting environment variables, including POST_FILE_NAME=”test_firmware.bin; id;”, attackers trigger command execution as the root user, as evidenced by proof-of-concept demonstrations in which the id command showed a uid of 0 (root).

Decompiled code showing how cgi-bin script must be called( source : akamai)
Decompiled code showing how cgi-bin script must be called( source: Akamai)

The vulnerability impacts 36 camera models across multiple product lines.

Model Series Affected Firmware
FD8365, FD9165, FD9371 0100a–0125c
FE9180, FE9191 0100a–0125c
IB9365, IP9165, IP9171 0100a–0125c
MA9321, MS9390, TB9330 0100a–0125c

Attack Scenario

An attacker can remotely upload a malicious firmware file with an embedded command in the filename.

When processed by the vulnerable upload_map.In a CGI script, the shell metacharacter triggers command execution.

The resulting payload executes with root privileges, enabling complete system compromise, lateral network movement, botnet installation, or data exfiltration.

According to Akamai, organizations should implement network-level detection using the following YARA rule to identify exploitation attempts:

rule CVE_2026_22755_Vivotek_upload
{
    meta:
        description = "Detects upload_map.cgi requests with camid parameter"

    strings:
        $path = "/cgi-bin/admin/upload_map.cgi"
        $param = "camid="

    condition:
        all of them
}

Prioritize firmware updates for affected camera models immediately. Implement network segmentation to isolate legacy camera infrastructure.

Deploy intrusion detection signatures for malicious upload_map.cgi requests. Conduct inventory audits to identify deployed vulnerable devices.

Monitor for suspicious file uploads and POST requests to camera administration interfaces.

This vulnerability represents a critical IoT security risk, particularly for organizations operating legacy surveillance systems in critical infrastructure, healthcare, and enterprise environments.

Unauthenticated remote code execution with root privileges enables complete device compromise and potential network propagation through botnet-based distributed denial-of-service attacks.

Disclaimer: HackersRadar reports on cybersecurity threats and incidents for informational and awareness purposes only. We do not engage in hacking activities, data exfiltration, or the hosting or distribution of stolen or leaked information. All content is based on publicly available sources.

Tags:

AttackCVEExploitSecurityVulnerability

Share Article

Marcus Rodriguez

Marcus Rodriguez

Marcus is a security researcher and investigative journalist with expertise in vulnerability research, bug bounties, and cloud security. Since 2017, Marcus has been breaking stories on critical vulnerabilities affecting major platforms. His investigative work has led to the disclosure of numerous security flaws and improved defenses across the industry. Marcus is an active participant in bug bounty programs and has been recognized for responsible disclosure practices. He holds multiple security certifications and regularly speaks at industry events.

Previous Post

Malicious PyPI Package Impersonates Sympy Mimic Popular

Next Post

ClickFix Campaign Hijacks Facebook Sessions via Fake Pages

No Comment! Be the first one.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Popular Posts
cPanelSniper PoC Exploit for cPanel Vulner Disclosed Vulnerability
May 2, 2026
EtherRAT Targets Enterprise Admins with SEO Poison
May 1, 2026
New Spyware Platform: Rebrand & Resell Android Lets Buyers
May 1, 2026
Top Authors
Marcus Rodriguez
Marcus Rodriguez
Sarah simpson
Sarah simpson
Emy Elsamnoudy
Emy Elsamnoudy
Let's Connect
156k
2.25m
285k

Related Posts

Jennifer sherman
By Jennifer sherman
Threats

GlassWorm Attacks macOS via Malicious VS Code…

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Attacks

ClickFix Attack Hides Malicious Code via Stegan Security

January 1, 2026
Sarah simpson
By Sarah simpson
Vulnerabilities

MongoBleed Detector Tool Detects Critical MongoDB CVE-

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Breaches

Conti Ransomware Gang Leaders & Infrastructure Exposed

January 1, 2026
Hackers News Hackers News
  • [email protected]

Quick Links

  • Contact Us
  • Privacy Policy
  • Terms of service

Categories

Attacks
Breaches
Comparisons
CyberSecurity News
Threats
Vulnerabilities

Let's keep in touch

receive fresh updates and breaking cyber news every day and week!

All Rights Reserved by HackersRadar ©2026

Follow Us