Show plain JSON{"affected_release": [{"advisory": "RHBA-2023:1759", "cpe": "cpe:/a:redhat:openshift_ironic:4.11::el8", "package": "python-werkzeug-0:2.0.3-5.el8", "product_name": "Ironic content for Red Hat OpenShift Container Platform 4.11", "release_date": "2023-04-19T00:00:00Z"}, {"advisory": "RHBA-2023:1507", "cpe": "cpe:/a:redhat:openshift_ironic:4.12::el9", "package": "python-werkzeug-0:2.0.3-4.el9", "product_name": "Ironic content for Red Hat OpenShift Container Platform 4.12", "release_date": "2023-04-03T00:00:00Z"}, {"advisory": "RHSA-2023:1325", "cpe": "cpe:/a:redhat:openshift_ironic:4.13::el9", "package": "python-werkzeug-0:2.0.3-4.el9", "product_name": "Ironic content for Red Hat OpenShift Container Platform 4.13", "release_date": "2023-05-18T00:00:00Z"}, {"advisory": "RHSA-2023:1325", "cpe": "cpe:/a:redhat:openshift:4.13::el8", "package": "python-werkzeug-0:1.0.1-3.el8ost", "product_name": "Red Hat OpenShift Container Platform 4.13", "release_date": "2023-05-18T00:00:00Z"}, {"advisory": "RHSA-2023:7473", "cpe": "cpe:/a:redhat:openshift_ironic:4.14::el9", "package": "python-werkzeug-0:2.2.3-2.el9", "product_name": "Red Hat OpenShift Container Platform 4.14", "release_date": "2023-11-29T00:00:00Z"}, {"advisory": "RHSA-2023:1281", "cpe": "cpe:/a:redhat:openstack:13::el7", "package": "python-werkzeug-0:0.14.1-3.1.el7ost", "product_name": "Red Hat OpenStack Platform 13.0 Octavia - ELS", "release_date": "2023-03-15T00:00:00Z"}, {"advisory": "RHSA-2023:1281", "cpe": "cpe:/a:redhat:openstack:16.1::el8", "package": "python-werkzeug-0:0.14.1-12.el8ost", "product_name": "Red Hat OpenStack Platform 16.1", "release_date": "2023-03-15T00:00:00Z"}, {"advisory": "RHSA-2023:1281", "cpe": "cpe:/a:redhat:openstack:16.2::el8", "package": "python-werkzeug-0:0.14.1-12.el8ost", "product_name": "Red Hat OpenStack Platform 16.2", "release_date": "2023-03-15T00:00:00Z"}, {"advisory": "RHSA-2023:1018", "cpe": "cpe:/a:redhat:openstack:17.0::el9", "package": "python-werkzeug-0:2.0.1-5.el9ost", "product_name": "Red Hat OpenStack Platform 17.0", "release_date": "2023-02-28T00:00:00Z"}, {"advisory": "RHSA-2023:7341", "cpe": "cpe:/a:redhat:quay:3::el8", "package": "quay/quay-rhel8:v3.10.0-150", "product_name": "Red Hat Quay 3", "release_date": "2023-11-30T00:00:00Z"}], "bugzilla": {"description": "python-werkzeug: high resource usage when parsing multipart form data with many fields", "id": "2170242", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170242"}, "csaw": false, "cvss3": {"cvss3_base_score": "7.5", "cvss3_scoring_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "status": "verified"}, "cwe": "CWE-770", "details": ["Werkzeug is a comprehensive WSGI web application library. Prior to version 2.2.3, Werkzeug's multipart form data parser will parse an unlimited number of parts, including file parts. Parts can be a small amount of bytes, but each requires CPU time to parse and may use more memory as Python data. If a request can be made to an endpoint that accesses `request.data`, `request.form`, `request.files`, or `request.get_data(parse_form_data=False)`, it can cause unexpectedly high resource usage. This allows an attacker to cause a denial of service by sending crafted multipart data to an endpoint that will parse it. The amount of CPU time required can block worker processes from handling legitimate requests. The amount of RAM required can trigger an out of memory kill of the process. Unlimited file parts can use up memory and file handles. If many concurrent requests are sent continuously, this can exhaust or kill all available workers. Version 2.2.3 contains a patch for this issue.", "A flaw was found in python-werkzeug. Werkzeug is multipart form data parser, that will parse an unlimited number of parts, including file parts. These parts can be a small amount of bytes, but each requires CPU time to parse, and may use more memory as Python data. If a request can be made to an endpoint that accesses request.data, request.form, request.files, or request.get_data(parse_form_data=False), it can cause unexpectedly high resource usage, allowing an attacker to cause a denial of service by sending crafted multipart data to an endpoint that will parse it. The amount of CPU time required can block worker processes from handling legitimate requests, and if many concurrent requests are sent continuously, this can exhaust or kill all available workers."], "name": "CVE-2023-25577", "package_state": [{"cpe": "cpe:/a:redhat:ceph_storage:7", "fix_state": "Affected", "package_name": "python-werkzeug", "product_name": "Red Hat Ceph Storage 7"}, {"cpe": "cpe:/o:redhat:enterprise_linux:7", "fix_state": "Affected", "package_name": "python-werkzeug", "product_name": "Red Hat Enterprise Linux 7"}, {"cpe": "cpe:/o:redhat:enterprise_linux:8", "fix_state": "Affected", "package_name": "python-werkzeug", "product_name": "Red Hat Enterprise Linux 8"}, {"cpe": "cpe:/a:redhat:openstack:16.2", "fix_state": "Affected", "package_name": "openstack-designate", "product_name": "Red Hat OpenStack Platform 16.2"}, {"cpe": "cpe:/a:redhat:storage:3", "fix_state": "Affected", "package_name": "python-werkzeug", "product_name": "Red Hat Storage 3"}, {"cpe": "cpe:/a:redhat:rhui:3", "fix_state": "Out of support scope", "package_name": "python-werkzeug", "product_name": "Red Hat Update Infrastructure 3 for Cloud Providers"}], "public_date": "2023-02-14T00:00:00Z", "references": ["https://www.cve.org/CVERecord?id=CVE-2023-25577\nhttps://nvd.nist.gov/vuln/detail/CVE-2023-25577\nhttps://github.com/pallets/werkzeug/commit/517cac5a804e8c4dc4ed038bb20dacd038e7a9f1\nhttps://github.com/pallets/werkzeug/releases/tag/2.2.3\nhttps://github.com/pallets/werkzeug/security/advisories/GHSA-xg9f-g7g7-2323"], "threat_severity": "Important"}