2 matches found
PYSEC-2026-2646 Microdot has HTTP response splitting in Response.set_cookie()
Impact The Response.setcookie method does not sanitize its string arguments, and in particular will not detect the presence of the \r\n sequence in them. This can be a potential source of header injection attacks. For a header injection attack through this issue to be possible, an attacker must...
3.7CVSS6.1AI score0.00215EPSS
SaveExploits0References7
CVE-2026-42874
Microdot is a minimalistic Python web framework. Prior to 2.6.1, the Response.setcookie method does not sanitize its string arguments, and in particular will not detect the presence of the \r\n sequence in them. This can be a potential source of header injection attacks. For a header injection...
3.7CVSS5.8AI score0.00215EPSS
SaveExploits0References1
20