GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2026-19872 (GCVE-0-2026-19872)

Vulnerability from cvelistv5 – Published: 2026-09-08 20:08 – Updated: 2026-09-10 17:51
VLAI
Title
HTML::FormHandler versions before 0.410000 for Perl allow cross-site scripting via a submitted value rendered unescaped in an error message
Summary
HTML::FormHandler versions before 0.410000 for Perl allow cross-site scripting via a submitted value rendered unescaped in an error message. The wrappers and renderers that emit a form's errors interpolate the error string straight into HTML with no escaping. Two of the library's own messages, no_match and not_allowed, splice the submitted value into that string, and a failing type constraint puts the rejected value into the message it builds, which _apply_actions hands to add_error. A field declared with a check regexp, a check list or a type constraint reaches those messages, with no custom validator and no non-default configuration. Errors rendered through an application's own escaping template layer rather than the library's rendering roles are not affected. A request over the network that submits markup to such a field gets it back live inside the error span, running script in the victim's origin. Re-rendering a rejected value later gives the stored variant.
SSVC
Exploitation: none Automatable: no Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-09-10 17:51 UTC
CWE
  • CWE-79 - Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Impacted products
Vendor Product Version CPE status
Affected: 0 , < 0.410000 (custom)
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "providerMetadata": {
          "dateUpdated": "2026-09-08T22:07:16.768Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "url": "http://www.openwall.com/lists/oss-security/2026/09/08/15"
          }
        ],
        "title": "CVE Program Container"
      },
      {
        "metrics": [
          {
            "cvssV3_1": {
              "attackComplexity": "LOW",
              "attackVector": "NETWORK",
              "availabilityImpact": "NONE",
              "baseScore": 6.1,
              "baseSeverity": "MEDIUM",
              "confidentialityImpact": "LOW",
              "integrityImpact": "LOW",
              "privilegesRequired": "NONE",
              "scope": "CHANGED",
              "userInteraction": "REQUIRED",
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
              "version": "3.1"
            }
          },
          {
            "other": {
              "content": {
                "id": "CVE-2026-19872",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-09-10T17:51:07.811981Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-09-10T17:51:23.851Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "collectionURL": "https://cpan.org/modules",
          "defaultStatus": "unaffected",
          "modules": [
            "HTML::FormHandler"
          ],
          "packageName": "HTML-FormHandler",
          "packageURL": "pkg:cpan/HTML-FormHandler",
          "programFiles": [
            "lib/HTML/FormHandler/Validate.pm",
            "lib/HTML/FormHandler/Render/Simple.pm",
            "lib/HTML/FormHandler/Render/Table.pm",
            "lib/HTML/FormHandler/Widget/Form/Simple.pm",
            "lib/HTML/FormHandler/Widget/Theme/BootstrapFormMessages.pm",
            "lib/HTML/FormHandler/Widget/Wrapper/Fieldset.pm",
            "lib/HTML/FormHandler/Widget/Wrapper/Simple.pm",
            "lib/HTML/FormHandler/Widget/Wrapper/SimpleInline.pm",
            "lib/HTML/FormHandler/Widget/Wrapper/Table.pm",
            "lib/HTML/FormHandler/Widget/Wrapper/TableInline.pm"
          ],
          "programRoutines": [
            {
              "name": "HTML::FormHandler::Validate::_apply_actions"
            },
            {
              "name": "HTML::FormHandler::Render::Simple::render_form_errors"
            },
            {
              "name": "HTML::FormHandler::Render::Simple::wrap_field"
            },
            {
              "name": "HTML::FormHandler::Render::Table::render_form_errors"
            },
            {
              "name": "HTML::FormHandler::Render::Table::wrap_field"
            },
            {
              "name": "HTML::FormHandler::Widget::Form::Simple::render_form_messages"
            },
            {
              "name": "HTML::FormHandler::Widget::Theme::BootstrapFormMessages::render_form_messages"
            },
            {
              "name": "HTML::FormHandler::Widget::Wrapper::Fieldset::wrap_field"
            },
            {
              "name": "HTML::FormHandler::Widget::Wrapper::Simple::wrap_field"
            },
            {
              "name": "HTML::FormHandler::Widget::Wrapper::SimpleInline::wrap_field"
            },
            {
              "name": "HTML::FormHandler::Widget::Wrapper::Table::wrap_field"
            },
            {
              "name": "HTML::FormHandler::Widget::Wrapper::TableInline::wrap_field"
            }
          ],
          "repo": "https://github.com/gshank/html-formhandler",
          "versions": [
            {
              "lessThan": "0.410000",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "HTML::FormHandler versions before 0.410000 for Perl allow cross-site scripting via a submitted value rendered unescaped in an error message.\n\nThe wrappers and renderers that emit a form\u0027s errors interpolate the error string straight into HTML with no escaping. Two of the library\u0027s own messages, no_match and not_allowed, splice the submitted value into that string, and a failing type constraint puts the rejected value into the message it builds, which _apply_actions hands to add_error.\n\nA field declared with a check regexp, a check list or a type constraint reaches those messages, with no custom validator and no non-default configuration. Errors rendered through an application\u0027s own escaping template layer rather than the library\u0027s rendering roles are not affected.\n\nA request over the network that submits markup to such a field gets it back live inside the error span, running script in the victim\u0027s origin. Re-rendering a rejected value later gives the stored variant."
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-79",
              "description": "CWE-79 Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-09-08T20:08:21.896Z",
        "orgId": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
        "shortName": "CPANSec"
      },
      "references": [
        {
          "tags": [
            "patch"
          ],
          "url": "https://github.com/gshank/html-formhandler/commit/2574fdb4561f5c32d44cfbfbb3188345d49eb5a2.patch"
        },
        {
          "tags": [
            "release-notes"
          ],
          "url": "https://metacpan.org/release/ABRAXXA/HTML-FormHandler-0.410000/changes"
        }
      ],
      "solutions": [
        {
          "lang": "en",
          "value": "Upgrade to HTML-FormHandler 0.410000 or later."
        }
      ],
      "source": {
        "discovery": "UNKNOWN"
      },
      "title": "HTML::FormHandler versions before 0.410000 for Perl allow cross-site scripting via a submitted value rendered unescaped in an error message",
      "x_generator": {
        "engine": "cpansec-cna-tool 0.1"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
    "assignerShortName": "CPANSec",
    "cveId": "CVE-2026-19872",
    "datePublished": "2026-09-08T20:08:21.896Z",
    "dateReserved": "2026-08-14T12:49:19.665Z",
    "dateUpdated": "2026-09-10T17:51:23.851Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-19872",
      "date": "2026-09-10",
      "epss": "0.00226",
      "percentile": "0.13212"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-19872\",\"sourceIdentifier\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\",\"published\":\"2026-09-08T20:17:29.850\",\"lastModified\":\"2026-09-10T18:17:58.827\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"HTML::FormHandler versions before 0.410000 for Perl allow cross-site scripting via a submitted value rendered unescaped in an error message.\\n\\nThe wrappers and renderers that emit a form\u0027s errors interpolate the error string straight into HTML with no escaping. Two of the library\u0027s own messages, no_match and not_allowed, splice the submitted value into that string, and a failing type constraint puts the rejected value into the message it builds, which _apply_actions hands to add_error.\\n\\nA field declared with a check regexp, a check list or a type constraint reaches those messages, with no custom validator and no non-default configuration. Errors rendered through an application\u0027s own escaping template layer rather than the library\u0027s rendering roles are not affected.\\n\\nA request over the network that submits markup to such a field gets it back live inside the error span, running script in the victim\u0027s origin. Re-rendering a rejected value later gives the stored variant.\"}],\"affected\":[{\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\",\"affectedData\":[{\"defaultStatus\":\"unaffected\",\"collectionURL\":\"https://cpan.org/modules\",\"packageName\":\"HTML-FormHandler\",\"modules\":[\"HTML::FormHandler\"],\"programFiles\":[\"lib/HTML/FormHandler/Validate.pm\",\"lib/HTML/FormHandler/Render/Simple.pm\",\"lib/HTML/FormHandler/Render/Table.pm\",\"lib/HTML/FormHandler/Widget/Form/Simple.pm\",\"lib/HTML/FormHandler/Widget/Theme/BootstrapFormMessages.pm\",\"lib/HTML/FormHandler/Widget/Wrapper/Fieldset.pm\",\"lib/HTML/FormHandler/Widget/Wrapper/Simple.pm\",\"lib/HTML/FormHandler/Widget/Wrapper/SimpleInline.pm\",\"lib/HTML/FormHandler/Widget/Wrapper/Table.pm\",\"lib/HTML/FormHandler/Widget/Wrapper/TableInline.pm\"],\"programRoutines\":[{\"name\":\"HTML::FormHandler::Validate::_apply_actions\"},{\"name\":\"HTML::FormHandler::Render::Simple::render_form_errors\"},{\"name\":\"HTML::FormHandler::Render::Simple::wrap_field\"},{\"name\":\"HTML::FormHandler::Render::Table::render_form_errors\"},{\"name\":\"HTML::FormHandler::Render::Table::wrap_field\"},{\"name\":\"HTML::FormHandler::Widget::Form::Simple::render_form_messages\"},{\"name\":\"HTML::FormHandler::Widget::Theme::BootstrapFormMessages::render_form_messages\"},{\"name\":\"HTML::FormHandler::Widget::Wrapper::Fieldset::wrap_field\"},{\"name\":\"HTML::FormHandler::Widget::Wrapper::Simple::wrap_field\"},{\"name\":\"HTML::FormHandler::Widget::Wrapper::SimpleInline::wrap_field\"},{\"name\":\"HTML::FormHandler::Widget::Wrapper::Table::wrap_field\"},{\"name\":\"HTML::FormHandler::Widget::Wrapper::TableInline::wrap_field\"}],\"repo\":\"https://github.com/gshank/html-formhandler\",\"packageURL\":\"pkg:cpan/HTML-FormHandler\",\"versions\":[{\"version\":\"0\",\"lessThan\":\"0.410000\",\"versionType\":\"custom\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\",\"baseScore\":6.1,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.8,\"impactScore\":2.7}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-09-10T17:51:07.811981Z\",\"id\":\"CVE-2026-19872\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-79\"}]}],\"references\":[{\"url\":\"https://github.com/gshank/html-formhandler/commit/2574fdb4561f5c32d44cfbfbb3188345d49eb5a2.patch\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\"},{\"url\":\"https://metacpan.org/release/ABRAXXA/HTML-FormHandler-0.410000/changes\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2026/09/08/15\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2026/09/08/15\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2026-09-08T22:07:16.768Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"CHANGED\", \"version\": \"3.1\", \"baseScore\": 6.1, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"LOW\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-19872\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-09-10T17:51:07.811981Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-09-10T17:51:19.632Z\"}}], \"cna\": {\"title\": \"HTML::FormHandler versions before 0.410000 for Perl allow cross-site scripting via a submitted value rendered unescaped in an error message\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"affected\": [{\"repo\": \"https://github.com/gshank/html-formhandler\", \"modules\": [\"HTML::FormHandler\"], \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"0.410000\", \"versionType\": \"custom\"}], \"packageURL\": \"pkg:cpan/HTML-FormHandler\", \"packageName\": \"HTML-FormHandler\", \"programFiles\": [\"lib/HTML/FormHandler/Validate.pm\", \"lib/HTML/FormHandler/Render/Simple.pm\", \"lib/HTML/FormHandler/Render/Table.pm\", \"lib/HTML/FormHandler/Widget/Form/Simple.pm\", \"lib/HTML/FormHandler/Widget/Theme/BootstrapFormMessages.pm\", \"lib/HTML/FormHandler/Widget/Wrapper/Fieldset.pm\", \"lib/HTML/FormHandler/Widget/Wrapper/Simple.pm\", \"lib/HTML/FormHandler/Widget/Wrapper/SimpleInline.pm\", \"lib/HTML/FormHandler/Widget/Wrapper/Table.pm\", \"lib/HTML/FormHandler/Widget/Wrapper/TableInline.pm\"], \"collectionURL\": \"https://cpan.org/modules\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"HTML::FormHandler::Validate::_apply_actions\"}, {\"name\": \"HTML::FormHandler::Render::Simple::render_form_errors\"}, {\"name\": \"HTML::FormHandler::Render::Simple::wrap_field\"}, {\"name\": \"HTML::FormHandler::Render::Table::render_form_errors\"}, {\"name\": \"HTML::FormHandler::Render::Table::wrap_field\"}, {\"name\": \"HTML::FormHandler::Widget::Form::Simple::render_form_messages\"}, {\"name\": \"HTML::FormHandler::Widget::Theme::BootstrapFormMessages::render_form_messages\"}, {\"name\": \"HTML::FormHandler::Widget::Wrapper::Fieldset::wrap_field\"}, {\"name\": \"HTML::FormHandler::Widget::Wrapper::Simple::wrap_field\"}, {\"name\": \"HTML::FormHandler::Widget::Wrapper::SimpleInline::wrap_field\"}, {\"name\": \"HTML::FormHandler::Widget::Wrapper::Table::wrap_field\"}, {\"name\": \"HTML::FormHandler::Widget::Wrapper::TableInline::wrap_field\"}]}], \"solutions\": [{\"lang\": \"en\", \"value\": \"Upgrade to HTML-FormHandler 0.410000 or later.\"}], \"references\": [{\"url\": \"https://github.com/gshank/html-formhandler/commit/2574fdb4561f5c32d44cfbfbb3188345d49eb5a2.patch\", \"tags\": [\"patch\"]}, {\"url\": \"https://metacpan.org/release/ABRAXXA/HTML-FormHandler-0.410000/changes\", \"tags\": [\"release-notes\"]}], \"x_generator\": {\"engine\": \"cpansec-cna-tool 0.1\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"HTML::FormHandler versions before 0.410000 for Perl allow cross-site scripting via a submitted value rendered unescaped in an error message.\\n\\nThe wrappers and renderers that emit a form\u0027s errors interpolate the error string straight into HTML with no escaping. Two of the library\u0027s own messages, no_match and not_allowed, splice the submitted value into that string, and a failing type constraint puts the rejected value into the message it builds, which _apply_actions hands to add_error.\\n\\nA field declared with a check regexp, a check list or a type constraint reaches those messages, with no custom validator and no non-default configuration. Errors rendered through an application\u0027s own escaping template layer rather than the library\u0027s rendering roles are not affected.\\n\\nA request over the network that submits markup to such a field gets it back live inside the error span, running script in the victim\u0027s origin. Re-rendering a rejected value later gives the stored variant.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-79\", \"description\": \"CWE-79 Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"9b29abf9-4ab0-4765-b253-1875cd9b441e\", \"shortName\": \"CPANSec\", \"dateUpdated\": \"2026-09-08T20:08:21.896Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2026-19872\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-09-10T17:51:23.851Z\", \"dateReserved\": \"2026-08-14T12:49:19.665Z\", \"assignerOrgId\": \"9b29abf9-4ab0-4765-b253-1875cd9b441e\", \"datePublished\": \"2026-09-08T20:08:21.896Z\", \"assignerShortName\": \"CPANSec\"}",
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Loading…