#45046 closed defect (bug) (invalid)
IP validation improper loophole repair
| Reported by: | wooir | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | HTTP API | Version: | 4.9.8 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description (last modified by )
wp-includes/http.php
563 lines:
if ( 127 === $parts[0] || 10 === $parts[0] || 0 === $parts[0]
It should be modified to:
if ( 127 === $parts[0] || 10 === $parts[0] || 0 === $parts[0] || 0 === $parts[0]
Change History (4)
#2
in reply to: ↑ 1
@
8 years ago
- Resolution → invalid
- Status new → closed
Replying to johnbillion:
Can you provide some more information about what problem this change addresses please?
Sorry, I tested it and found that I was mistaken.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Can you provide some more information about what problem this change addresses please?