Cyber Resilience

CVE-2023-27112

CriticalPublic PoC

Published: 21 January 2025

Published
21 January 2025
Modified
30 May 2025
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.0022 44.5th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-27112 is a critical-severity SQL Injection (CWE-89) vulnerability in A54552239 Pearprojectapi. 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 44.5th 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-2023-27112 is a SQL injection vulnerability (CWE-89) affecting pearProjectApi version 2.8.10. The issue resides in the projectCode parameter within the project.php endpoint, allowing malicious SQL queries to be injected and executed against the backend database. Published on 2025-01-21, it carries a CVSS v3.1 base score of 9.8, indicating critical severity due to its network accessibility and high impact potential.

The vulnerability can be exploited by unauthenticated remote attackers over the network with low complexity and no user interaction required (AV:N/AC:L/PR:N/UI:N/S:U). Successful exploitation grants high confidentiality, integrity, and availability impacts (C:H/I:H/A:H), enabling attackers to extract sensitive data, modify database contents, execute arbitrary SQL commands, or disrupt service availability.

Mitigation details are available in the GitHub issue at https://github.com/a54552239/pearProjectApi/issues/32, which documents the discovery and may include patch information or workarounds for affected deployments.

EU & UK References

Vulnerability details

pearProjectApi v2.8.10 was discovered to contain a SQL injection vulnerability via the projectCode parameter at project.php.

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?

Direct SQL injection in unauthenticated public web API endpoint enables remote exploitation of public-facing application.

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

CVEs Like This One

CVE-2023-27113Same product: A54552239 Pearprojectapi
CVE-2026-3057Same product: A54552239 Pearprojectapi
CVE-2026-39334Shared CWE-89
CVE-2024-13488Shared CWE-89
CVE-2026-22850Shared CWE-89
CVE-2024-12404Shared CWE-89
CVE-2024-13474Shared CWE-89
CVE-2026-20002Shared CWE-89
CVE-2025-1446Shared CWE-89
CVE-2025-22699Shared CWE-89

Affected Assets

a54552239
pearprojectapi
2.8.10

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents SQL injection by validating and sanitizing the projectCode parameter before it is used in database queries.

prevent

Remediates the specific SQL injection flaw in pearProjectApi v2.8.10 by identifying, testing, and installing relevant patches or updates.

detect

Vulnerability scanning detects SQL injection vulnerabilities like CVE-2023-27112 in the project.php endpoint.

References