CVE-2026-13048
Last modified
CVE-2026-13048 is a high-severity vulnerability rated 8.2/10 on the CVSS scale. 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. EPSS estimates a 0.47% chance of exploitation in the next 30 days.
Description
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| — | — | <= 0.05 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-13048?
How severe is CVE-2026-13048?
How do I fix CVE-2026-13048?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-13038Use after free in Autofill in Google Chrome on Windows prior…8.8
- CVE-2026-13039The Eventin – Event Calendar, Event Registration, Tickets & …5.3
- CVE-2026-1304The Membership Plugin – Restrict Content for WordPress is vu…4.4
- CVE-2026-13040The NEX-Forms – Ultimate Forms Plugin for WordPress plugin f…7.2
- CVE-2026-13042The RPB Chessboard plugin for WordPress is vulnerable to Sto…7.2
- CVE-2026-13047Rejected reason: Red Hat is not the CNA for PHP. CVE was res…
- CVE-2026-1305The Japanized for WooCommerce plugin for WordPress is vulner…5.3
- CVE-2026-13050An Out-of-bounds Write vulnerability in WatchGuard Fireware …7.2
- CVE-2026-13051Form::Processor::Field::HtmlArea versions from 0.06 through …9.1
- CVE-2026-13053An Out-of-bounds Write vulnerability in WatchGuard Fireware …7.2
- CVE-2026-13054A path traversal vulnerability in the WatchGuard Fireware OS…7.2
- CVE-2026-13055The `$_internalIndexKey` aggregation expression can be used …7.1
Are you affected by CVE-2026-13048?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
