Cyber Posture

CVE-2026-5577

HighPublic PoC

Published: 05 April 2026

Published
05 April 2026
Modified
30 April 2026
KEV Added
Patch
CVSS Score 7.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0005 14.9th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

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

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190). What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly prevents SQL injection by enforcing input validation on the manipulable ID argument in the details endpoint of uniquemachine_app.py.

prevent

Requires timely identification, reporting, and correction of the specific SQL injection flaw in flask/uniquemachine_app.py to eliminate the vulnerability.

detect

Conducts vulnerability scanning to identify the SQL injection vulnerability (CWE-89) in the cross_browser project's details endpoint.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
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.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

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)

Affected Products

songli
cross browser fingerprinting
≤ 2022-01-17

CVEs Like This One

CVE-2026-4844Shared CWE-74, CWE-89
CVE-2025-0698Shared CWE-74, CWE-89
CVE-2026-3790Shared CWE-74, CWE-89
CVE-2026-5813Shared CWE-74, CWE-89
CVE-2026-3406Shared CWE-74, CWE-89
CVE-2026-3151Shared CWE-74, CWE-89
CVE-2025-1809Shared CWE-74, CWE-89
CVE-2025-1464Shared CWE-74, CWE-89
CVE-2026-6189Shared CWE-74, CWE-89
CVE-2025-2088Shared CWE-74, CWE-89

References