CVE-2026-5577
Published: 05 April 2026
Summary
CVE-2026-5577 is a high-severity Injection (CWE-74) vulnerability in Songli Cross Browser Fingerprinting. Its CVSS base score is 7.3 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 14.9th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified are NIST 800-53 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly prevents SQL injection by enforcing input validation on the manipulable ID argument in the details endpoint of uniquemachine_app.py.
Requires timely identification, reporting, and correction of the specific SQL injection flaw in flask/uniquemachine_app.py to eliminate the vulnerability.
Conducts vulnerability scanning to identify the SQL injection vulnerability (CWE-89) in the cross_browser project's details endpoint.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in a public-facing Flask web app endpoint (details) directly enables remote exploitation of public-facing applications for initial access, data access/modification.
NVD Description
A vulnerability has been found in Song-Li cross_browser up to ca690f0fe6954fd9bcda36d071b68ed8682a786a. This affects an unknown part of the file flask/uniquemachine_app.py of the component details Endpoint. Such manipulation of the argument ID leads to sql injection. The attack can be executed…
more
remotely. The exploit has been disclosed to the public and may be used. This product implements a rolling release for ongoing delivery, which means version information for affected or updated releases is unavailable. The vendor was contacted early about this disclosure but did not respond in any way.
Deeper analysisAI
CVE-2026-5577 is a SQL injection vulnerability in the Song-Li cross_browser project up to commit ca690f0fe6954fd9bcda36d071b68ed8682a786a. The issue resides in an unknown part of the file flask/uniquemachine_app.py within the details Endpoint component, where manipulation of the argument ID enables the injection. Associated with CWE-74 (Improper Neutralization of Special Elements used in an SQL Command) and CWE-89 (SQL Injection), it carries a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L).
The vulnerability is exploitable remotely by unauthenticated attackers with network access and low complexity requirements. Successful exploitation allows limited impacts on confidentiality, integrity, and availability, potentially enabling unauthorized data access, modification, or disruption via crafted SQL payloads targeting the ID argument.
Advisories from VulDB (vuln/355347) and a public GitHub issue (wing3e/public_exp/issues/24) detail the flaw, noting that an exploit has been disclosed publicly and may be in use. The product follows a rolling release model, providing no specific version information for affected or patched releases. The vendor was notified early but has not responded or issued mitigations.
Details
- CWE(s)