Lucene search
+L

38305 matches found

ATTACKERKB
ATTACKERKB
added 2026/05/13 7:23 p.m.9 views

CVE-2026-42551

Flight is an extensible micro-framework for PHP. Prior to 3.18.1, Request::getMethod unconditionally honors the X-HTTP-Method-Override header and the $REQUEST'method' parameter on any HTTP verb including safe verbs such as GET, with no opt-in and no whitelist of permitted target methods. A GET...

7.5CVSS5.8AI score0.0031EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2026/05/13 7:23 p.m.36 views

CVE-2026-42551

FlightPHP core contains a vulnerability in Request::getMethod() prior to 3.18.1 where X-HTTP-Method-Override and _method are applied to any HTTP verb without opt-in, allowing a GET to become DELETE/PUT. This enables CSRF escalation against destructive endpoints, bypass of middleware gated on unsa...

7.5CVSS5.8AI score0.0031EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/13 7:23 p.m.7 views

CVE-2026-42551 Flight: HTTP method override enabled by default enables CSRF escalation and middleware bypass in flightphp/core

Flight is an extensible micro-framework for PHP. Prior to 3.18.1, Request::getMethod unconditionally honors the X-HTTP-Method-Override header and the $REQUEST'method' parameter on any HTTP verb including safe verbs such as GET, with no opt-in and no whitelist of permitted target methods. A GET...

7.5CVSS6AI score
SaveExploits0References3
Cvelist
Cvelist
added 2026/05/13 7:22 p.m.74 views

CVE-2026-42550 Flight: SQL Injection via unvalidated identifiers in SimplePdo::insert / update / delete

Flight is an extensible micro-framework for PHP. Prior to 3.18.1, SimplePdo::insert, SimplePdo::update, and SimplePdo::delete build SQL statements by concatenating the $table argument and the keys of the $data array directly into the query, with no identifier quoting and no validation. When an...

8.8CVSS0.00397EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/05/13 7:22 p.m.10 views

CVE-2026-42550

Flight is an extensible micro-framework for PHP. Prior to 3.18.1, SimplePdo::insert, SimplePdo::update, and SimplePdo::delete build SQL statements by concatenating the $table argument and the keys of the $data array directly into the query, with no identifier quoting and no validation. When an...

8.8CVSS6AI score0.00397EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2026/05/13 7:22 p.m.28 views

CVE-2026-42550

Flight (PHP) vulnerability CVE-2026-42550 affects SimplePdo::insert(), SimplePdo::update(), and SimplePdo::delete() prior to version 3.18.1. These helpers concatenate the table name and data keys directly into SQL without identifier quoting or validation, enabling SQL injection when attacker-cont...

8.8CVSS6AI score0.00397EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/05/13 7:22 p.m.10 views

CVE-2026-42550 Flight: SQL Injection via unvalidated identifiers in SimplePdo::insert / update / delete

Flight is an extensible micro-framework for PHP. Prior to 3.18.1, SimplePdo::insert, SimplePdo::update, and SimplePdo::delete build SQL statements by concatenating the $table argument and the keys of the $data array directly into the query, with no identifier quoting and no validation. When an...

8.8CVSS6AI score0.00397EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/13 7:22 p.m.8 views

CVE-2026-42550 Flight: SQL Injection via unvalidated identifiers in SimplePdo::insert / update / delete

Flight is an extensible micro-framework for PHP. Prior to 3.18.1, SimplePdo::insert, SimplePdo::update, and SimplePdo::delete build SQL statements by concatenating the $table argument and the keys of the $data array directly into the query, with no identifier quoting and no validation. When an...

8.8CVSS6.1AI score
SaveExploits0References3
CVE
CVE
added 2026/05/13 7:22 p.m.33 views

CVE-2026-42549

CVE-2026-42549 affects Flight PHP core prior to 3.18.1. The make:controller CLI calls mkdir(..., recursive: true) on a user-supplied controller path before Nette class-name validation, allowing creation of directories outside the project root via ../ traversal. The directory creation side effect ...

4.4CVSS5.8AI score0.00154EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/13 7:22 p.m.9 views

CVE-2026-42549 Flight: Path traversal in `make:controller` CLI creates arbitrary directories outside project root

Flight is an extensible micro-framework for PHP. Prior to 3.18.1, the make:controller CLI command calls mkdir..., recursive: true on a path built from the user-supplied controller name, before Nette's class-name validation runs. The class-file write is correctly rejected by Nette when the name...

4.4CVSS6AI score
SaveExploits0References3
Cvelist
Cvelist
added 2026/05/13 7:22 p.m.64 views

CVE-2026-42549 Flight: Path traversal in `make:controller` CLI creates arbitrary directories outside project root

Flight is an extensible micro-framework for PHP. Prior to 3.18.1, the make:controller CLI command calls mkdir..., recursive: true on a path built from the user-supplied controller name, before Nette's class-name validation runs. The class-file write is correctly rejected by Nette when the name...

4.4CVSS0.00154EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/05/13 7:22 p.m.15 views

CVE-2026-42549 Flight: Path traversal in `make:controller` CLI creates arbitrary directories outside project root

Flight is an extensible micro-framework for PHP. Prior to 3.18.1, the make:controller CLI command calls mkdir..., recursive: true on a path built from the user-supplied controller name, before Nette's class-name validation runs. The class-file write is correctly rejected by Nette when the name...

4.4CVSS5.8AI score0.00154EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/05/13 7:21 p.m.24 views

CVE-2026-42548

Flight is an extensible micro-framework for PHP. Prior to 3.18.1, Flight::jsonp concatenates the ?jsonp= query parameter directly into an application/javascript response body without validating that the value is a legal JavaScript identifier. An attacker can inject arbitrary JavaScript that...

8.6CVSS5.6AI score0.00341EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2026/05/13 7:21 p.m.13 views

CVE-2026-42548 Flight: Reflected XSS via unvalidated JSONP callback in Flight::jsonp()

Flight is an extensible micro-framework for PHP. Prior to 3.18.1, Flight::jsonp concatenates the ?jsonp= query parameter directly into an application/javascript response body without validating that the value is a legal JavaScript identifier. An attacker can inject arbitrary JavaScript that...

8.6CVSS5.6AI score0.00341EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/13 7:21 p.m.7 views

CVE-2026-42548 Flight: Reflected XSS via unvalidated JSONP callback in Flight::jsonp()

Flight is an extensible micro-framework for PHP. Prior to 3.18.1, Flight::jsonp concatenates the ?jsonp= query parameter directly into an application/javascript response body without validating that the value is a legal JavaScript identifier. An attacker can inject arbitrary JavaScript that...

8.6CVSS5.7AI score
SaveExploits0References3
Cvelist
Cvelist
added 2026/05/13 7:21 p.m.38 views

CVE-2026-42548 Flight: Reflected XSS via unvalidated JSONP callback in Flight::jsonp()

Flight is an extensible micro-framework for PHP. Prior to 3.18.1, Flight::jsonp concatenates the ?jsonp= query parameter directly into an application/javascript response body without validating that the value is a legal JavaScript identifier. An attacker can inject arbitrary JavaScript that...

8.6CVSS0.00341EPSS
SaveExploits0References1
CVE
CVE
added 2026/05/13 7:21 p.m.24 views

CVE-2026-42548

Flight (PHP micro-framework) contains a reflected XSS in Flight::jsonp() prior to version 3.18.1, where the ?jsonp= parameter is concatenated into a JavaScript response without validating the callback name. This allows an attacker to inject arbitrary JavaScript that executes in the response origi...

8.6CVSS5.6AI score0.00341EPSS
SaveExploits0References1
NVD
NVD
added 2026/05/13 7:17 p.m.48 views

CVE-2026-8466

Allocation of Resources Without Limits or Throttling vulnerability in ninenines cowboy allows denial of service via unbounded buffer accumulation in multipart header parsing. cowboyreq:readpart/3 in src/cowboyreq.erl accumulates incoming request bytes into a Buffer binary with no upper-bound chec...

8.2CVSS0.00382EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/13 7:17 p.m.4 views

DEBIAN-CVE-2026-8466

Allocation of Resources Without Limits or Throttling vulnerability in ninenines cowboy allows denial of service via unbounded buffer accumulation in multipart header parsing. cowboyreq:readpart/3 in src/cowboyreq.erl accumulates incoming request bytes into a Buffer binary with no upper-bound chec...

8.2CVSS6AI score0.00382EPSS
SaveExploits0References1
NVD
NVD
added 2026/05/13 7:17 p.m.24 views

CVE-2026-44248

Netty is an asynchronous, event-driven network application framework. Prior to 4.2.13.Final and 4.1.133.Final, the MQTT 5 header Properties section is parsed and buffered before any message size limit is applied. Specifically, in MqttDecoder, the decodeVariableHeader method is called before the...

7.5CVSS0.00489EPSS
SaveExploits0References6
Rows per page
Query Builder