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 1.33.0.
Published: 2026-02-03
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: SQL Injection
Action: Patch immediately
AI Analysis

Impact

The flaw originates from unsafe literal substitution when assembling an IN (…) clause in Damblan_Karma queries. An attacker can inject arbitrary SQL through input that is incorporated into this clause, potentially leading to unauthorized data disclosure or modification. The vulnerability is catalogued as CWE‑89.

Affected Systems

The issue impacts the PEAR framework component pearweb on any installation running a version prior to 1.33.0. The defect was remedied in release 1.33.0, so systems that have not applied this update remain vulnerable.

Risk and Exploitability

With a CVSS score of 6.9, the severity is moderate. The EPSS score of less than 1% indicates a very low likelihood of exploitation, and the vulnerability is not listed in CISA's KEV catalog. Based on the description, it is inferred that an attacker would need to reach the vulnerable code path, likely through a publicly accessible PHP interface that uses the IN clause. It is also inferred that no public exploits are known as of the latest data.

Generated by OpenCVE AI on April 18, 2026 at 18:34 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the pearweb component to version 1.33.0 or later.
  • Replace any legacy code that may still perform unsafe literal substitution in SQL queries with parameterized statements.
  • Validate all input used in IN clauses to accept only permitted values before the query runs.

Generated by OpenCVE AI on April 18, 2026 at 18:34 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 05 Feb 2026 18:15:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:pear:pearweb:*:*:*:*:*:*:*:*
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Wed, 04 Feb 2026 21:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 04 Feb 2026 12:15:00 +0000

Type Values Removed Values Added
First Time appeared Pear
Pear pearweb
Vendors & Products Pear
Pear pearweb

Tue, 03 Feb 2026 19:00:00 +0000

Type Values Removed Values Added
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 1.33.0.
Title PEAR is Vulnerable to SQL Injection in Damblan_Karma IN() Query via Literal Substitution
Weaknesses CWE-89
References
Metrics cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-02-04T20:34:31.656Z

Reserved: 2026-01-30T14:44:47.328Z

Link: CVE-2026-25236

cve-icon Vulnrichment

Updated: 2026-02-04T20:34:27.589Z

cve-icon NVD

Status : Analyzed

Published: 2026-02-03T19:16:24.730

Modified: 2026-02-05T18:06:21.580

Link: CVE-2026-25236

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-18T18:45:05Z

Weaknesses