laminas/laminas-form
Releases137
Frequency1 month 3 days
Last Release
Stars82
Validate and display simple and complex forms, casting forms to business objects and vice versa
CVE History
| CVE | Affected | Published | CVSS v3 | CVSS v2 |
|---|---|---|---|---|
| < 2.17.1, = 3.1.0, >= 3.0.0, < 3.0.2 | 6.1 MEDIUM | 4.3 MEDIUM | ||
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. | ||||