CVE-2016-7964: SSRF
The sendRequest method in HTTPClient Class in file /inc/HTTPClient.php in DokuWiki 2016-06-26a and older, when media file fetching is enabled, has no way to restrict access to private networks. This allows users to scan ports of internal networks via SSRF, such as 10.0.0.1/8, 172.16.0.0/12, and 192.168.0.0/16.
Affected Software
Remediation
Patch Available
Event History
Frequently Asked Questions
What is the severity of CVE-2016-7964?
CVE-2016-7964 is classified as a medium severity vulnerability due to its potential for SSRF attacks.
How do I fix CVE-2016-7964?
To fix CVE-2016-7964, upgrade to the latest version of DokuWiki to ensure that private network access restrictions are in place.
What does CVE-2016-7964 allow an attacker to do?
CVE-2016-7964 allows an attacker to perform server-side request forgery (SSRF) attacks to scan internal network ports.
Which versions of DokuWiki are affected by CVE-2016-7964?
CVE-2016-7964 affects DokuWiki version 2016-06-26a and earlier.
Is there a way to mitigate the risks of CVE-2016-7964 without upgrading?
Mitigation options without upgrading may include disabling media file fetching or implementing firewall rules to restrict outgoing requests.