CVE-2025-66260
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-11-26

Last updated on: 2025-12-03

Assigner: Gridware

Description
PostgreSQL SQL Injection (status_sql.php) in DB Electronica Telecomunicazioni S.p.A. Mozart FM Transmitter versions 30, 50, 100, 300, 500, 1000, 2000, 3000, 3500, 6000, 7000 allows an attacker to perform SQL injection via sw1 and sw2 parameters in status_sql.php. The `status_sql.php` endpoint constructs SQL UPDATE queries by directly concatenating user-controlled `sw1` and `sw2` parameters without using parameterized queries or `pg_escape_string()`. While PostgreSQL's `pg_exec` limitations prevent stacked queries, attackers can inject subqueries for data exfiltration and leverage verbose error messages for reconnaissance.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-11-26
Last Modified
2025-12-03
Generated
2026-05-07
AI Q&A
2025-11-26
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 44 associated CPEs
Vendor Product Version / Range
dbbroadcast mozart_next_100_firmware *
dbbroadcast mozart_next_100 *
dbbroadcast mozart_next_1000_firmware *
dbbroadcast mozart_next_1000 *
dbbroadcast mozart_next_2000_firmware *
dbbroadcast mozart_next_2000 *
dbbroadcast mozart_next_30_firmware *
dbbroadcast mozart_next_30 *
dbbroadcast mozart_next_300_firmware *
dbbroadcast mozart_next_300 *
dbbroadcast mozart_next_3000_firmware *
dbbroadcast mozart_next_3000 *
dbbroadcast mozart_next_3500_firmware *
dbbroadcast mozart_next_3500 *
dbbroadcast mozart_next_50_firmware *
dbbroadcast mozart_next_50 *
dbbroadcast mozart_next_500_firmware *
dbbroadcast mozart_next_500 *
dbbroadcast mozart_next_6000_firmware *
dbbroadcast mozart_next_6000 *
dbbroadcast mozart_next_7000_firmware *
dbbroadcast mozart_next_7000 *
dbbroadcast mozart_dds_next_30_firmware *
dbbroadcast mozart_dds_next_30 *
dbbroadcast mozart_dds_next_50_firmware *
dbbroadcast mozart_dds_next_50 *
dbbroadcast mozart_dds_next_100_firmware *
dbbroadcast mozart_dds_next_100 *
dbbroadcast mozart_dds_next_300_firmware *
dbbroadcast mozart_dds_next_300 *
dbbroadcast mozart_dds_next_500_firmware *
dbbroadcast mozart_dds_next_500 *
dbbroadcast mozart_dds_next_1000_firmware *
dbbroadcast mozart_dds_next_1000 *
dbbroadcast mozart_dds_next_2000_firmware *
dbbroadcast mozart_dds_next_2000 *
dbbroadcast mozart_dds_next_3000_firmware *
dbbroadcast mozart_dds_next_3000 *
dbbroadcast mozart_dds_next_3500_firmware *
dbbroadcast mozart_dds_next_3500 *
dbbroadcast mozart_dds_next_6000_firmware *
dbbroadcast mozart_dds_next_6000 *
dbbroadcast mozart_dds_next_7000_firmware *
dbbroadcast mozart_dds_next_7000 *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is a SQL Injection in the status_sql.php endpoint of DB Electronica Telecomunicazioni S.p.A. Mozart FM Transmitter versions 30 through 7000. The endpoint constructs SQL UPDATE queries by directly concatenating user-controlled parameters sw1 and sw2 without proper sanitization or parameterization. Although PostgreSQL's pg_exec prevents stacked queries, attackers can inject subqueries to exfiltrate data and use verbose error messages for reconnaissance.


How can this vulnerability impact me? :

An attacker exploiting this vulnerability can perform unauthorized SQL injection attacks, potentially leading to data exfiltration and information disclosure through injected subqueries and error message analysis. This can compromise the confidentiality and integrity of the database and associated systems.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart