原始 OSV JSON{
"id": "GHSA-8882-frvv-92w4",
"aliases": [
"CVE-2026-50288"
],
"details": "## Finding\n\n**Location**: `core/src/shared/secure-fetch.ts:42-45`\n\nWhen `new URL()` throws a parse error, the `assertSecureUrl` function returned without throwing, silently allowing the request to proceed without HTTPS validation.\n\n## Status\n\n**Fixed in v0.2.136** — The catch block now throws an error instead of silently returning.",
"summary": "@asymmetric-effort/specifyjs: URL parse failure silently allows request",
"affected": [
{
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "0.2.136"
}
]
}
],
"package": {
"name": "@asymmetric-effort/specifyjs",
"ecosystem": "npm"
}
}
],
"modified": "2026-07-02T18:59:33Z",
"severity": [
{
"type": "CVSS_V4",
"score": "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"
}
],
"published": "2026-07-02T18:59:33Z",
"references": [
{
"url": "https://github.com/asymmetric-effort/specifyjs/security/advisories/GHSA-8882-frvv-92w4",
"type": "WEB"
},
{
"url": "https://github.com/asymmetric-effort/specifyjs/commit/25d1fb491d99479efdf501f5f75e0bb80c908f0a",
"type": "WEB"
},
{
"url": "https://github.com/asymmetric-effort/specifyjs",
"type": "PACKAGE"
},
{
"url": "https://github.com/asymmetric-effort/specifyjs/releases/tag/v0.2.136",
"type": "WEB"
}
],
"schema_version": "1.4.0",
"database_specific": {
"cwe_ids": [
"CWE-918"
],
"severity": "HIGH",
"github_reviewed": true,
"nvd_published_at": null,
"github_reviewed_at": "2026-07-02T18:59:33Z"
}
}