CVE-2026-50188 PUBLISHED

Kirby: Request header injection in `Http\Remote`

Assigner: GitHub_M
Reserved: 03.06.2026 Published: 09.07.2026 Updated: 09.07.2026

Kirby is an open-source content management system. Prior to 4.9.4 and 5.4.4, Kirby sites and plugins using the Kirby Http Remote class, including Remote::request(), Remote::get(), and Remote::post(), to send outgoing HTTP requests with untrusted data in the headers option could allow newline characters in a header value to inject a separate unintended request header to the remote service. This issue is fixed in versions 4.9.4 and 5.4.4.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:H/SA:N
CVSS Score: 6.9

Product Status

Vendor getkirby
Product kirby
Versions
  • Version < 4.9.4 is affected
  • Version >= 5.0.0, < 5.4.4 is affected

References

Problem Types

  • CWE-93: Improper Neutralization of CRLF Sequences ('CRLF Injection') CWE
  • CWE-113: Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Request/Response Splitting') CWE