|
Bugzilla – Full Text Bug Listing |
| Summary: | VUL-0: squid: Denial of Service in Gopher gateway | ||
|---|---|---|---|
| Product: | [Novell Products] SUSE Security Incidents | Reporter: | Alexander Bergmann <abergmann> |
| Component: | Incidents | Assignee: | Security Team bot <security-team> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Security Team bot <security-team> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | CC: | abergmann, amajer, stoyan.manolov, thomas.leroy |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| URL: | https://smash.suse.de/issue/382742/ | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Alexander Bergmann
2023-10-23 11:52:49 UTC
All codestreams are vulnerable, no fix available, but there could be an easy workaround by rejecting gopher URL request, by adding the following to the squid.conf file: ``` acl gopher proto gopher http_access deny gopher ``` I've double checked the gopher functionality inside my test setup. Additionally to the 2 lines above it was necessary to disable the gopher port 70 entry by removing the following line: acl Safe_ports port 70 # gopher To clarify this, I've opened a bug report with squid up-stream: https://bugs.squid-cache.org/show_bug.cgi?id=5310 Workaround: Please make sure that the following lines are placed before all "http_access allow" rules, otherwise the restriction will not work: ``` acl gopher proto gopher http_access deny gopher ``` Duplicate *** This bug has been marked as a duplicate of bug 1216926 *** |