Description
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.
Published: 2026-08-21
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

SpecifyJS incorrectly handled URL parsing errors. When new URL() throws, the assertSecureUrl function returns silently, allowing transport to proceed without enforcing HTTPS. This omission enables attackers to redirect traffic to insecure endpoints or intercept data, effectively bypassing confidentiality safeguards. The flaw is categorized as CWE-918.

Affected Systems

SpecifyJS versions earlier than 0.2.136 are affected. The vulnerability exists in all deployments using asymmetric-effort/specifyjs before that release. Users on version 0.2.135 or earlier must update to 0.2.136 or later to fix the issue.

Risk and Exploitability

With a CVSS score of 8.7 the vulnerability poses a high risk. Even though a current EPSS score is unavailable, the lack of an EPSS entry does not mitigate potential for exploitation. The vulnerability is not listed in the CISA KEV catalog, but the ability to silently bypass HTTPS validation can be leveraged in both client and server contexts where SpecifyJS processes user‑provided URLs. Attackers would need to craft a request that triggers a URL parsing exception; no additional credentials or privileges are required.

Generated by OpenCVE AI on August 21, 2026 at 20:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade SpecifyJS to version 0.2.136 or later to enforce HTTPS validation on URL parse errors.
  • Add defensive checks around any use of assertSecureUrl, ensuring that invalid URLs raise an exception or are rejected before transmission.
  • Review application code for potential external URL inputs and enforce explicit HTTPS validation or sanitization to avoid silent failures.

Generated by OpenCVE AI on August 21, 2026 at 20:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-8882-frvv-92w4 @asymmetric-effort/specifyjs: URL parse failure silently allows request
History

Fri, 21 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 21 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
Description 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.
Title @asymmetric-effort/specifyjs: URL parse failure silently allows request
Weaknesses CWE-918
References
Metrics cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-21T19:55:40.103Z

Reserved: 2026-06-04T16:26:05.985Z

Link: CVE-2026-50288

cve-icon Vulnrichment

Updated: 2026-08-21T19:55:35.061Z

cve-icon NVD

Status : Received

Published: 2026-08-21T20:16:36.067

Modified: 2026-08-21T20:16:36.067

Link: CVE-2026-50288

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T20:30:07Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)