Bug 2513062 - CVE-2026-12372 python-nltk: NLTK: Server-Side Request Forgery via improper network URL validation [fedora-all]
Summary: CVE-2026-12372 python-nltk: NLTK: Server-Side Request Forgery via improper ne...
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: python-nltk
Version: 45
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
Assignee: José Matos
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: {"flaws": ["5059bc28-81f9-4d2b-8b72-0...
Depends On:
Blocks: CVE-2026-12372
TreeView+ depends on / blocked
 
Reported: 2026-08-10 09:33 UTC by Marian Rehak
Modified: 2026-08-17 15:50 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Marian Rehak 2026-08-10 09:33:27 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

A Server-Side Request Forgery (SSRF) vulnerability exists in nltk/nltk versions 3.9.4 and the current develop branch. The `nltk.pathsec.validate_network_url()` function, intended to prevent SSRF by rejecting internal network addresses, fails to reject IPs in the RFC 6598 shared address space (`100.64.0.0/10`). This occurs because Python's `ipaddress` module does not classify such addresses as `is_private` or `is_global`, and the current guard only checks `is_private` and a few explicit categories. An attacker who can influence a URL passed to NLTK's network-loading helpers can exploit this vulnerability to make a strict-mode application send requests to shared-address-space hosts, potentially exposing non-public infrastructure reachable from the application host. The impact is limited to SSRF-style confidentiality exposure, with no code execution claimed.

Comment 1 Aoife Moloney 2026-08-17 15:50:13 UTC
This bug appears to have been reported against 'rawhide' during the Fedora Linux 45 development cycle.
Changing version to 45.


Note You need to log in before you can comment on or make changes to this bug.