Cyber Resilience

CVE-2025-69563

CriticalPublic PoC

Published: 27 January 2026

Published
27 January 2026
Modified
03 February 2026
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0044 35.2th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2025-69563 is a critical-severity SQL Injection (CWE-89) vulnerability in Fabian Mobile Shop Management System. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 35.2th 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 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2025-69563 is a SQL injection vulnerability (CWE-89) in the code-projects Mobile Shop Management System version 1.0. The flaw resides in the /ExLogin.php component and is triggered via the Password parameter. Published on 2026-01-27, it carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), marking it as critical due to its potential for severe impact.

Unauthenticated attackers can exploit this vulnerability remotely over the network with low attack complexity and no user interaction required. Successful exploitation enables high confidentiality, integrity, and availability impacts, allowing attackers to manipulate the backend database, extract sensitive data, modify records, or disrupt system operations.

Advisories referencing mitigation are available at https://gist.github.com/lih28984-commits/544eaaca3ea58563a807c43b521d76e6 and https://gitee.com/Z_180yc/zyy/issues/IDC3IB.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

code-projects Mobile Shop Management System 1.0 is vulnerable to SQL Injection in /ExLogin.php via the Password parameter.

CWE(s)

Related Threats

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?

Unauthenticated SQL injection in public-facing web app (/ExLogin.php) directly enables remote exploitation of the application.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-69562Same product: Fabian Mobile Shop Management System
CVE-2025-69564Same product: Fabian Mobile Shop Management System
CVE-2025-69565Same product: Fabian Mobile Shop Management System
CVE-2026-0851Same vendor: Fabian
CVE-2026-2060Same vendor: Fabian
CVE-2025-7186Same vendor: Fabian
CVE-2026-2197Same vendor: Fabian
CVE-2025-7189Same vendor: Fabian
CVE-2026-0592Same vendor: Fabian
CVE-2026-0607Same vendor: Fabian

Affected Assets

fabian
mobile shop management system
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Information Input Validation directly prevents SQL injection by requiring validation and sanitization of the untrusted Password parameter before database queries in /ExLogin.php.

preventrecover

Flaw Remediation mandates identifying, prioritizing, and patching the specific SQL injection vulnerability in the Mobile Shop Management System's /ExLogin.php.

preventdetect

Boundary Protection enables web application firewalls or proxies to inspect and block SQL injection payloads targeting the Password parameter at the network boundary.

References