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

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Verifying a certificate chain which contains a certificate with an unknown public key algorithm will cause Certificate.Verify to panic. This affects all crypto/tls clients, and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert. The default behavior is for TLS servers to not verify client certificates.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/h4ckm1n-dev/report-test
|
|
- https://github.com/testing-felickz/docker-scout-demo
|
|
|