Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Freddyma1210

#45791of 53,640
5.5Total CVSS
Vulnerabilities · 1
PT-2020-17088
5.5
2020-11-24
Unknown · Modern Honey Network · CVE-2020-29069
**Name of the Vulnerable Software and Affected Versions** Modern Honey Network (MHN) versions through 2020-11-23 **Description** The issue allows attackers to cause a denial-of-service via an IP address that is absent from a local geolocation database. This happens because the code tries to uppercase a return value even if that value is not a string, specifically in the ` get flag ip localdb` function in `server/mhn/ui/utils.py`. **Recommendations** For versions through 2020-11-23, consider modifying the ` get flag ip localdb` function to check the type of the return value before attempting to uppercase it, to prevent the denial-of-service. At the moment, there is no information about a newer version that contains a fix for this vulnerability.