🛡️ GHSA-j5qp-p44g-2m49 — specifyjs
Description
@asymmetric-effort/specifyjs: No redirect target validation in secureFetch
Finding
Location: core/src/shared/secure-fetch.ts
assertSecureUrl validated only the initial request URL. The fetch() API follows redirects by default (up to 20 hops). A request to a valid https:// URL could redirect to http://internal-service/ or other unvalidated destinations.
Status
Fixed in v0.2.136 — secureFetch now defaults to redirect: 'error' which rejects any redirect. Callers can override with { redirect: 'follow' } if they trust the target.
How this vulnerability can be exploited
This issue can be reached over the network, attack complexity is low, an attacker needs no privileges on the target. No user interaction is required. Rated impact: confidentiality none, integrity low, availability none.
Weakness class
GHSA-j5qp-p44g-2m49 is classified as CWE-918: Server-Side Request Forgery (SSRF). The server fetches a URL supplied by the caller, which can be pointed at internal systems it alone can reach.
Affected software
GHSA-j5qp-p44g-2m49 is recorded against 1 package.
- @asymmetric-effort/specifyjs
Timeline and source
Published on 2 July 2026. No public exploit is currently recorded for this entry. Record sourced from OSV.
References
Details
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N
Affected Packages
| Software | From version | Fixed in |
|---|---|---|
| @asymmetric-effort/specifyjs | — | — |
References
Similar Threats
- High CVE-2026-50288
- Unknown CVE-2026-50290
- Unknown GHSA-2944-57xv-2682
- Unknown GHSA-5c7w-4wm3-85vw
- Unknown GHSA-qcr8-x557-7cp3
Free Vulnerability Check
Is your site affected by GHSA-j5qp-p44g-2m49?
BotEraser helps you identify potentially vulnerable plugins and themes by checking your installation against GHSA-j5qp-p44g-2m49 and other known CVE records.
Scan My Site Free →No credit card required · Results in minutes
ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.