CVE-2026-28772
Reflected XSS in IDC SFX Series Web Interface via submitType
Publication date: 2026-03-04
Last updated on: 2026-03-09
Assigner: Gridware
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| datacast | sfx2100_firmware | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Reflected Cross-Site Scripting (XSS) issue found in the /IDC_Logging/index.cgi endpoint of the International Datacasting Corporation (IDC) SFX Series SuperFlex SatelliteReceiver Web Management Interface version 101.
It occurs because the 'submitType' parameter accepts input that is directly reflected into the web page's DOM without proper escaping or sanitization.
An attacker can exploit this by sending a specially crafted payload through this parameter, which causes arbitrary web scripts or HTML to be executed in the context of the victim's browser.
How can this vulnerability impact me? :
This vulnerability allows a remote attacker to execute arbitrary scripts in the context of the affected web interface.
Such script execution can lead to theft of user credentials, session hijacking, defacement of the web interface, or redirection to malicious sites.
Because the vulnerability requires no privileges and no user interaction beyond visiting a crafted link, it can be exploited remotely and easily.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know