2 results (0.003 seconds)

CVSS: 6.5EPSS: 0%CPEs: 1EXPL: 0

slim/psr7 is a PSR-7 implementation for use with Slim 4. In versions prior to 1.6.1 an attacker could sneak in a newline (\n) into both the header names and values. While the specification states that \r\n\r\n is used to terminate the header list, many servers in the wild will also accept \n\n. An attacker that is able to control the header names that are passed to Slilm-Psr7 would be able to intentionally craft invalid messages, possibly causing application errors or invalid HTTP requests being sent out with an PSR-18 HTTP client. The latter might present a denial of service vector if a remote service’s web application firewall bans the application due to the receipt of malformed requests. • https://github.com/slimphp/Slim-Psr7/commit/ed1d553225dd190875d8814c47460daed4b550bb https://github.com/slimphp/Slim-Psr7/security/advisories/GHSA-q2qj-628g-vhfw https://www.rfc-editor.org/rfc/rfc7230#section-3.2.4 • CWE-436: Interpretation Conflict •

CVSS: 7.5EPSS: 0%CPEs: 1EXPL: 0

Middleware/SessionCookie.php in Slim before 2.6.0 allows remote attackers to conduct PHP object injection attacks and execute arbitrary PHP code via crafted session data. Middleware/SessionCookie.php en Slim anterior a 2.6.0 permite a atacantes remotos realizar ataques de inyección de objetos PHP y ejecutar código PHP arbitrario a través de datos de sesiones manipulados. • http://seclists.org/fulldisclosure/2015/Mar/16 http://www.securityfocus.com/bid/70087 http://www.slimframework.com/2015/03/01/version-260.html https://github.com/slimphp/Slim/issues/1034 • CWE-94: Improper Control of Generation of Code ('Code Injection') •