Security readout for executives and security teams
Plain-English summary
Kirby CMS could reveal which user accounts are real when code-based login or password reset is enabled, or when debug is left on in production. This is not described as full account takeover, but valid usernames can support phishing, password attacks, or social engineering. Patched Kirby releases are available.
Executive priority
Treat as a medium-priority identity exposure issue. Patch during the next security maintenance window, sooner for public sites with password reset or code-based login enabled.
Technical view
CVE-2022-39314 is a CWE-307 issue in Kirby before 3.5.8.2, 3.6.6.2, 3.7.5.1, and 3.8.1. Valid accounts can lock while invalid accounts do not, allowing enumeration under specific auth or debug configurations. The source rates it CVSS 4.8, network, high complexity, unauthenticated.
Likely exposure
Internet-facing Kirby sites are most exposed if they run affected 3.5.x, 3.6.x, 3.7.x, or 3.8.0 releases with code-based login, password-reset auth, or production debug enabled.
Exploitation context
The bundle does not cite active exploitation, and the CVE is not marked KEV. Exploitation requires repeated login behavior across more than one IP address, so practical risk depends on exposure, rate controls, and whether affected auth methods are enabled.
Researcher notes
Evidence is limited to the CVE and Kirby advisory details in the bundle. Do not assume other Kirby authentication modes are affected. The primary validation focus is version, auth.methods, debug state, and externally exposed login or reset flows.
Mitigation direction
- Upgrade Kirby to 3.5.8.2, 3.6.6.2, 3.7.5.1, 3.8.1, or later.
- If immediate upgrade is blocked, set auth.methods to password.
- Disable debug in production environments.
- Review vendor guidance before changing authentication behavior.
Validation and detection
- Inventory public Kirby deployments and record exact versions.
- Check auth.methods for code or password-reset usage.
- Confirm production debug is disabled.
- Review authentication logs for unusual enumeration-like lockout patterns.
- Validate fixes in staging before production rollout.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-307: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCredential and access behavior lookup
The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
Open ATT&CK lookupCVE-2022-39314 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Medium
- CVSS
- 4.8 (3.0)
- Known Exploited
- No
- Published
Vector: CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N2.22.5Primary CVE scoreVulnerability scoring details
Base CVSS 3.0 score
4.8MediumVector: CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/getkirby/kirby/security/advisories/GHSA-43qq-qw4x-28f8CVE reference · x_refsource_CONFIRM
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Improper Restriction of Excessive Authentication Attempts
Improper Restriction of Excessive Authentication Attempts represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
