ghsa-x2rg-q646-7m2v
Vulnerability from github
Published
2025-04-09 13:00
Modified
2025-04-09 20:29
Severity ?
VLAI Severity ?
Summary
Koajs vulnerable to Cross-Site Scripting (XSS) at ctx.redirect() function
Details
Summary
In koa < 2.16.1 and < 3.0.0-alpha.5, passing untrusted user input to ctx.redirect() even after sanitizing it, may execute javascript code on the user who use the app.
Patches
This issue is patched in 2.16.1 and 3.0.0-alpha.5.
PoC
Coming soon...
Impact
- Redirect user to another phishing site
- Make request to another endpoint of the application based on user's cookie
- Steal user's cookie
{ "affected": [ { "package": { "ecosystem": "npm", "name": "koa" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "2.16.1" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "npm", "name": "koa" }, "ranges": [ { "events": [ { "introduced": "3.0.0-alpha.1" }, { "fixed": "3.0.0-alpha.5" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2025-32379" ], "database_specific": { "cwe_ids": [ "CWE-79" ], "github_reviewed": true, "github_reviewed_at": "2025-04-09T13:00:07Z", "nvd_published_at": "2025-04-09T16:15:25Z", "severity": "MODERATE" }, "details": "### Summary\nIn koa \u003c 2.16.1 and \u003c 3.0.0-alpha.5, passing untrusted user input to ctx.redirect() even after sanitizing it, may execute javascript code on the user who use the app.\n\n### Patches\nThis issue is patched in 2.16.1 and 3.0.0-alpha.5.\n\n### PoC\nComing soon...\n\n### Impact\n1. Redirect user to another phishing site\n2. Make request to another endpoint of the application based on user\u0027s cookie\n3. Steal user\u0027s cookie", "id": "GHSA-x2rg-q646-7m2v", "modified": "2025-04-09T20:29:43Z", "published": "2025-04-09T13:00:07Z", "references": [ { "type": "WEB", "url": "https://github.com/koajs/koa/security/advisories/GHSA-x2rg-q646-7m2v" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-32379" }, { "type": "WEB", "url": "https://github.com/koajs/koa/commit/ff25eb4a7f2392df46481fe86355161067687312" }, { "type": "PACKAGE", "url": "https://github.com/koajs/koa" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L", "type": "CVSS_V3" } ], "summary": "Koajs vulnerable to Cross-Site Scripting (XSS) at ctx.redirect() function" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…