Zero Day MonitorZDM
DashboardVulnerabilitiesTrendingZero-DaysNewsAbout
Login
ImpressumPrivacy Policy
Zero Day Monitor © 2026
4472 articles · 179456 vulns · 37/41 feeds (7d)
← Back to list
7.5
CVE-2026-9516EXPLOITEDPATCHED
cpanel · json::xs

Cpanel::JSON::XS versions before 4.41 for Perl allow denial of service via UTF-8 BOM prefixed input when a decode filter callback throws

Description

Cpanel::JSON::XS versions before 4.41 for Perl allow denial of service via UTF-8 BOM prefixed input when a decode filter callback throws. To skip a leading 3-byte UTF-8 BOM, decode_json() advances the input scalar's string pointer past the mark with SvPV_set() and restores it only on the normal return path. When decoding aborts through a Perl exception, for example a filter_json_object callback that croaks, the restore is skipped and the scalar is left with its string pointer offset into its own buffer and a shortened length. When that scalar is later freed, the allocator receives an invalid pointer and the interpreter aborts. A single BOM prefixed document decoded with a throwing filter callback crashes any caller.

Affected Products

VendorProductVersions
cpaneljson::xs0

References

  • https://github.com/rurban/Cpanel-JSON-XS/commit/dfe1b41a36caba51dc12a2917fe50285d1ffaa7b.patch(patch)
  • https://metacpan.org/release/RURBAN/Cpanel-JSON-XS-4.41/changes(release-notes)

Related News (2 articles)

Tier C
oss-security49d ago
CVE-2026-9516: Cpanel::JSON::XS versions before 4.41 for Perl allow denial of service via UTF-8 BOM prefixed input when a decode filter callback throws
→ No new info (linked only)
Tier C
VulDB49d ago
CVE-2026-9516 | RURBAN Cpanel::JSON::XS up to 4.40 on Perl decode_json release of reference
→ No new info (linked only)
CVSS 3.17.5 HIGH
VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CISA KEV❌ No
Actively exploited✅ Yes
Patch available
4.41
CWECWE-763, CWE-755
PublishedJun 3, 2026
Last enriched48d agov3
Trending Score0
Source articles2
Independent2
Info Completeness9/14
Missing: cvss, epss, kev, iocs, mitre_attack

Community Vote

0
Login to vote
0 upvotes0 downvotes
No votes yet

Related CVEs (2)

MEDIUMCVE-2026-41940EXPKEV
WebPros cPanel and WHM Authentication Bypass via Login Flow
Trending: 161
NONECVE-2026-9334EXP
Cpanel::JSON::XS versions before 4.41 for Perl allow type confusion via duplicate object keys when dupkeys_as_arrayref is enabled

Pin to Dashboard

Verification

State: unverified
Confidence: 0%

Vulnerability Timeline

CVE Published
Jun 3, 2026
Discovered by ZDM
Jun 3, 2026
Updated: description, affectedVersions, severity
Jun 3, 2026
Updated: exploitAvailable, activelyExploited
Jun 3, 2026
Actively Exploited
Jun 3, 2026
Exploit Available
Jun 3, 2026
Patch Available
Jun 3, 2026

Version History

v3
Last enriched 48d ago
v3Tier C49d ago

Updated exploit availability to true and marked the vulnerability as actively exploited.

exploitAvailableactivelyExploited
via oss-security
v2Tier C49d ago

Updated description with new details, changed affected versions to include 4.40, and updated severity to HIGH.

descriptionaffectedVersionsseverity
via VulDB
v149d ago

Initial creation