4
4
"modified" : " 0001-01-01T00:00:00Z" ,
5
5
"published" : " 0001-01-01T00:00:00Z" ,
6
6
"aliases" : [
7
+ " CVE-2024-12401" ,
7
8
" GHSA-r4pg-vg54-wxx4"
8
9
],
9
- "summary" : " cert-manager ha a potential slowdown / DoS when parsing specially crafted PEM inputs in github.com/cert-manager/cert-manager" ,
10
- "details" : " cert-manager ha a potential slowdown / DoS when parsing specially crafted PEM inputs in github.com/cert-manager/cert-manager" ,
10
+ "summary" : " Potential slowdown / DoS when parsing specially crafted PEM inputs in github.com/cert-manager/cert-manager" ,
11
+ "details" : " Potential slowdown / DoS when parsing specially crafted PEM inputs in github.com/cert-manager/cert-manager" ,
11
12
"affected" : [
12
13
{
13
14
"package" : {
39
40
]
40
41
}
41
42
],
42
- "ecosystem_specific" : {}
43
+ "ecosystem_specific" : {
44
+ "imports" : [
45
+ {
46
+ "path" : " github.com/cert-manager/cert-manager/pkg/util/pki" ,
47
+ "symbols" : [
48
+ " CertificateTemplateFromCSRPEM" ,
49
+ " CertificateTemplateFromCertificateRequest" ,
50
+ " CertificateTemplateFromCertificateSigningRequest" ,
51
+ " DecodePrivateKeyBytes" ,
52
+ " DecodeX509CertificateBytes" ,
53
+ " DecodeX509CertificateChainBytes" ,
54
+ " DecodeX509CertificateRequestBytes" ,
55
+ " DecodeX509CertificateSetBytes" ,
56
+ " GenerateLocallySignedTemporaryCertificate" ,
57
+ " ParseSingleCertificateChainPEM" ,
58
+ " RequestMatchesSpec"
59
+ ]
60
+ },
61
+ {
62
+ "path" : " github.com/cert-manager/cert-manager/internal/controller/certificates" ,
63
+ "symbols" : [
64
+ " OutputFormatDER"
65
+ ]
66
+ },
67
+ {
68
+ "path" : " github.com/cert-manager/cert-manager/pkg/controller/acmeorders" ,
69
+ "symbols" : [
70
+ " controller.ProcessItem" ,
71
+ " controller.Sync" ,
72
+ " controller.finalizeOrder"
73
+ ]
74
+ }
75
+ ]
76
+ }
43
77
}
44
78
],
45
79
"references" : [
46
80
{
47
81
"type" : " ADVISORY" ,
48
82
"url" : " https://github.com/cert-manager/cert-manager/security/advisories/GHSA-r4pg-vg54-wxx4"
49
83
},
84
+ {
85
+ "type" : " FIX" ,
86
+ "url" : " https://github.com/cert-manager/cert-manager/commit/3a4c9eb55e2e43570679840bbe3217869fbc8efc"
87
+ },
88
+ {
89
+ "type" : " FIX" ,
90
+ "url" : " https://github.com/cert-manager/cert-manager/commit/f22f78c8c0a64d718e203b326bc844c488ad7850"
91
+ },
50
92
{
51
93
"type" : " FIX" ,
52
94
"url" : " https://github.com/cert-manager/cert-manager/pull/7400"
64
106
"url" : " https://github.com/cert-manager/cert-manager/pull/7403"
65
107
},
66
108
{
67
- "type" : " WEB " ,
109
+ "type" : " REPORT " ,
68
110
"url" : " https://go.dev/issue/50116"
69
111
}
70
112
],
71
113
"database_specific" : {
72
114
"url" : " https://pkg.go.dev/vuln/GO-2024-3282" ,
73
- "review_status" : " UNREVIEWED "
115
+ "review_status" : " REVIEWED "
74
116
}
75
117
}
0 commit comments