Skip to content

Commit

Permalink
RHIDP-5852 fix security issues
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Flore-Thébault <ffloreth@redhat.com>
  • Loading branch information
themr0c committed Feb 5, 2025
1 parent 45caac0 commit a675e1b
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 146 deletions.
7 changes: 4 additions & 3 deletions assemblies/assembly-release-notes-fixed-security-issues.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ This section lists security issues fixed in {product} {product-version}.

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

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

== {product} 1.4.0

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

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

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
CVE-2024-21534
CVE-2024-21536
CVE-2024-21538
CVE-2024-45296
CVE-2024-45590
CVE-2024-45815
CVE-2024-45816
CVE-2024-46976
CVE-2024-47762
26 changes: 0 additions & 26 deletions modules/release-notes/list-fixed-security-issues-in-rpm-1.3.0.txt

This file was deleted.

Empty file.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
= {product} dependency updates

link:https://access.redhat.com/security/cve/CVE-2024-21534[CVE-2024-21534]::
A flaw was found in jsonpath-plus. This vulnerability allows remote code execution via improper input sanitisation and unsafe default usage of the vm module in Node.js. Attackers can exploit this by executing arbitrary code through the unsafe use of the vm module in Node.js, which allows for malicious code injection. This issue occurs due to the way jsonpath-plus evaluates JSON paths using vm, a Node.js module that allows code execution. If user input is not properly sanitized, an attacker can craft JSON paths that execute dangerous commands, such as reading sensitive files.

link:https://access.redhat.com/security/cve/CVE-2024-21536[CVE-2024-21536]::
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.

link:https://access.redhat.com/security/cve/CVE-2024-21538[CVE-2024-21538]::
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.

link:https://access.redhat.com/security/cve/CVE-2024-45296[CVE-2024-45296]::
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).

link:https://access.redhat.com/security/cve/CVE-2024-45590[CVE-2024-45590]::
A flaw was found in body-parser. This vulnerability causes denial of service via a specially crafted payload when the URL encoding is enabled.

link:https://access.redhat.com/security/cve/CVE-2024-45815[CVE-2024-45815]::
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.

link:https://access.redhat.com/security/cve/CVE-2024-45816[CVE-2024-45816]::
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.

link:https://access.redhat.com/security/cve/CVE-2024-46976[CVE-2024-46976]::
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.

link:https://access.redhat.com/security/cve/CVE-2024-47762[CVE-2024-47762]::
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.
92 changes: 0 additions & 92 deletions modules/release-notes/snip-fixed-security-issues-in-rpm-1.3.0.adoc

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
= RHEL 9 platform RPM updates

0 comments on commit a675e1b

Please sign in to comment.