CVE-2024-42352
| Summary |
Nuxt is a free and open-source framework to create full-stack web applications and websites with Vue.js. `nuxt/icon` provides an API to allow client side icon lookup. This endpoint is at `/api/_nuxt_icon/[name]`. The proxied request path is improperly parsed, allowing an attacker to change the scheme and host of the request. This leads to SSRF, and could potentially lead to sensitive data exposure. The `new URL` constructor is used to parse the final path. This constructor can be passed a relative scheme or path in order to change the host the request is sent to. This constructor is also very tolerant of poorly formatted URLs. As a result we can pass a path prefixed with the string `http:`. This has the effect of changing the scheme to HTTP. We can then subsequently pass a new host, for example `http:127.0.0.1:8080`. This would allow us to send requests to a local server. This issue has been addressed in release version 1.4.5 and all users are advised to upgrade. There are no known workarounds for this vulnerability.
|
| Publication Date |
Aug. 6, 2024, 6:15 a.m. |
| Registration Date |
Aug. 6, 2024, noon |
| Last Update |
Sept. 20, 2024, 5:55 a.m. |
|
CVSS3.1 : HIGH
|
| スコア |
7.5
|
| Vector |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N |
| 攻撃元区分(AV) |
ネットワーク |
| 攻撃条件の複雑さ(AC) |
低 |
| 攻撃に必要な特権レベル(PR) |
不要 |
| 利用者の関与(UI) |
不要 |
| 影響の想定範囲(S) |
変更なし |
| 機密性への影響(C) |
高 |
| 完全性への影響(I) |
なし |
| 可用性への影響(A) |
なし |
Affected software configurations
| Configuration1 |
or higher |
or less |
more than |
less than |
| cpe:2.3:a:nuxt:nuxt:*:*:*:*:*:*:*:* |
|
|
|
1.4.5 |
Related information, measures and tools
Common Vulnerabilities List
JVN Vulnerability Information
nuxt におけるサーバサイドのリクエストフォージェリの脆弱性
| Title |
nuxt におけるサーバサイドのリクエストフォージェリの脆弱性
|
| Summary |
nuxt には、サーバサイドのリクエストフォージェリの脆弱性が存在します。
|
| Possible impacts |
情報を取得される可能性があります。 |
| Solution |
参考情報を参照して適切な対策を実施してください。 |
| Publication Date |
Aug. 5, 2024, midnight |
| Registration Date |
Sept. 20, 2024, 10:36 a.m. |
| Last Update |
Sept. 20, 2024, 10:36 a.m. |
Affected System
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
Change Log
| No |
Changed Details |
Date of change |
| 1 |
[2024年09月20日] 掲載 |
Sept. 20, 2024, 10:36 a.m. |