Skip to content

Commit

Permalink
ipaddress IPv4
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Mar 30, 2021
1 parent 6610392 commit f0d32a0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions vulnerabilities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1708,3 +1708,13 @@
connected to. This is the strategy other ftp clients adopted, and matches
the only strategy available for the modern IPv6 EPSV command where the
server response must return a port number and nothing else.
- name: "ipaddress leading zeros in IPv4 address"
slug: ipaddress-ipv4-leading-zeros
bpo: 36384
links:
- https://sick.codes/universal-netmask-npm-package-used-by-270000-projects-vulnerable-to-octal-input-data-server-side-request-forgery-remote-file-inclusion-local-file-inclusion-and-more-cve-2021-28918/
fixed-in:
#- '3.x': commit_sha1
description: |
The ipaddress module accepts leading zeros in IPv4 addresses.

0 comments on commit f0d32a0

Please sign in to comment.