mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
18 lines
1.0 KiB
Markdown
18 lines
1.0 KiB
Markdown
|
|
### [CVE-2024-10491](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-10491)
|
|||
|
|

|
|||
|
|

|
|||
|
|
&color=brighgreen)
|
|||
|
|
|
|||
|
|
### Description
|
|||
|
|
|
|||
|
|
A vulnerability has been identified in the Express response.links function, allowing for arbitrary resource injection in the Link header when unsanitized data is used.The issue arises from improper sanitization in `Link` header values, which can allow a combination of characters like `,`, `;`, and `<>` to preload malicious resources.This vulnerability is especially relevant for dynamic parameters.
|
|||
|
|
|
|||
|
|
### POC
|
|||
|
|
|
|||
|
|
#### Reference
|
|||
|
|
- https://www.herodevs.com/vulnerability-directory/cve-2024-10491
|
|||
|
|
|
|||
|
|
#### Github
|
|||
|
|
- https://github.com/yokozuna47/backend-diary
|
|||
|
|
|