Skip to content

Commit ec924b0

Browse files
Kyle-Nealeclaude
andauthored
Bump pyOpenSSL to >=26.0.0 (CVE-2026-27459, CVE-2026-27448) (DataDog#23225)
* Bump pyOpenSSL to >=26.0.0 to address CVE-2026-27459 and CVE-2026-27448 Updates pyOpenSSL from ==25.3.0 to >=26.0.0 across agent_requirements.in and datadog_checks_base to address VULN-59209 (Critical 9.8) and VULN-59208 (Medium 5.3). Also removes the dep-update exclusion for pyopenssl now that the snowflake-connector-python blocker is resolved. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Add changelog entry for pyOpenSSL bump (PR DataDog#23225) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Fix validation: use == pin for pyopenssl --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent bf3c108 commit ec924b0

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

agent_requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pymongo[srv]==4.8.0; python_version >= '3.9'
4040
pymqi==1.12.13
4141
pymysql==1.1.2
4242
pyodbc==5.3.0
43-
pyopenssl==25.3.0
43+
pyopenssl==26.0.0
4444
pysnmp-mibs==0.1.6
4545
pysnmp==7.1.22
4646
pysocks==1.7.1
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump pyOpenSSL to >=26.0.0 to address CVE-2026-27459 (VULN-59209, Critical 9.8) and CVE-2026-27448 (VULN-59208, Medium 5.3).

datadog_checks_base/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ http = [
5858
"botocore==1.42.72",
5959
"oauthlib==3.3.1",
6060
"pyjwt==2.12.1",
61-
"pyopenssl==25.3.0",
61+
"pyopenssl==26.0.0",
6262
"pysocks==1.7.1",
6363
"requests-kerberos==0.15.0",
6464
"requests-ntlm==1.3.0",

0 commit comments

Comments
 (0)