LiveActive security incident?Get immediate response
CVE Record

CVE-2022-31055: Improper Access Control in kctf

kCTF is a Kubernetes-based infrastructure for capture the flag (CTF) competitions. Prior to version 1.6.0, the kctf cluster set-src-ip-ranges was broken and allowed traffic from any IP. The problem has been patched in v1.6.0. As a workaround, those who want to test challenges privately can mark them as `public: false` and use `kctf chal debug port-forward` to connect.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

kCTF deployments before 1.6.0 could fail to enforce source-IP restrictions for challenge traffic. Teams that believed a challenge was reachable only from approved IP ranges may have exposed it to anyone on the internet. The core business risk is unintended disclosure of private challenge content or test infrastructure.

Executive priority

Prioritize remediation if your organization runs kCTF for private challenge development, internal competitions, or pre-release testing. The fix is clear and the exposure could undermine confidentiality assumptions, but evidence of real-world exploitation was not provided.

Technical view

The vulnerable kCTF cluster set-src-ip-ranges feature did not properly restrict traffic before version 1.6.0, allowing access from any IP. The CVSS vector is network exploitable, low complexity, unauthenticated, and high confidentiality impact. The issue is patched in v1.6.0.

Likely exposure

Exposure is likely limited to organizations using Google kCTF before 1.6.0 and relying on set-src-ip-ranges to restrict challenge access. Public CTF challenges intentionally exposed to the internet are less affected by this specific control failure.

Exploitation context

The provided sources do not report active exploitation, and the CVE is not marked as KEV. The weakness is still operationally serious because a broken access-control setting could silently expose private CTF challenges or testing environments without authentication.

Researcher notes

Focus validation on whether set-src-ip-ranges was used as the primary access boundary before v1.6.0. Treat any reachable private challenge endpoint as a confidentiality exposure. The source bundle does not provide deeper affected configuration details beyond kCTF versions before 1.6.0.

Mitigation direction

  • Upgrade kCTF deployments to version 1.6.0 or later.
  • For private testing, mark challenges as public: false.
  • Use the vendor-documented debug port-forward workflow for private challenge access.
  • Check vendor guidance before applying alternative network-control assumptions.

Validation and detection

  • Inventory kCTF deployments and confirm no instance runs earlier than 1.6.0.
  • Identify challenge configurations that relied on set-src-ip-ranges restrictions.
  • Verify restricted challenges are not reachable from untrusted external networks.
  • Review logs for unexpected external IPs hitting private challenge endpoints.
Prepared
Confidence
high
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

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 · medium confidence lookup

CWE-284: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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 lookup
description · low confidence lookup

Container behavior lookup

The affected technology mentions containers, so container-specific ATT&CK technique review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-31055 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Official CVE source material

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.

1CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS vector scores

1 official score

We 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.

ScoreVersionSeverityVectorExploitImpactSource
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N3.93.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2022-31055Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
googlekctf< 1.6.0Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-284 · source CWE mapping

Improper Access Control

Improper Access Control represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.