Skip to content

Commit df661a3

Browse files
authored
RHIDP-5852 fix security issues (#907)
* RHIDP-5852 fix security issues Signed-off-by: Fabrice Flore-Thébault <[email protected]> * Update modules/release-notes/list-fixed-security-issues-in-product-1.4.0.txt * Update modules/release-notes/snip-fixed-security-issues-in-product-1.4.0.adoc --------- Signed-off-by: Fabrice Flore-Thébault <[email protected]>
1 parent 45caac0 commit df661a3

9 files changed

+38
-146
lines changed

assemblies/assembly-release-notes-fixed-security-issues.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ This section lists security issues fixed in {product} {product-version}.
88

99
include::./modules/release-notes/snip-fixed-security-issues-in-product-1.4.1.adoc[leveloffset=+2]
1010

11-
// nothing yet so don't include this
11+
// nothing yet so don't include this
1212
// include::./modules/release-notes/snip-fixed-security-issues-in-rpm-1.4.1.adoc[leveloffset=+2]
1313

1414
== {product} 1.4.0
1515

16-
include::./modules/release-notes/snip-fixed-security-issues-in-product-1.3.0.adoc[leveloffset=+2]
16+
include::./modules/release-notes/snip-fixed-security-issues-in-product-1.4.0.adoc[leveloffset=+2]
1717

18-
include::./modules/release-notes/snip-fixed-security-issues-in-rpm-1.3.0.adoc[leveloffset=+2]
18+
// nothing yet so don't include this
19+
//include::./modules/release-notes/snip-fixed-security-issues-in-rpm-1.4.0.adoc[leveloffset=+2]

modules/release-notes/list-fixed-security-issues-in-product-1.3.0.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
CVE-2024-21536
2+
CVE-2024-21538
3+
CVE-2024-45296
4+
CVE-2024-45590
5+
CVE-2024-45815
6+
CVE-2024-45816
7+
CVE-2024-46976
8+
CVE-2024-47762

modules/release-notes/list-fixed-security-issues-in-rpm-1.3.0.txt

Lines changed: 0 additions & 26 deletions
This file was deleted.

modules/release-notes/list-fixed-security-issues-in-rpm-1.4.0.txt

Whitespace-only changes.

modules/release-notes/snip-fixed-security-issues-in-product-1.3.0.adoc

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
= {product} dependency updates
2+
3+
link:https://access.redhat.com/security/cve/CVE-2024-21536[CVE-2024-21536]::
4+
A flaw was found in the http-proxy-middleware package. Affected versions of this package are vulnerable to denial of service (DoS) due to an UnhandledPromiseRejection error thrown by micromatch. This flaw allows an attacker to kill the Node.js process and crash the server by requesting certain paths.
5+
6+
link:https://access.redhat.com/security/cve/CVE-2024-21538[CVE-2024-21538]::
7+
A Regular Expression Denial of Service (ReDoS) vulnerability was found in the cross-spawn package for Node.js. Due to improper input sanitization, an attacker can increase CPU usage and crash the program with a large, specially crafted string.
8+
9+
link:https://access.redhat.com/security/cve/CVE-2024-45296[CVE-2024-45296]::
10+
A flaw was found in path-to-regexp package, where it turns path strings into regular expressions. In certain cases, path-to-regexp will output a regular expression that can be exploited to cause poor performance. Because JavaScript is single-threaded and regex matching runs on the main thread, poor performance will block the event loop and lead to a denial of service (DoS).
11+
12+
link:https://access.redhat.com/security/cve/CVE-2024-45590[CVE-2024-45590]::
13+
A flaw was found in body-parser. This vulnerability causes denial of service via a specially crafted payload when the URL encoding is enabled.
14+
15+
link:https://access.redhat.com/security/cve/CVE-2024-45815[CVE-2024-45815]::
16+
A flaw was found in the backstage/plugin-catalog-backend package. A malicious actor with authenticated access to a Backstage instance with the catalog backend plugin installed is able to interrupt the service using a specially crafted query to the catalog API.
17+
18+
link:https://access.redhat.com/security/cve/CVE-2024-45816[CVE-2024-45816]::
19+
A directory traversal vulnerability was found in the backstage/plugin-techdocs-backend package. When using the AWS S3 or GCS storage provider for TechDocs, it is possible to access content in the entire storage bucket. This can leak contents of the bucket that are not intended to be accessible, as well as bypass permission checks in Backstage.
20+
21+
link:https://access.redhat.com/security/cve/CVE-2024-46976[CVE-2024-46976]::
22+
A flaw was found in the backstage/plugin-techdocs-backend package. An attacker with control of the contents of the TechDocs storage buckets may be able to inject executable scripts in the TechDocs content that will be executed in the victim's browser when browsing documentation or navigating to an attacker provided link.
23+
24+
link:https://access.redhat.com/security/cve/CVE-2024-47762[CVE-2024-47762]::
25+
A flaw was found in the backstage/plugin-app-backend package. Configurations supplied through APP_CONFIG_* environment variables unexpectedly ignore the visibility defined in the configuration schema, potentially exposing sensitive configuration details intended to remain private or restricted to backend processes.

modules/release-notes/snip-fixed-security-issues-in-rpm-1.3.0.adoc

Lines changed: 0 additions & 92 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
= RHEL 9 platform RPM updates

0 commit comments

Comments
 (0)