CVE-2026-13048

HIGHPre-NVD 8.28.2
EchelonGraph scoreHIGH confidence

Score 8.2 from GitHub Security Advisory (severity: HIGH) published 2026-08-13. CISA-ADP (Vulnrichment) CVSS v3.1 baseline 8.2; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: cisa-adp, epss, ghsa
Trending — 4 sources updated this week
8.2EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 8.2Exploit: None knownExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

Data::MuForm::Localizer versions through 0.05 for Perl execute Perl from a message catalog header, reached at an arbitrary path because load_lexicon interpolates the language attribute into the catalog filename.

load_lexicon builds the catalog path by appending Messages/$lang.po to the directory holding Localizer.pm, where $lang is the language attribute, with no check that it names a bare locale tag. A value holding ../ segments walks out of the message directory, so any readable path with a .po suffix is loaded. While parsing the catalog, extract_header_msgstr takes the Plural-Forms: header, prefixes $ to the bare words nplurals, plural and n, and passes the rest verbatim into a string that is evaluated: the nplurals form evaluates the header expression immediately, and the plural_code form compiles it into a subroutine whose body runs when a plural message is localized. A header of nplurals=2; plural=(system('...'),0); therefore runs that command as the catalog loads. The evaluation inherits strict, so an expression that assigns to an undeclared variable fails to compile, while one built from calls alone does not.

An application that sets the language attribute from request data, an Accept-Language header or a locale parameter, and an attacker who can place a file with a .po suffix and chosen contents at a readable path, together give code execution as the application user. The message expansion path is not affected: expand_named substitutes only the placeholder names the caller supplies, and _mangle_value returns the value unchanged.

CVSS v3
8.2
EG Score
8.2(high)
EG Risk
52(Track)
EG Risk 52/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity82% × 45%
Exploitation0% × 40%
Automatability100% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
39%
KEV
Not listed

Published

August 13, 2026

Last Modified

August 14, 2026

Vendor Advisories for CVE-2026-13048(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Weakness Classification(2)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 32× in last 7d / 39× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-08-20 23:04 UTCEG score recompute
  2. 2026-08-20 23:04 UTCGHSA enrichment
  3. 2026-08-20 22:55 UTCEPSS rescore
  4. 2026-08-20 12:05 UTCGHSA enrichment
  5. 2026-08-20 00:56 UTCEG score recompute
  6. 2026-08-20 00:56 UTCGHSA enrichment
  7. 2026-08-19 17:03 UTCEPSS rescore
  8. 2026-08-19 13:55 UTCGHSA enrichment
  9. 2026-08-19 02:55 UTCGHSA enrichment
  10. 2026-08-18 15:36 UTCEG score recompute
  11. 2026-08-18 15:36 UTCGHSA enrichment
  12. 2026-08-18 13:48 UTCEPSS rescore
  13. 2026-08-18 04:36 UTCGHSA enrichment
  14. 2026-08-17 17:33 UTCEG score recompute
  15. 2026-08-17 17:33 UTCGHSA enrichment
  16. 2026-08-17 06:32 UTCGHSA enrichment
  17. 2026-08-16 19:25 UTCEG score recompute
  18. 2026-08-16 19:25 UTCGHSA enrichment
  19. 2026-08-16 14:56 UTCEPSS rescore
  20. 2026-08-16 08:23 UTCEG score recompute
  21. 2026-08-16 08:23 UTCGHSA enrichment
  22. 2026-08-16 02:14 UTCEPSS rescore
  23. 2026-08-15 21:23 UTCGHSA enrichment
  24. 2026-08-15 10:23 UTCEG score recompute
  25. 2026-08-15 10:23 UTCGHSA enrichment
Show 14 more
  1. 2026-08-15 01:30 UTCEPSS rescore
  2. 2026-08-14 23:23 UTCEG score recompute
  3. 2026-08-14 23:23 UTCGHSA enrichment
  4. 2026-08-14 12:23 UTCGHSA enrichment
  5. 2026-08-14 11:49 UTCEG score recompute 8.20
  6. 2026-08-14 11:49 UTCGHSA enrichment
  7. 2026-08-14 11:49 UTCMITRE cvelistV5CVSS v3 → 8.2 · severity → HIGH
  8. 2026-08-13 21:23 UTCGHSA enrichment
  9. 2026-08-13 21:21 UTCNVD update
  10. 2026-08-13 20:22 UTCGHSA enrichment
  11. 2026-08-13 20:21 UTCMITRE cvelistV5
  12. 2026-08-13 17:17 UTCNVD update
  13. 2026-08-13 16:37 UTCEG score recompute
  14. 2026-08-13 16:36 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-13048?
CVE-2026-13048 is a high vulnerability published on August 13, 2026. Data::MuForm::Localizer versions through 0.05 for Perl execute Perl from a message catalog header, reached at an arbitrary path because load_lexicon interpolates the language attribute into the catalog filename. loadlexicon builds the catalog path by appending Messages/$lang.po to the directory…
When was CVE-2026-13048 disclosed?
CVE-2026-13048 was first published in the National Vulnerability Database on August 13, 2026, with the most recent update on August 14, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-13048 actively exploited?
CVE-2026-13048 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 60.7% of all scored CVEs.
What is the CVSS score of CVE-2026-13048?
CVE-2026-13048 has a CVSS v3.1 base score of 8.2 (CISA-ADP / Vulnrichment enrichment; NVD's own analysis pending).
How do I remediate CVE-2026-13048?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-13048, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-13048

Explore →

Is Your Infrastructure Affected by CVE-2026-13048?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.