CVE-2022-23598

Source
https://cve.org/CVERecord?id=CVE-2022-23598
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-23598.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2022-23598
Aliases
Published
2022-01-28T22:00:16Z
Modified
2026-07-08T05:58:21.723663638Z
Severity
  • 6.1 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N CVSS Calculator
Summary
Reflected XSS vulnerability when rendering error messages in laminas-form
Details

laminas-form is a package for validating and displaying simple and complex forms. When rendering validation error messages via the formElementErrors() view helper shipped with laminas-form, many messages will contain the submitted value. However, in laminas-form prior to version 3.1.1, the value was not being escaped for HTML contexts, which could potentially lead to a reflected cross-site scripting attack. Versions 3.1.1 and above contain a patch to mitigate the vulnerability. A workaround is available. One may manually place code at the top of a view script where one calls the formElementErrors() view helper. More information about this workaround is available on the GitHub Security Advisory.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/23xxx/CVE-2022-23598.json",
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
        "CWE-79"
    ]
}
References

Affected packages

Git / github.com/laminas/laminas-form

Affected ranges

Type
GIT
Repo
https://github.com/laminas/laminas-form
Events
Database specific
{
    "source": [
        "CPE_RANGE",
        "CPE_STRING",
        "REFERENCES"
    ],
    "cpe": [
        "cpe:2.3:a:getlaminas:laminas-form:*:*:*:*:*:*:*:*",
        "cpe:2.3:a:getlaminas:laminas-form:3.1.0:*:*:*:*:*:*:*"
    ],
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "2.17.1"
        },
        {
            "introduced": "3.0.0"
        },
        {
            "fixed": "3.0.2"
        },
        {
            "introduced": "3.1.0"
        },
        {
            "last_affected": "3.1.0"
        }
    ]
}

Affected versions

2.*
2.15.0
2.16.0
2.17.0
3.*
3.0.0
3.0.1
3.1.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-23598.json"