cve/2024/CVE-2024-12908.md
2025-09-29 16:08:36 +00:00

18 lines
1.3 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### [CVE-2024-12908](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-12908)
![](https://img.shields.io/static/v1?label=Product&message=Secret%20Server&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%2011.7.31%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-94%20Improper%20Control%20of%20Generation%20of%20Code%20('Code%20Injection')&color=brighgreen)
### Description
Delinea addressed a reported case on Secret Server v11.7.31 (protocol handler version 6.0.3.26) where, within the protocol handler function, URI's were compared before normalization and canonicalization, potentially leading to over matching against the approved list. If this attack were successfully exploited, a remote attacker may be able to convince a user to visit a malicious web-page, or open amalicious document which could trigger the vulnerable handler, allowing them to executearbitrary code on the user's machine. Delinea added additional validation that the downloaded installer's batch file was in the expected format.
### POC
#### Reference
- https://blog.amberwolf.com/blog/2024/december/cve-2024-12908-delinea-protocol-handler---remote-code-execution-via-update-process/
#### Github
No PoCs found on GitHub currently.