Skip to content

Commit

Permalink
generated content from 2025-01-25
Browse files Browse the repository at this point in the history
  • Loading branch information
gitadvisor committed Jan 25, 2025
1 parent 42b5b4c commit 2527abd
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mapping.csv
Original file line number Diff line number Diff line change
Expand Up @@ -265135,3 +265135,5 @@ vulnerability,CVE-2024-50694,vulnerability--75d3caaa-ad0d-4955-a472-d1dd4ce9c638
vulnerability,CVE-2024-50698,vulnerability--2b6f4e53-13a6-4dbd-9c48-415425dedecf
vulnerability,CVE-2024-50695,vulnerability--e9b78665-6204-441b-8484-e2a30db7e0c9
vulnerability,CVE-2024-50690,vulnerability--f347b58e-a1ff-45a6-9c15-9f0181f3e761
vulnerability,CVE-2025-24360,vulnerability--15311164-1329-4ea5-84aa-e6a9dee4e392
vulnerability,CVE-2025-24361,vulnerability--8b7f8e79-2777-4cd3-911d-111c7a91baf6
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"type": "bundle",
"id": "bundle--91119d3d-2a77-4e9f-a72a-437aaaa7bf2c",
"objects": [
{
"type": "vulnerability",
"spec_version": "2.1",
"id": "vulnerability--15311164-1329-4ea5-84aa-e6a9dee4e392",
"created_by_ref": "identity--8ce3f695-d5a4-4dc8-9e93-a65af453a31a",
"created": "2025-01-25T01:19:55.053585Z",
"modified": "2025-01-25T01:19:55.053585Z",
"name": "CVE-2025-24360",
"description": "Nuxt is an open-source web development framework for Vue.js. Starting in version 3.8.1 and prior to version 3.15.3, Nuxt allows any websites to send any requests to the development server and read the response due to default CORS settings. Users with the default server.cors option using Vite builder may get the source code stolen by malicious websites. Version 3.15.3 fixes the vulnerability.",
"external_references": [
{
"source_name": "cve",
"external_id": "CVE-2025-24360"
}
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"type": "bundle",
"id": "bundle--44a5ccee-47ba-4ccb-9b74-725a2680f4be",
"objects": [
{
"type": "vulnerability",
"spec_version": "2.1",
"id": "vulnerability--8b7f8e79-2777-4cd3-911d-111c7a91baf6",
"created_by_ref": "identity--8ce3f695-d5a4-4dc8-9e93-a65af453a31a",
"created": "2025-01-25T01:19:55.065655Z",
"modified": "2025-01-25T01:19:55.065655Z",
"name": "CVE-2025-24361",
"description": "Nuxt is an open-source web development framework for Vue.js. Source code may be stolen during dev when using version 3.0.0 through 3.15.12 of the webpack builder or version 3.12.2 through 3.152 of the rspack builder and a victim opens a malicious web site. Because the request for classic script by a script tag is not subject to same origin policy, an attacker can inject a malicious script in their site and run the script. By using `Function::toString` against the values in `window.webpackChunknuxt_app`, the attacker can get the source code. Version 3.15.13 of Nuxt patches this issue.",
"external_references": [
{
"source_name": "cve",
"external_id": "CVE-2025-24361"
}
]
}
]
}

0 comments on commit 2527abd

Please sign in to comment.