Vulnerabilites related to koajs - koa
CVE-2025-25200 (GCVE-0-2025-25200)
Vulnerability from cvelistv5
Published
2025-02-12 17:59
Modified
2025-02-12 19:29
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- CWE-1333 - Inefficient Regular Expression Complexity
Summary
Koa is expressive middleware for Node.js using ES2017 async functions. Prior to versions 0.21.2, 1.7.1, 2.15.4, and 3.0.0-alpha.3, Koa uses an evil regex to parse the `X-Forwarded-Proto` and `X-Forwarded-Host` HTTP headers. This can be exploited to carry out a Denial-of-Service attack. Versions 0.21.2, 1.7.1, 2.15.4, and 3.0.0-alpha.3 fix the issue.
References
▼ | URL | Tags |
---|---|---|
https://github.com/koajs/koa/security/advisories/GHSA-593f-38f6-jp5m | x_refsource_CONFIRM | |
https://github.com/koajs/koa/commit/5054af6e31ffd451a4151a1fe144cef6e5d0d83c | x_refsource_MISC | |
https://github.com/koajs/koa/commit/5f294bb1c7c8d9c61904378d250439a321bffd32 | x_refsource_MISC | |
https://github.com/koajs/koa/commit/93fe903fc966635a991bcf890cfc3427d33a1a08 | x_refsource_MISC | |
https://github.com/koajs/koa/blob/master/lib/request.js#L259 | x_refsource_MISC | |
https://github.com/koajs/koa/blob/master/lib/request.js#L404 | x_refsource_MISC | |
https://github.com/koajs/koa/releases/tag/2.15.4 | x_refsource_MISC |
Impacted products
{ "containers": { "adp": [ { "metrics": [ { "other": { "content": { "id": "CVE-2025-25200", "options": [ { "Exploitation": "none" }, { "Automatable": "no" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2025-02-12T18:33:35.286450Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2025-02-12T19:29:10.232Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "product": "koa", "vendor": "koajs", "versions": [ { "status": "affected", "version": "\u003c 0.21.2" }, { "status": "affected", "version": "\u003e= 1.0.0, \u003c 1.7.1" }, { "status": "affected", "version": "\u003e= 2.0.0-alpha.1, \u003c 2.15.4" }, { "status": "affected", "version": "\u003e= 3.0.0-alpha.0, \u003c \u003c 3.0.0-alpha.3" } ] } ], "descriptions": [ { "lang": "en", "value": "Koa is expressive middleware for Node.js using ES2017 async functions. Prior to versions 0.21.2, 1.7.1, 2.15.4, and 3.0.0-alpha.3, Koa uses an evil regex to parse the `X-Forwarded-Proto` and `X-Forwarded-Host` HTTP headers. This can be exploited to carry out a Denial-of-Service attack. Versions 0.21.2, 1.7.1, 2.15.4, and 3.0.0-alpha.3 fix the issue." } ], "metrics": [ { "cvssV4_0": { "attackComplexity": "LOW", "attackRequirements": "NONE", "attackVector": "NETWORK", "baseScore": 9.2, "baseSeverity": "CRITICAL", "privilegesRequired": "NONE", "subAvailabilityImpact": "HIGH", "subConfidentialityImpact": "NONE", "subIntegrityImpact": "NONE", "userInteraction": "NONE", "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:H", "version": "4.0", "vulnAvailabilityImpact": "HIGH", "vulnConfidentialityImpact": "NONE", "vulnIntegrityImpact": "NONE" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-1333", "description": "CWE-1333: Inefficient Regular Expression Complexity", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2025-02-12T17:59:04.615Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/koajs/koa/security/advisories/GHSA-593f-38f6-jp5m", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/koajs/koa/security/advisories/GHSA-593f-38f6-jp5m" }, { "name": "https://github.com/koajs/koa/commit/5054af6e31ffd451a4151a1fe144cef6e5d0d83c", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/koajs/koa/commit/5054af6e31ffd451a4151a1fe144cef6e5d0d83c" }, { "name": "https://github.com/koajs/koa/commit/5f294bb1c7c8d9c61904378d250439a321bffd32", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/koajs/koa/commit/5f294bb1c7c8d9c61904378d250439a321bffd32" }, { "name": "https://github.com/koajs/koa/commit/93fe903fc966635a991bcf890cfc3427d33a1a08", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/koajs/koa/commit/93fe903fc966635a991bcf890cfc3427d33a1a08" }, { "name": "https://github.com/koajs/koa/blob/master/lib/request.js#L259", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/koajs/koa/blob/master/lib/request.js#L259" }, { "name": "https://github.com/koajs/koa/blob/master/lib/request.js#L404", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/koajs/koa/blob/master/lib/request.js#L404" }, { "name": "https://github.com/koajs/koa/releases/tag/2.15.4", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/koajs/koa/releases/tag/2.15.4" } ], "source": { "advisory": "GHSA-593f-38f6-jp5m", "discovery": "UNKNOWN" }, "title": "Koa has Inefficient Regular Expression Complexity" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2025-25200", "datePublished": "2025-02-12T17:59:04.615Z", "dateReserved": "2025-02-03T19:30:53.400Z", "dateUpdated": "2025-02-12T19:29:10.232Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }
CVE-2025-32379 (GCVE-0-2025-32379)
Vulnerability from cvelistv5
Published
2025-04-09 15:56
Modified
2025-04-09 20:45
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- CWE-79 - Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Summary
Koa is expressive middleware for Node.js using ES2017 async functions. 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. This issue is patched in 2.16.1 and 3.0.0-alpha.5.
References
▼ | URL | Tags |
---|---|---|
https://github.com/koajs/koa/security/advisories/GHSA-x2rg-q646-7m2v | x_refsource_CONFIRM | |
https://github.com/koajs/koa/commit/ff25eb4a7f2392df46481fe86355161067687312 | x_refsource_MISC |
Impacted products
{ "containers": { "adp": [ { "metrics": [ { "other": { "content": { "id": "CVE-2025-32379", "options": [ { "Exploitation": "none" }, { "Automatable": "yes" }, { "Technical Impact": "total" } ], "role": "CISA Coordinator", "timestamp": "2025-04-09T17:29:51.749257Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2025-04-09T20:45:15.899Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "product": "koa", "vendor": "koajs", "versions": [ { "status": "affected", "version": "\u003e= 3.0.0-alpha.0, \u003c 3.0.0-alpha.5" }, { "status": "affected", "version": "\u003c 2.16.1" } ] } ], "descriptions": [ { "lang": "en", "value": "Koa is expressive middleware for Node.js using ES2017 async functions. In 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. This issue is patched in 2.16.1 and 3.0.0-alpha.5." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-79", "description": "CWE-79: Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2025-04-09T15:56:40.574Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/koajs/koa/security/advisories/GHSA-x2rg-q646-7m2v", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/koajs/koa/security/advisories/GHSA-x2rg-q646-7m2v" }, { "name": "https://github.com/koajs/koa/commit/ff25eb4a7f2392df46481fe86355161067687312", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/koajs/koa/commit/ff25eb4a7f2392df46481fe86355161067687312" } ], "source": { "advisory": "GHSA-x2rg-q646-7m2v", "discovery": "UNKNOWN" }, "title": "XSS at ctx.redirect() function in Koajs" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2025-32379", "datePublished": "2025-04-09T15:56:40.574Z", "dateReserved": "2025-04-06T19:46:02.462Z", "dateUpdated": "2025-04-09T20:45:15.899Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }
CVE-2025-8129 (GCVE-0-2025-8129)
Vulnerability from cvelistv5
Published
2025-07-25 04:02
Modified
2025-07-25 12:01
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- CWE-601 - Open Redirect
Summary
A vulnerability, which was classified as problematic, was found in KoaJS Koa up to 3.0.0. Affected is the function back in the library lib/response.js of the component HTTP Header Handler. The manipulation of the argument Referrer leads to open redirect. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used.
References
▼ | URL | Tags |
---|---|---|
https://vuldb.com/?id.317514 | vdb-entry, technical-description | |
https://vuldb.com/?ctiid.317514 | signature, permissions-required | |
https://vuldb.com/?submit.619741 | third-party-advisory | |
https://github.com/koajs/koa/issues/1892 | issue-tracking | |
https://github.com/koajs/koa/issues/1892#issue-3213028583 | exploit, issue-tracking |
{ "containers": { "adp": [ { "metrics": [ { "other": { "content": { "id": "CVE-2025-8129", "options": [ { "Exploitation": "poc" }, { "Automatable": "no" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2025-07-25T12:01:50.242124Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2025-07-25T12:01:53.033Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "references": [ { "tags": [ "exploit" ], "url": "https://github.com/koajs/koa/issues/1892" } ], "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "modules": [ "HTTP Header Handler" ], "product": "Koa", "vendor": "KoaJS", "versions": [ { "status": "affected", "version": "3.0" } ] } ], "credits": [ { "lang": "en", "type": "reporter", "value": "ZAST.AI (VulDB User)" } ], "descriptions": [ { "lang": "en", "value": "A vulnerability, which was classified as problematic, was found in KoaJS Koa up to 3.0.0. Affected is the function back in the library lib/response.js of the component HTTP Header Handler. The manipulation of the argument Referrer leads to open redirect. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used." }, { "lang": "de", "value": "Es wurde eine Schwachstelle in KoaJS Koa bis 3.0.0 gefunden. Sie wurde als problematisch eingestuft. Betroffen hiervon ist die Funktion back in der Bibliothek lib/response.js der Komponente HTTP Header Handler. Durch Beeinflussen des Arguments Referrer mit unbekannten Daten kann eine open redirect-Schwachstelle ausgenutzt werden. Umgesetzt werden kann der Angriff \u00fcber das Netzwerk. Der Exploit steht zur \u00f6ffentlichen Verf\u00fcgung." } ], "metrics": [ { "cvssV4_0": { "baseScore": 5.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P", "version": "4.0" } }, { "cvssV3_1": { "baseScore": 3.5, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N/E:P/RL:X/RC:R", "version": "3.1" } }, { "cvssV3_0": { "baseScore": 3.5, "baseSeverity": "LOW", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N/E:P/RL:X/RC:R", "version": "3.0" } }, { "cvssV2_0": { "baseScore": 4, "vectorString": "AV:N/AC:L/Au:S/C:N/I:P/A:N/E:POC/RL:ND/RC:UR", "version": "2.0" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-601", "description": "Open Redirect", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2025-07-25T04:02:05.418Z", "orgId": "1af790b2-7ee1-4545-860a-a788eba489b5", "shortName": "VulDB" }, "references": [ { "name": "VDB-317514 | KoaJS Koa HTTP Header response.js back redirect", "tags": [ "vdb-entry", "technical-description" ], "url": "https://vuldb.com/?id.317514" }, { "name": "VDB-317514 | CTI Indicators (IOB, IOC, TTP, IOA)", "tags": [ "signature", "permissions-required" ], "url": "https://vuldb.com/?ctiid.317514" }, { "name": "Submit #619741 | KoaJS Koa \u003c=3.0.0 commit cb22d8dc Open Redirect", "tags": [ "third-party-advisory" ], "url": "https://vuldb.com/?submit.619741" }, { "tags": [ "issue-tracking" ], "url": "https://github.com/koajs/koa/issues/1892" }, { "tags": [ "exploit", "issue-tracking" ], "url": "https://github.com/koajs/koa/issues/1892#issue-3213028583" } ], "timeline": [ { "lang": "en", "time": "2025-07-24T00:00:00.000Z", "value": "Advisory disclosed" }, { "lang": "en", "time": "2025-07-24T02:00:00.000Z", "value": "VulDB entry created" }, { "lang": "en", "time": "2025-07-24T17:29:21.000Z", "value": "VulDB entry last update" } ], "title": "KoaJS Koa HTTP Header response.js back redirect" } }, "cveMetadata": { "assignerOrgId": "1af790b2-7ee1-4545-860a-a788eba489b5", "assignerShortName": "VulDB", "cveId": "CVE-2025-8129", "datePublished": "2025-07-25T04:02:05.418Z", "dateReserved": "2025-07-24T15:24:16.752Z", "dateUpdated": "2025-07-25T12:01:53.033Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }
Vulnerability from fkie_nvd
Published
2025-07-25 05:15
Modified
2025-09-17 14:38
Severity ?
3.5 (Low) - CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N
6.1 (Medium) - CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
6.1 (Medium) - CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Summary
A vulnerability, which was classified as problematic, was found in KoaJS Koa up to 3.0.0. Affected is the function back in the library lib/response.js of the component HTTP Header Handler. The manipulation of the argument Referrer leads to open redirect. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used.
References
▼ | URL | Tags | |
---|---|---|---|
cna@vuldb.com | https://github.com/koajs/koa/issues/1892 | Exploit, Issue Tracking, Patch, Vendor Advisory | |
cna@vuldb.com | https://github.com/koajs/koa/issues/1892#issue-3213028583 | Exploit, Issue Tracking, Patch, Third Party Advisory, Vendor Advisory | |
cna@vuldb.com | https://vuldb.com/?ctiid.317514 | Permissions Required, VDB Entry | |
cna@vuldb.com | https://vuldb.com/?id.317514 | Third Party Advisory, VDB Entry | |
cna@vuldb.com | https://vuldb.com/?submit.619741 | Third Party Advisory, VDB Entry | |
134c704f-9b21-4f2e-91b3-4a467353bcc0 | https://github.com/koajs/koa/issues/1892 | Exploit, Issue Tracking, Patch, Vendor Advisory |
Impacted products
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:koajs:koa:*:*:*:*:*:node.js:*:*", "matchCriteriaId": "A9F36937-D73F-442F-97E3-E57E6B4DD579", "versionEndExcluding": "2.16.2", "versionStartIncluding": "2.0.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:koajs:koa:3.0.0:-:*:*:*:node.js:*:*", "matchCriteriaId": "829BF63A-A53D-4B0B-9E79-9654AE97D713", "vulnerable": true }, { "criteria": "cpe:2.3:a:koajs:koa:3.0.0:alpha0:*:*:*:node.js:*:*", "matchCriteriaId": "C939FF76-3FDC-4439-8794-4DFC390B6AE5", "vulnerable": true }, { "criteria": "cpe:2.3:a:koajs:koa:3.0.0:alpha1:*:*:*:node.js:*:*", "matchCriteriaId": "6C0F27D9-2CCD-4CA4-BB80-3650CA1CC7D7", "vulnerable": true }, { "criteria": "cpe:2.3:a:koajs:koa:3.0.0:alpha2:*:*:*:node.js:*:*", "matchCriteriaId": "AC7C1D95-EC40-445D-A46D-5B52C771E9EE", "vulnerable": true }, { "criteria": "cpe:2.3:a:koajs:koa:3.0.0:alpha3:*:*:*:node.js:*:*", "matchCriteriaId": "1CB59D3F-CD0C-46FB-92E6-A57B5309690E", "vulnerable": true }, { "criteria": "cpe:2.3:a:koajs:koa:3.0.0:alpha4:*:*:*:node.js:*:*", "matchCriteriaId": "7A156C47-5619-4AF3-B7F2-9BE83A5F8F15", "vulnerable": true }, { "criteria": "cpe:2.3:a:koajs:koa:3.0.0:alpha5:*:*:*:node.js:*:*", "matchCriteriaId": "0E020A81-C019-45A9-BA3D-0F3C83D1288A", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "A vulnerability, which was classified as problematic, was found in KoaJS Koa up to 3.0.0. Affected is the function back in the library lib/response.js of the component HTTP Header Handler. The manipulation of the argument Referrer leads to open redirect. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used." }, { "lang": "es", "value": "Se encontr\u00f3 una vulnerabilidad clasificada como problem\u00e1tica en KoaJS (hasta la versi\u00f3n 3.0.0). La funci\u00f3n afectada se encuentra en la librer\u00eda lib/response.js del componente HTTP Header Handler. La manipulaci\u00f3n del argumento Referrer provoca una redirecci\u00f3n abierta. El ataque puede ejecutarse en remoto. Se ha hecho p\u00fablico el exploit y puede que sea utilizado." } ], "id": "CVE-2025-8129", "lastModified": "2025-09-17T14:38:37.743", "metrics": { "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "NONE", "baseScore": 4.0, "confidentialityImpact": "NONE", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:L/Au:S/C:N/I:P/A:N", "version": "2.0" }, "exploitabilityScore": 8.0, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "cna@vuldb.com", "type": "Secondary", "userInteractionRequired": false } ], "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 3.5, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "exploitabilityScore": 2.1, "impactScore": 1.4, "source": "cna@vuldb.com", "type": "Secondary" }, { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 2.7, "source": "nvd@nist.gov", "type": "Primary" } ], "cvssMetricV40": [ { "cvssData": { "Automatable": "NOT_DEFINED", "Recovery": "NOT_DEFINED", "Safety": "NOT_DEFINED", "attackComplexity": "LOW", "attackRequirements": "NONE", "attackVector": "NETWORK", "availabilityRequirement": "NOT_DEFINED", "baseScore": 5.1, "baseSeverity": "MEDIUM", "confidentialityRequirement": "NOT_DEFINED", "exploitMaturity": "PROOF_OF_CONCEPT", "integrityRequirement": "NOT_DEFINED", "modifiedAttackComplexity": "NOT_DEFINED", "modifiedAttackRequirements": "NOT_DEFINED", "modifiedAttackVector": "NOT_DEFINED", "modifiedPrivilegesRequired": "NOT_DEFINED", "modifiedSubAvailabilityImpact": "NOT_DEFINED", "modifiedSubConfidentialityImpact": "NOT_DEFINED", "modifiedSubIntegrityImpact": "NOT_DEFINED", "modifiedUserInteraction": "NOT_DEFINED", "modifiedVulnAvailabilityImpact": "NOT_DEFINED", "modifiedVulnConfidentialityImpact": "NOT_DEFINED", "modifiedVulnIntegrityImpact": "NOT_DEFINED", "privilegesRequired": "LOW", "providerUrgency": "NOT_DEFINED", "subAvailabilityImpact": "NONE", "subConfidentialityImpact": "NONE", "subIntegrityImpact": "NONE", "userInteraction": "PASSIVE", "valueDensity": "NOT_DEFINED", "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X", "version": "4.0", "vulnAvailabilityImpact": "NONE", "vulnConfidentialityImpact": "NONE", "vulnIntegrityImpact": "LOW", "vulnerabilityResponseEffort": "NOT_DEFINED" }, "source": "cna@vuldb.com", "type": "Secondary" } ] }, "published": "2025-07-25T05:15:36.980", "references": [ { "source": "cna@vuldb.com", "tags": [ "Exploit", "Issue Tracking", "Patch", "Vendor Advisory" ], "url": "https://github.com/koajs/koa/issues/1892" }, { "source": "cna@vuldb.com", "tags": [ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory", "Vendor Advisory" ], "url": "https://github.com/koajs/koa/issues/1892#issue-3213028583" }, { "source": "cna@vuldb.com", "tags": [ "Permissions Required", "VDB Entry" ], "url": "https://vuldb.com/?ctiid.317514" }, { "source": "cna@vuldb.com", "tags": [ "Third Party Advisory", "VDB Entry" ], "url": "https://vuldb.com/?id.317514" }, { "source": "cna@vuldb.com", "tags": [ "Third Party Advisory", "VDB Entry" ], "url": "https://vuldb.com/?submit.619741" }, { "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "tags": [ "Exploit", "Issue Tracking", "Patch", "Vendor Advisory" ], "url": "https://github.com/koajs/koa/issues/1892" } ], "sourceIdentifier": "cna@vuldb.com", "vulnStatus": "Analyzed", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-601" } ], "source": "cna@vuldb.com", "type": "Secondary" } ] }