Answer in brief
CVE-2026-50288 records a High severity (CVSS 8.7) vulnerability in @asymmetric-effort/specifyjs: URL parse failure silently allows request. The current sources do not mark it as known exploited. The current feed maps asymmetric-effort/specifyjs (generic), @asymmetric-effort/specifyjs (npm). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 8.7. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps asymmetric-effort/specifyjs (generic), @asymmetric-effort/specifyjs (npm). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| asymmetric-effort/specifyjsgeneric | < 0.2.136 | Not reported |
| @asymmetric-effort/specifyjsnpm | <0.2.136 | 0.2.136 |
Published upstream
Aug 21, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 21, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jul 2, 2026
SpecifyJS is a declarative TypeScript user interface framework. Prior to version 0.2.136, when `new URL()` throws a parse error, the `assertSecureUrl` function returned without throwing, silently allowing the request to proceed without HTTPS validation. Starting in version 0.2.136, the catch block now throws an error instead of silently returning.
Quoted source text, attributed separately from HOL analysis.