CVE-2023-2253
06.06.2023, 20:15
A flaw was found in the `/v2/_catalog` endpoint in distribution/distribution, which accepts a parameter to control the maximum number of records returned (query string: `n`). This vulnerability allows a malicious user to submit an unreasonably large value for `n,` causing the allocation of a massive string array, possibly causing a denial of service through excessive use of memory.Enginsight
Vendor | Product | Version |
---|---|---|
redhat | openshift_api_for_data_protection | - |
redhat | openshift_container_platform | 4.0 |
redhat | openshift_developer_tools_and_services | - |
𝑥
= Vulnerable software versions

Debian Releases

Ubuntu Releases
Common Weakness Enumeration
- CWE-475 - Undefined Behavior for Input to APIThe behavior of this function is undefined unless its control parameter is set to a specific value.
- CWE-770 - Allocation of Resources Without Limits or ThrottlingThe software allocates a reusable resource or group of resources on behalf of an actor without imposing any restrictions on the size or number of resources that can be allocated, in violation of the intended security policy for that actor.