Skip to content

Commit 2dba571

Browse files

File tree

6 files changed

+531
-80
lines changed

6 files changed

+531
-80
lines changed
Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-c3fc-8qff-9hwx",
4+
"modified": "2026-04-18T01:06:02Z",
5+
"published": "2026-04-17T18:31:50Z",
6+
"aliases": [
7+
"CVE-2026-0636"
8+
],
9+
"summary": "Bouncy Castle has an LDAP injection",
10+
"details": "Improper neutralization of special elements used in an LDAP query ('LDAP injection') vulnerability in Legion of the Bouncy Castle Inc. BC-JAVA bcprov on all (prov modules). This vulnerability is associated with program files LDAPStoreHelper.\n\nThis issue affects BC-JAVA: from 1.74 before 1.84.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:P/RE:M/U:Amber"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.bouncycastle:bcprov-jdk14"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "1.74"
29+
},
30+
{
31+
"fixed": "1.84"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Maven",
40+
"name": "org.bouncycastle:bcprov-jdk15to18"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "1.74"
48+
},
49+
{
50+
"fixed": "1.84"
51+
}
52+
]
53+
}
54+
]
55+
},
56+
{
57+
"package": {
58+
"ecosystem": "Maven",
59+
"name": "org.bouncycastle:bcprov-jdk18on"
60+
},
61+
"ranges": [
62+
{
63+
"type": "ECOSYSTEM",
64+
"events": [
65+
{
66+
"introduced": "1.74"
67+
},
68+
{
69+
"fixed": "1.84"
70+
}
71+
]
72+
}
73+
]
74+
}
75+
],
76+
"references": [
77+
{
78+
"type": "ADVISORY",
79+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-0636"
80+
},
81+
{
82+
"type": "WEB",
83+
"url": "https://github.com/bcgit/bc-java/commit/d20cdb8430e09224114fec0179a71859929fcbde"
84+
},
85+
{
86+
"type": "PACKAGE",
87+
"url": "https://github.com/bcgit/bc-java"
88+
},
89+
{
90+
"type": "WEB",
91+
"url": "https://github.com/bcgit/bc-java/wiki/CVE%E2%80%902026%E2%80%900636"
92+
}
93+
],
94+
"database_specific": {
95+
"cwe_ids": [
96+
"CWE-90"
97+
],
98+
"severity": "MODERATE",
99+
"github_reviewed": true,
100+
"github_reviewed_at": "2026-04-18T01:06:02Z",
101+
"nvd_published_at": "2026-04-15T10:16:38Z"
102+
}
103+
}
Lines changed: 179 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,179 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-cj8j-37rh-8475",
4+
"modified": "2026-04-18T01:06:35Z",
5+
"published": "2026-04-17T18:31:50Z",
6+
"aliases": [
7+
"CVE-2026-3505"
8+
],
9+
"summary": "Bouncy Castle Uncontrolled Resource Consumption vulnerability",
10+
"details": "Allocation of resources without limits or throttling vulnerability in Legion of the Bouncy Castle Inc. BC-JAVA bcpg on all (pg modules). This issue affects BC-JAVA before 1.84.\n\nUnbounded PGP AEAD chunk size leads to pre-auth resource exhaustion.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.bouncycastle:bcpg-jdk12"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"last_affected": "130"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Maven",
40+
"name": "org.bouncycastle:bcpg-jdk14"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "0"
48+
},
49+
{
50+
"fixed": "1.84"
51+
}
52+
]
53+
}
54+
]
55+
},
56+
{
57+
"package": {
58+
"ecosystem": "Maven",
59+
"name": "org.bouncycastle:bcpg-jdk15"
60+
},
61+
"ranges": [
62+
{
63+
"type": "ECOSYSTEM",
64+
"events": [
65+
{
66+
"introduced": "0"
67+
},
68+
{
69+
"last_affected": "1.46"
70+
}
71+
]
72+
}
73+
]
74+
},
75+
{
76+
"package": {
77+
"ecosystem": "Maven",
78+
"name": "org.bouncycastle:bcpg-jdk15to18"
79+
},
80+
"ranges": [
81+
{
82+
"type": "ECOSYSTEM",
83+
"events": [
84+
{
85+
"introduced": "0"
86+
},
87+
{
88+
"fixed": "1.84"
89+
}
90+
]
91+
}
92+
]
93+
},
94+
{
95+
"package": {
96+
"ecosystem": "Maven",
97+
"name": "org.bouncycastle:bcpg-jdk15on"
98+
},
99+
"ranges": [
100+
{
101+
"type": "ECOSYSTEM",
102+
"events": [
103+
{
104+
"introduced": "0"
105+
},
106+
{
107+
"last_affected": "1.70"
108+
}
109+
]
110+
}
111+
]
112+
},
113+
{
114+
"package": {
115+
"ecosystem": "Maven",
116+
"name": "org.bouncycastle:bcpg-jdk16"
117+
},
118+
"ranges": [
119+
{
120+
"type": "ECOSYSTEM",
121+
"events": [
122+
{
123+
"introduced": "0"
124+
},
125+
{
126+
"last_affected": "1.46"
127+
}
128+
]
129+
}
130+
]
131+
},
132+
{
133+
"package": {
134+
"ecosystem": "Maven",
135+
"name": "org.bouncycastle:bcpg-jdk18on"
136+
},
137+
"ranges": [
138+
{
139+
"type": "ECOSYSTEM",
140+
"events": [
141+
{
142+
"introduced": "0"
143+
},
144+
{
145+
"fixed": "1.84"
146+
}
147+
]
148+
}
149+
]
150+
}
151+
],
152+
"references": [
153+
{
154+
"type": "ADVISORY",
155+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-3505"
156+
},
157+
{
158+
"type": "WEB",
159+
"url": "https://github.com/bcgit/bc-java/commit/dc7530939ffb6cdb57636f3609d98e23b94e71c1"
160+
},
161+
{
162+
"type": "PACKAGE",
163+
"url": "https://github.com/bcgit/bc-java"
164+
},
165+
{
166+
"type": "WEB",
167+
"url": "https://github.com/bcgit/bc-java/wiki/CVE%E2%80%902026%E2%80%903505"
168+
}
169+
],
170+
"database_specific": {
171+
"cwe_ids": [
172+
"CWE-400"
173+
],
174+
"severity": "HIGH",
175+
"github_reviewed": true,
176+
"github_reviewed_at": "2026-04-18T01:06:35Z",
177+
"nvd_published_at": "2026-04-15T10:16:49Z"
178+
}
179+
}

0 commit comments

Comments
 (0)