Cisco Fixes RV320/RV325 Vulnerability by Banning “curl” in User-Agent
1–10 of 322 posts
Re: Cisco Fixes RV320/RV325 Vulnerability by Banning “curl” in User-Agent
#2Re: Cisco Fixes RV320/RV325 Vulnerability by Banning “curl” in User-Agent
#3Re: Cisco Fixes RV320/RV325 Vulnerability by Banning “curl” in User-Agent
#4I don't see what the fuss is about. This is an effective mitigation, given that software can't just arbitrarily lie about its user agent.
Re: Cisco Fixes RV320/RV325 Vulnerability by Banning “curl” in User-Agent
#5Re: Cisco Fixes RV320/RV325 Vulnerability by Banning “curl” in User-Agent
#6Re: Cisco Fixes RV320/RV325 Vulnerability by Banning “curl” in User-Agent
#7Edit:
>The update adds several filters to handle single quotes in user input. However, these filters can be evaded by specially crafted inputs. By providing the following string for the certificate's common name, a "ping" command can be injected:
Title is misleading, implying the only patch was blacklisting curl.
Re: Cisco Fixes RV320/RV325 Vulnerability by Banning “curl” in User-Agent
#8Re: Cisco Fixes RV320/RV325 Vulnerability by Banning “curl” in User-Agent
#9I don't see what the fuss is about. This is an effective mitigation, given that software can't just arbitrarily lie about its user agent.
Eh? Software can do exactly that.
Re: Cisco Fixes RV320/RV325 Vulnerability by Banning “curl” in User-Agent
#10I don't see what the fuss is about. This is an effective mitigation, given that software can't just arbitrarily lie about its user agent.
A better fix would be to just drop all incoming IPv4 packets that have the "evil" bit set. (https://www.ietf.org/rfc/rfc3514.txt) Extending this protection to IPv6 is left as an exercise for the reader.