NathanGibbs3 / BASE

The continuation of BASE (Basic Analysis and Security Engine), by @secureideas, et al. A web app to query and analyze alerts coming from a SNORT IDS.
GNU General Public License v2.0
14 stars 3 forks source link

RTL insufficient input validation on Ipv4 addresses. #224

Open NathanGibbs3 opened 1 year ago

NathanGibbs3 commented 1 year ago
Item Description
File(s): base_rtl.php
Class:
Function: is_ip4()
Similar Issues:
Depends on Issue(s):
Dependency Type:
Misc. Info.: RTL < 0.0.12

Expected Behavior: Correctly validates input. Current Behavior: Returns true for invalid IPv4 addresses.