CVE-2017-16762
HighSummary
Sanic versions before 0.5.1 allow reading arbitrary files through directory traversal, as demonstrated by the /static/..%2f substring.
Risk Assessment
An attacker could gain access to sensitive data in the file system, potentially leading to serious security breaches.
Recommendation
It is recommended to upgrade Sanic to version 0.5.1 or later to mitigate this vulnerability.
Other vulnerabilities in Sanic
See all- CVE-2026-85078Medium
In Sanic version 25.12.0, HTTP/1.1 chunked-body handling does not fully consume the trailer-part after the terminating zero chunk before reusing the keep-alive connection buffer. A remote unauthenticated client can place attacker-controlled bytes in that trailer region, which Sanic parses and routes as a hidden second request. This breaks HTTP request-boundary integrity and can provide a request-smuggling primitive when Sanic is deployed behind intermediaries.
- CVE-2026-85077High
Sanic is an opensource python web server/framework. Prior to version 24.12.1, and in version 25.12.0, the HTTP/1.1 response pipeline in sanic/response/types.py serializes response header names and values without rejecting carriage-return or line-feed characters. Applications that place attacker-controlled data in response.headers, file(..., filename=...), or cookie path and domain attributes can therefore emit injected headers and may split responses. Depending on application and proxy behavior, this can enable session fixation through injected cookies, cache poisoning, or security-header corruption. This issue is fixed in versions 24.12.1 and 25.12.1.
Original NVD description (English source)
Sanic before 0.5.1 allows reading arbitrary files with directory traversal, as demonstrated by the /static/..%2f substring.

