Description
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.
Published: 2026-07-09
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Kirby is an open‑source content‑management system. Versions earlier than 4.9.4 and 5.4.4 contain a request‑header injection flaw in the Http Remote class. When Remote::request(), Remote::get() or Remote::post() are used to send outgoing HTTP requests, an untrusted value supplied in the headers option may contain newline characters. These characters create unintended additional request headers on the remote service, allowing an attacker to inject arbitrary headers into outbound requests, which can alter the behavior of third‑party services that the Kirby site communicates with. This vulnerability is a classic request‑header injection weakness and is identified by CWE‑113 and CWE‑93.

Affected Systems

The flaw affects the Kirby open‑source content management system, with versions released before 4.9.4 and before 5.4.4. Any Kirby site or plugin that uses Http Remote methods—Remote::request(), Remote::get(), or Remote::post()—and incorporates user‑supplied values into the headers option is vulnerable.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate severity, and the vulnerability is not listed in CISA’s KEV catalog. The EPSS score of <1% suggests a very low probability of exploitation in the wild. Exploitation requires an attacker to supply crafted header data to a Kirby application; if the application forwards this data unchanged, the attacker can inject additional headers into outgoing requests to dependent services. Because this activity involves outbound communication, it can be used to influence third‑party services even when the attacker cannot directly access them.

Generated by OpenCVE AI on July 28, 2026 at 08:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Kirby to version 4.9.4 or later.
  • Upgrade Kirby to version 5.4.4 or later.
  • Review and sanitize any user‑supplied data used in the headers option of Http Remote calls to prevent newline characters.

Generated by OpenCVE AI on July 28, 2026 at 08:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-4v4h-m2qq-ppgw Kirby: Request header injection in `Http\Remote`
History

Thu, 09 Jul 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Getkirby
Getkirby kirby
Vendors & Products Getkirby
Getkirby kirby

Thu, 09 Jul 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 09 Jul 2026 19:15:00 +0000

Type Values Removed Values Added
Description 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.
Title Kirby: Request header injection in `Http\Remote`
Weaknesses CWE-113
CWE-93
References
Metrics cvssV4_0

{'score': 6.9, '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'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-09T19:20:56.407Z

Reserved: 2026-06-03T22:05:13.645Z

Link: CVE-2026-50188

cve-icon Vulnrichment

Updated: 2026-07-09T19:20:43.782Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-28T08:45:04Z

Weaknesses
  • CWE-113

    Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Request/Response Splitting')

  • CWE-93

    Improper Neutralization of CRLF Sequences ('CRLF Injection')