Research correct CRE mapping for K09 (Misconfigured Cluster Components) in OWASP Kubernetes Top Ten 2022
@SurbhiAgarwal1 is already working on this.
Since Jun 11, 2026.
- Dominant language
- Python
- Stars
- 180
- Forks
- 137
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 21
Description
Context
This issue tracks follow-up research to find the correct, distinct CRE identifiers for K09: Misconfigured Cluster Components in the OWASP Kubernetes Top Ten 2022 dataset.
Background
In PR #877, the owasp_kubernetes_top10_2022.json mapping for K09 was intentionally left unchanged because it currently shares the same cre_ids as K01 (["233-748", "486-813"]). After reviewing the upstream OWASP source, a clearly correct distinct replacement could not be identified, so a speculative change was avoided to prevent introducing incorrect data.
K09 is focused on hardening and misconfiguration of core cluster components (e.g., kubelet, etcd, kube-apiserver), with prevention guidance centred on secure configuration, CIS benchmark scans, and reducing unsafe defaults.
Open question
Is there a more specific CRE mapping for cluster-component hardening/misconfiguration that should replace or augment the current ["233-748", "486-813"] entries for K09?
Guidance for review
- Compare K09's prevention/mitigation content on the OWASP Kubernetes Top Ten 2022 page against the CRE database.
- Note that the OWASP Kubernetes Top Ten 2025 appears to consolidate this area under K07: Misconfigured And Vulnerable Cluster Components — the 2025 mapping (PR #877,
owasp_kubernetes_top10_2025.json) may provide useful pointers for the correct CRE IDs. - If no better mapping exists, the duplication with K01 should be explicitly documented in the data file (e.g., via a comment or a companion note) so future maintainers understand it is intentional.
References
- PR #877: https://github.com/OWASP/OpenCRE/pull/877
- PR #927 (implementation for this issue): https://github.com/OWASP/OpenCRE/pull/927
- Comment thread: https://github.com/OWASP/OpenCRE/pull/877#discussion_r3351547169
- OWASP K09 source: https://owasp.org/www-project-kubernetes-top-ten/2022/en/src/K09-misconfigured-cluster-components
- OWASP K07 (2025 consolidation): https://owasp.org/www-project-kubernetes-top-ten/
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.