Lucene search

K
githubGitHub Advisory DatabaseGHSA-6V7P-5QCQ-268C
HistoryJun 07, 2024 - 10:06 p.m.

Zend-Navigation vulnerable to Cross-site Scripting

2024-06-0722:06:01
CWE-352
GitHub Advisory Database
github.com
2
zend framework 2
cross-site scripting
xss
vulnerability
view helpers
html attributes
user data
javascript
attack vectors
form
navigation
html element
gravatar

5.8 Medium

AI Score

Confidence

High

Many Zend Framework 2 view helpers were using the escapeHtml() view helper in order to escape HTML attributes, instead of the more appropriate escapeHtmlAttr(). In situations where user data and/or JavaScript is used to seed attributes, this can lead to potential cross site scripting (XSS) attack vectors.

Vulnerable view helpers include:

  • All Zend\Form view helpers.
  • Most Zend\Navigation (aka Zend\View\Helper\Navigation\*) view helpers.
  • All β€œHTML Element” view helpers: htmlFlash(), htmlPage(), htmlQuickTime().
  • Zend\View\Helper\Gravatar

Affected configurations

Vulners
Node
zendframeworkzend-navigationRange<2.3.1
OR
zendframeworkzend-navigationRange<2.2.7

5.8 Medium

AI Score

Confidence

High