Cyber Posture

CVE-2026-25236

Critical

Published: 03 February 2026

Published
03 February 2026
Modified
05 February 2026
KEV Added
Patch
CVSS Score 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0004 13.2th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-25236 is a critical-severity SQL Injection (CWE-89) vulnerability in Pear Pearweb. 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 13.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

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 mitigates the CVE by requiring timely patching of the SQL injection flaw fixed in PEAR version 1.33.0.

prevent

Prevents SQL injection exploitation by enforcing validation of all inputs used in karma queries before literal substitution into IN lists.

detect

Enables proactive detection of the SQL injection vulnerability in PEAR through regular scanning, facilitating remediation before remote exploitation.

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 publicly accessible PEAR PHP component directly enables remote unauthenticated exploitation of public-facing applications, allowing arbitrary SQL execution and database/server compromise.

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

NVD Description

PEAR is a framework and distribution system for reusable PHP components. Prior to version 1.33.0, a SQL injection risk exists in karma queries due to unsafe literal substitution for an IN (...) list. This issue has been patched in version…

more

1.33.0.

Deeper analysisAI

CVE-2026-25236 is a SQL injection vulnerability (CWE-89) in PEAR, a framework and distribution system for reusable PHP components. The flaw affects versions prior to 1.33.0 and stems from unsafe literal substitution in karma queries when handling IN (...) lists, enabling malicious SQL code execution. Published on 2026-02-03, it carries a CVSS v3.1 base score of 9.8, indicating critical severity due to its network accessibility, low attack complexity, lack of required privileges or user interaction, and high impacts on confidentiality, integrity, and availability.

Unauthenticated attackers with network access can exploit this vulnerability remotely by crafting malicious inputs for karma queries. Successful exploitation allows arbitrary SQL execution, potentially leading to full compromise of the database, including data exfiltration, modification, or deletion, as well as potential server takeover depending on the environment and privileges of the database user.

The GitHub Security Advisory (GHSA-95mc-p966-c29f) confirms the issue and states that it has been patched in PEAR version 1.33.0. Security practitioners should upgrade to this version or later to mitigate the risk, and review any custom karma query implementations for similar unsafe substitution patterns.

Details

CWE(s)

Affected Products

pear
pearweb
≤ 1.33.0

CVEs Like This One

CVE-2026-25240Same product: Pear Pearweb
CVE-2026-25234Same product: Pear Pearweb
CVE-2026-25238Same product: Pear Pearweb
CVE-2026-25239Same product: Pear Pearweb
CVE-2026-25241Same product: Pear Pearweb
CVE-2026-25237Same product: Pear Pearweb
CVE-2026-25233Same product: Pear Pearweb
CVE-2026-25235Same product: Pear Pearweb
CVE-2026-3180Shared CWE-89
CVE-2025-1872Shared CWE-89

References