CVE-2025-9494
BaseFortify
Publication date: 2025-09-23
Last updated on: 2025-09-24
Assigner: Carrier Global Corporation
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| carrier | vitogate_300 | 4.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-78 | The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is an OS command injection in the Vitogate 300 device. It occurs at the /cgi-bin/vitogate.cgi endpoint when the 'form' JSON parameter is set to 'form-0-2'. The affected function does not properly sanitize input before using it in a format string passed to the popen() function. As a result, an authenticated attacker can inject arbitrary operating system commands and execute code on the device.
How can this vulnerability impact me? :
An attacker who is authenticated on the affected device can exploit this vulnerability to execute arbitrary OS commands. This can lead to full compromise of the device, allowing the attacker to control it, access sensitive data, disrupt operations, or use the device as a foothold for further attacks.