Cyber Resilience

CVE-2025-0967

MediumPublic PoC

Published: 02 February 2025

Published
02 February 2025
Modified
23 October 2025
KEV Added
Patch
CVSS Score v4 5.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0004 12.7th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-0967 is a medium-severity Injection (CWE-74) vulnerability in Fabian Chat System. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 12.7th 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-0967 is a critical SQL injection vulnerability in code-projects Chat System 1.0, affecting the processing of the file /user/add_chatroom.php. The issue arises from improper handling of the chatname and chatpass arguments, allowing manipulation that leads to SQL injection as classified under CWE-74 and CWE-89. It carries a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L) and was published on 2025-02-02.

The vulnerability can be exploited remotely by an attacker with low privileges, such as a registered user, requiring low attack complexity and no user interaction. Successful exploitation enables limited confidentiality, integrity, and availability impacts through SQL injection, potentially allowing unauthorized data access, modification, or disruption within the chat system's database.

Advisories and references, including those from VulDB (ctiid.294359, id.294359) and a GitHub proof-of-concept at Team-intN18-SoybeanSeclab/CVE/sqlinject1.md, confirm the exploit has been publicly disclosed and may be used. The vendor site at code-projects.org provides additional context, though no specific patches or mitigations are detailed in the available information. Security practitioners should review these sources for updates and apply input validation or database query parameterization as general SQL injection defenses.

EU & UK References

Vulnerability details

A vulnerability was found in code-projects Chat System 1.0 and classified as critical. This issue affects some unknown processing of the file /user/add_chatroom.php. The manipulation of the argument chatname/chatpass leads to sql injection. The attack may be initiated remotely. The…

more

exploit has been disclosed to the public and may be used.

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?

SQL injection in remotely accessible web app component directly enables exploitation of public-facing application for limited data access/modification.

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

CVEs Like This One

CVE-2025-7187Same product: Fabian Chat System
CVE-2025-7188Same product: Fabian Chat System
CVE-2025-7186Same product: Fabian Chat System
CVE-2025-7189Same product: Fabian Chat System
CVE-2025-0531Same product: Fabian Chat System
CVE-2025-0882Same product: Fabian Chat System
CVE-2026-2220Same vendor: Fabian
CVE-2025-0300Same vendor: Fabian
CVE-2026-0605Same vendor: Fabian
CVE-2026-2199Same vendor: Fabian

Affected Assets

fabian
chat system
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents SQL injection by validating and sanitizing untrusted inputs like chatname and chatpass before processing in add_chatroom.php.

prevent

Requires timely remediation of the specific SQL injection flaw in the chat system's /user/add_chatroom.php endpoint.

prevent

Enforces restrictions on input types, formats, and volumes to block malicious SQL payloads in chatname and chatpass arguments.

References