Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. @asymmetric-effort/specifyjs
  4. ›
  5. CVE-2026-50290

CVE-2026-50290: @asymmetric-effort/specifyjs: CSS expression sanitization is bypassable in renderToString

July 2, 2026

Finding

Location: core/src/server/render-to-string.ts:307-311

CSS value sanitization stripped expression( and url(javascript: using simple regex, but could be bypassed with CSS unicode escapes (\65xpression(), null bytes, or CSS comments (exp/**/ression().

Mitigating Factor: These CSS injection vectors only work in legacy browsers (IE6-IE10). SpecifyJS targets modern browsers.

Status

Fixed in v0.2.136 — CSS sanitization now normalizes unicode escapes and strips CSS comments before pattern matching. Also checks for behavior:, -moz-binding, and -o-link patterns.

References

  • github.com/advisories/GHSA-93q6-wwjh-jc6h
  • github.com/asymmetric-effort/specifyjs/commit/25d1fb491d99479efdf501f5f75e0bb80c908f0a
  • github.com/asymmetric-effort/specifyjs/security/advisories/GHSA-93q6-wwjh-jc6h
  • nvd.nist.gov/vuln/detail/CVE-2026-50290

Code Behaviors & Features

Detect and mitigate CVE-2026-50290 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.2.136

Fixed versions

  • 0.2.136

Solution

Upgrade to version 0.2.136 or above.

Impact 5.4 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N

Learn more about CVSS

Weakness

  • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Source file

npm/@asymmetric-effort/specifyjs/CVE-2026-50290.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Mon, 13 Jul 2026 00:21:04 +0000.