The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsThere is no fixed version for Debian:12
node-katex
.
Note: Versions mentioned in the description apply only to the upstream node-katex
package and not the node-katex
package as distributed by Debian
.
See How to fix?
for Debian:12
relevant fixed versions and status.
KaTeX is a JavaScript library for TeX math rendering on the web. Code that uses KaTeX's trust
option, specifically that provides a function to blacklist certain URL protocols, can be fooled by URLs in malicious inputs that use uppercase characters in the protocol. In particular, this can allow for malicious input to generate javascript:
links in the output, even if the trust
function tries to forbid this protocol via trust: (context) => context.protocol !== 'javascript'
. Upgrade to KaTeX v0.16.10 to remove this vulnerability.