CVE-2026-13051
Last modified
CVE-2026-13051 is a critical-severity vulnerability rated 9.1/10 on the CVSS scale. Form::Processor::Field::HtmlArea versions from 0.06 through 1.162360 for Perl allow attacker selected method dispatch and resource exhaustion via an HTML::Tidy diagnostic that validate passes to add_error as a Locale::Maketext template. validate runs HTML::Tidy over the submitted markup and passes each resulting message to add_error as its first argument, which add_error hands to the language handle as the Locale::Maketext message key. The default handle's lexicon sets `_AUTO`, so a message that is not a lexicon entry is compiled as a bracket notation template instead of being looked up. EPSS estimates a 0.45% chance of exploitation in the next 30 days.
Description
Form::Processor::Field::HtmlArea versions from 0.06 through 1.162360 for Perl allow attacker selected method dispatch and resource exhaustion via an HTML::Tidy diagnostic that validate passes to add_error as a Locale::Maketext template. validate runs HTML::Tidy over the submitted markup and passes each resulting message to add_error as its first argument, which add_error hands to the language handle as the Locale::Maketext message key. The default handle's lexicon sets `_AUTO`, so a message that is not a lexicon entry is compiled as a bracket notation template instead of being looked up. Tidy diagnostics quote the offending attribute name or value, so a bracket group in the submitted markup reaches the template position, where the first token of the group names a method called on the language handle and the remaining tokens are its arguments. A group such as `[0]` makes the compile croak, and neither the field nor the handle catches it, so the exception leaves validate. `[sprintf,%2000000000d,7]` reaches CORE::sprintf with an attacker chosen field width. One submission of crafted markup to an HtmlArea field throws an unhandled exception out of form validation or allocates an arbitrary amount of memory, and an application whose language handle subclass defines side effecting public methods makes those callable with attacker chosen arguments. The other field types pass fixed templates with the submitted value in an argument slot, where it stays inert, and are unaffected.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| — | — | >= 0.06, <= 1.162360 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-13051?
How severe is CVE-2026-13051?
How do I fix CVE-2026-13051?
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-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-13048Data::MuForm::Localizer versions through 0.05 for Perl execu…8.2
- 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-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
- CVE-2026-13056Using expressions that generate large arrays it is possible …7.1
- CVE-2026-13057An issue in the server’s Atlas Search integration allows an …6.5
- CVE-2026-13058An authenticated user with basic write privileges can cause …6.5
Are you affected by CVE-2026-13051?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
