Lucene search
+L
RedhatRecent

131127 matches found

RedHat Linux
RedHat Linux
•added 2026/09/23 2:12 p.m.•7 views

postgresql: PostgreSQL: Arbitrary code execution via type confusion with "internal" arguments

A type confusion vulnerability in PostgreSQL allows any user to execute arbitrary code as the database's operating system user by calling functions with mishandled "internal" data type arguments...

8.8CVSS6.5AI score0.00423EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/23 2:12 p.m.•10 views

postgresql: PostgreSQL: Arbitrary code execution via heap buffer overflow in regexp

A flaw was found in PostgreSQL. A heap buffer overflow vulnerability exists in the regexp component, which can be triggered by a query author providing text that does not pass encoding validation. This can lead to unanticipated data growth, allowing the attacker to execute arbitrary code as the...

8.8CVSS6.7AI score0.00436EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/23 2:12 p.m.•6 views

postgresql: pltcl: plperl: PostgreSQL: Arbitrary code execution in 32-bit pltcl and plperl

A flaw was found in PostgreSQL. An integer wraparound vulnerability in 32-bit builds of pltcl and plperl allows an object creator to cause the server to undersize an allocation and write out-of-bounds via crafted function bodies. This can lead to arbitrary code execution as the operating system...

8.8CVSS6.3AI score0.00423EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/23 2:12 p.m.•8 views

postgresql: PostgreSQL: Arbitrary code execution via integer wraparound in tsvector and tsquery functions

A flaw was found in PostgreSQL. An unprivileged database user can exploit an integer wraparound vulnerability in the tsvector and tsquery data type functions. By providing crafted large inputs, the server can be forced to undersize an allocation, leading to an out-of-bounds write. This could...

8.8CVSS6.4AI score0.0046EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
•added 2026/09/23 2:12 p.m.•6 views

postgresql: PostgreSQL: Privilege escalation via SQL injection in EXTRACT() deparse

A SQL injection flaw in PostgreSQL's EXTRACT expression deparser allows an authenticated object owner to execute arbitrary SQL commands with superuser privileges. By defining a hostile database object, an attacker can achieve privilege escalation when deparsing tools like pgdump or psql inspect o...

8.8CVSS6.3AI score0.00466EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/23 2:12 p.m.•7 views

postgresql: PostgreSQL: Arbitrary code execution via untrusted data inclusion in pg_dump

A vulnerability in PostgreSQL allows a malicious origin-server superuser to achieve client-side arbitrary code execution during a database restore. By injecting untrusted data into a pgdump export, the attacker can exploit the input expansion of the psql \restrict meta-command. When a victim...

8.8CVSS6.3AI score0.00355EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/23 2:12 p.m.•7 views

postgresql: PostgreSQL: Arbitrary code execution via type confusion in 'refint' module

A flaw was found in PostgreSQL. A type confusion vulnerability in the 'refint' module allows an object creator to execute arbitrary code as the operating system user running the database. This could lead to a complete compromise of the database server...

8.8CVSS6.4AI score0.00423EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/23 2:08 p.m.•6 views

Important: Red Hat Security Advisory: OpenShift Container Platform 4.19.48 packages and security update

Red Hat OpenShift Container Platform release 4.19.48 is now available with updates to packages and images that fix several bugs and add enhancements. This release includes a security update for Red Hat OpenShift Container Platform 4.19. Red Hat Product Security has rated this update as having a...

9.6CVSS5.8AI score0.00878EPSS
SaveExploits0References11
RedHat Linux
RedHat Linux
•added 2026/09/23 2:08 p.m.•9 views

encoding/asn1: golang: Go encoding/asn1: Denial of Service via excessive recursion in Unmarshal

A flaw was found in the encoding/asn1 package in Go. An attacker could provide a specially crafted, deeply-nested Abstract Syntax Notation One ASN.1 structure, leading to excessive recursion during the Unmarshal operation. This could result in stack exhaustion and a Denial of Service DoS conditio...

7.5CVSS5.7AI score0.00568EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
•added 2026/09/23 2:08 p.m.•8 views

net/mail: golang: Go net/mail: Denial of Service via crafted email inputs

A flaw was found in the net/mail package of the Go programming language. An attacker could provide specially crafted inputs to the ParseAddress, ParseAddressList, or ParseDate functions. This could lead to excessive consumption of CPU and memory resources, resulting in a Denial of Service DoS for...

7.5CVSS5.8AI score0.00868EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
•added 2026/09/23 2:08 p.m.•8 views

net/mail: golang: net/mail: Denial of Service via pathological email address parsing

A flaw was found in the net/mail package within the Go standard library. A remote attacker could provide specially crafted, pathological email addresses. When these malformed email addresses are parsed by the consumePhrase function, it can lead to excessive resource consumption due to quadratic...

7.5CVSS5.8AI score0.00798EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
•added 2026/09/23 2:08 p.m.•9 views

net/url: golang: golang net/url: Denial of Service from quadratic complexity in path resolution

A flaw was found in net/url, a component of golang. This vulnerability arises when resolving relative paths that contain numerous parent directory '..' segments. A remote attacker could exploit this by providing a specially crafted path, leading to quadratic time complexity and excessive memory...

5.9CVSS5.8AI score0.0055EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
•added 2026/09/23 2:08 p.m.•6 views

golang.org/x/net/idna: golang: net/http: golang.org/x/net/idna: Privilege escalation via incorrect Punycode label processing

A flaw was found in golang.org/x/net/idna. ToASCII and ToUnicode incorrectly accept Punycode-encoded labels that decode to an ASCII-only hostname for example, xn--example-.com returns example.com instead of an error. Applications that validate the ASCII form then convert to Unicode may grant acce...

9.6CVSS5.7AI score0.00692EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
•added 2026/09/23 2:08 p.m.•8 views

encoding/xml: golang: Go: Denial of Service via XML decoding recursion depth issue

A flaw was found in the encoding/xml package of Go. The DecodeElement function failed to correctly track recursion depth, which could lead to stack exhaustion. A remote attacker could exploit this vulnerability by providing a specially crafted XML input, resulting in a Denial of Service DoS for t...

7.5CVSS5.8AI score0.00568EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
•added 2026/09/23 2:08 p.m.•10 views

crypto/tls: golang: Golang crypto/tls: Denial of Service via indefinite KeyUpdate messages

A flaw was found in the crypto/tls package, part of golang. A malicious client can exploit this vulnerability by continuously sending KeyUpdate messages to a server. This forces the server to perform indefinite key derivation operations, leading to resource exhaustion and a Denial of Service DoS...

7.5CVSS5.8AI score0.00568EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
•added 2026/09/23 2:08 p.m.•9 views

net: golang: Go net package: Denial of Service via long CNAME response in LookupCNAME

A flaw was found in the net package of Go golang, specifically when using the LookupCNAME function with the cgo DNS resolver. A remote attacker could exploit this by providing a very long Canonical Name CNAME response. This can trigger a double-free of C memory, leading to a crash and a Denial of...

7.5CVSS5.8AI score0.00878EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
•added 2026/09/23 2:08 p.m.•9 views

mime: golang: Golang MIME: Denial of Service via maliciously-crafted MIME header

A flaw was found in the Golang MIME Multipurpose Internet Mail Extensions package. A remote attacker could exploit this vulnerability by sending a maliciously-crafted MIME header containing many invalid encoded-words. This could lead to excessive CPU consumption, resulting in a Denial of Service...

7.5CVSS5.8AI score0.0056EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
•added 2026/09/23 2:08 p.m.•8 views

html/template: golang: Go html/template: Cross-Site Scripting via pathological input

A flaw was found in the html/template component of Go golang. Pathological inputs could prematurely close an unescaped forward slash '/', allowing an attacker to inject arbitrary content. This could lead to Cross-Site Scripting XSS, where malicious scripts are executed in a user's browser,...

6.1CVSS5.8AI score0.0031EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
•added 2026/09/23 1:58 p.m.•9 views

Important: Red Hat Security Advisory: RHTAS 1.3.8 - Red Hat Trusted Artifact Signer Release

The 1.3.8 release of Red Hat Trusted Artifact Signer OpenShift Operator. For more details please visit the product documentation at https://access.redhat.com/documentation/en-us/redhattrustedartifactsigner/1.3 The RHTAS Operator can be used with OpenShift Container Platform 4.16, 4.17, 4.18, 4.19...

8.7CVSS5.8AI score0.00931EPSS
SaveExploits3References13
RedHat Linux
RedHat Linux
•added 2026/09/23 1:57 p.m.•10 views

Important: Red Hat Security Advisory: RHTAS 1.3.8 - Red Hat Trusted Artifact Signer Release

The 1.3.8 release of Red Hat Trusted Artifact Signer OpenShift Operator. For more details please visit the product documentation at https://access.redhat.com/documentation/en-us/redhattrustedartifactsigner/1.3 The RHTAS Operator can be used with OpenShift Container Platform 4.16, 4.17, 4.18, 4.19...

8.7CVSS5.8AI score0.00697EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
•added 2026/09/23 1:57 p.m.•6 views

Important: Red Hat Security Advisory: RHTAS 1.3.8 - Red Hat Trusted Artifact Signer Release

The 1.3.8 release of Red Hat Trusted Artifact Signer OpenShift Operator. For more details please visit the product documentation at https://access.redhat.com/documentation/en-us/redhattrustedartifactsigner/1.3 The RHTAS Operator can be used with OpenShift Container Platform 4.16, 4.17, 4.18, 4.19...

8.7CVSS5.8AI score0.00697EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/23 1:56 p.m.•8 views

Important: Red Hat Security Advisory: RHTAS 1.3.8 - Red Hat Trusted Artifact Signer Release

The 1.3.8 release of Red Hat Trusted Artifact Signer OpenShift Operator. For more details please visit the product documentation at https://access.redhat.com/documentation/en-us/redhattrustedartifactsigner/1.3 The RHTAS Operator can be used with OpenShift Container Platform 4.16, 4.17, 4.18, 4.19...

7.5CVSS5.8AI score0.00437EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/23 11:36 a.m.•11 views

OpenJDK: Enhance HTTP Connections (2026-08 Security Update)

Vulnerability in the Oracle Java SE, Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition product of Oracle Java SE component: Networking. Supported versions that are affected are Oracle Java SE: 8u501, 11.0.32, 17.0.20, 21.0.12, 25.0.4, 26.0.2; Oracle GraalVM for JDK: 17.0.20 and 21.0.12;...

6.8CVSS5.4AI score0.0031EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
•added 2026/09/23 11:36 a.m.•9 views

openj9: Eclipse OpenJ9: Denial of Service via crafted .class file

A flaw was found in Eclipse OpenJ9. A remote attacker with low privileges could exploit this vulnerability by convincing a user to process a specially crafted .class file containing deeply nested annotations. This could lead to a segmentation fault, resulting in a Denial of Service DoS for the...

5.7CVSS5.8AI score0.00235EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
•added 2026/09/23 11:36 a.m.•10 views

OpenJDK: Enhance TLS server (2026-08 Security Update)

Vulnerability in the Oracle Java SE, Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition product of Oracle Java SE component: JSSE. Supported versions that are affected are Oracle Java SE: 8u501, 11.0.32, 17.0.20, 21.0.12, 25.0.4, 26.0.2; Oracle GraalVM for JDK: 17.0.20 and 21.0.12; Oracle...

5.3CVSS5.6AI score0.00278EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
•added 2026/09/23 11:36 a.m.•10 views

OpenJDK: Improve Resource Resolving (2026-08 Security Update)

Vulnerability in the Oracle Java SE, Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition product of Oracle Java SE component: Security. Supported versions that are affected are Oracle Java SE: 8u501, 11.0.32, 17.0.20, 21.0.12, 25.0.4, 26.0.2; Oracle GraalVM for JDK: 17.0.20 and 21.0.12;...

3.7CVSS5.5AI score0.00265EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
•added 2026/09/23 11:36 a.m.•13 views

Moderate: Red Hat Security Advisory: java-1.8.0-ibm security update

An update for java-1.8.0-ibm is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability...

6.8CVSS5.8AI score0.0031EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/23 11:22 a.m.•6 views

php: php: Information disclosure via crafted TLS server certificate

A flaw was found in PHP. When validating secure connections using Transport Layer Security TLS, an error in how wildcard domain names in server certificates are verified can lead to an out-of-bounds memory read. A malicious server presenting a specially crafted certificate can exploit this issue...

5.7AI score0.00154EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/23 11:22 a.m.•7 views

Important: Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement update

An update for Red Hat Hardened Images RPMs is now available. This update includes the following RPMs: php: php-8.5.11-2.hum1 aarch64, x8664 php-bcmath-8.5.11-2.hum1 aarch64, x8664 php-cli-8.5.11-2.hum1 aarch64, x8664 php-common-8.5.11-2.hum1 aarch64, x8664 php-dba-8.5.11-2.hum1 aarch64, x8664...

4.3CVSS5.8AI score0.00561EPSS
SaveExploits0References11
RedHat Linux
RedHat Linux
•added 2026/09/23 11:22 a.m.•11 views

php: php: Denial of Service via unbounded recursion in SOAP parser

A flaw was found in PHP. An unauthenticated remote attacker could cause a Denial of Service DoS by sending a specially crafted request to an affected Simple Object Access Protocol SOAP server endpoint. Due to a lack of recursion depth limits when parsing deeply nested XML elements, processing suc...

5.8AI score0.00516EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/23 11:22 a.m.•8 views

php: PHP: Denial of Service via reserved device names on Windows

A flaw was found in PHP. When running on Windows environments, PHP's filesystem and stream handlers fail to reject reserved system device names in file paths. An attacker who can control file or stream paths can supply these reserved names to open system devices instead of standard files. This ca...

5.7AI score0.00322EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/23 11:22 a.m.•5 views

php: PHP: Archive entry injection via integer overflow in TAR parser

A flaw was found in PHP. An integer overflow vulnerability in the Phar extension occurs when parsing TAR archive headers containing excessively large size fields. An attacker can exploit this issue by supplying a specially crafted archive file to an application that processes TAR archives, causin...

4.3CVSS5.8AI score0.00167EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/23 11:22 a.m.•7 views

php: php: Credential disclosure via cross-origin HTTP redirects

A flaw was found in PHP. When following a redirect, the built-in HTTP Hypertext Transfer Protocol stream wrapper forwards sensitive request headers—such as authentication tokens and session cookies—unchanged, even when directed to a different host, port, or unencrypted connection. A malicious...

5.7AI score0.00338EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/23 11:22 a.m.•9 views

php: php: Access control bypass via partial IPv6 address comparison

A flaw was found in PHP. The access control check for Internet Protocol version 6 IPv6 addresses in the FastCGI implementation compares only the first 12 bytes of a 16-byte address instead of the complete address. An attacker on an adjacent network with an address sharing the first 96 bits with a...

5.8AI score0.00561EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/23 11:22 a.m.•8 views

php: php: Out-of-bounds read via empty HTTP redirect Location header

A flaw was found in PHP. When the HTTP stream wrapper processes a redirect response containing an empty Location header, an out-of-bounds read occurs by accessing memory beyond the allocated buffer. A malicious server can exploit this flaw to influence the client's redirect target path, potential...

5.9AI score0.00354EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/23 11:22 a.m.•9 views

php: php: Denial of Service via out-of-bounds read in mysqlnd wire protocol parser

A flaw was found in PHP. The MySQL Native Driver mysqlnd wire protocol parser fails to verify that an incoming packet contains enough bytes before reading its fields. A malicious or compromised database server can send a truncated packet, causing the client application to read past the buffer...

5.8AI score0.00182EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/23 11:22 a.m.•6 views

php: php: Information disclosure via out-of-bounds read in stream filters

A flaw was found in PHP. When processing certain conversion stream filters with line-break settings containing a null byte, the filter duplicates the string but retains the original length rather than the truncated size. An attacker who can influence filter options could exploit this out-of-bound...

5.8AI score0.00357EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/23 11:21 a.m.•6 views

openssh: OpenSSH: Information disclosure and data corruption via use-after-free in ssh client

A flaw was found in OpenSSH. A use-after-free vulnerability exists in the ssh client when handling concurrent remote-forwarding operations. This can occur if a remote forwarding is added via the local session multiplexing socket while a remote forwarding open request is pending with the server. A...

4.8CVSS6AI score0.00163EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/23 11:21 a.m.•7 views

openssh: OpenSSH: Tunnel forwarding restriction bypass

A flaw was found in OpenSSH's sshd component. The restrict keyword, designed to limit tunnel forwarding within the authorizedkeys file, was not correctly enforced for tunnel forwarding. This issue could allow a local attacker to bypass intended security restrictions, potentially leading to...

2.5CVSS5.8AI score0.00091EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/23 11:21 a.m.•6 views

Moderate: Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement update

An update for Red Hat Hardened Images RPMs is now available. This update includes the following RPMs: openssh: openssh-10.5p1-1.hum1 aarch64, x8664 openssh-askpass-10.5p1-1.hum1 aarch64, x8664 openssh-clients-10.5p1-1.hum1 aarch64, x8664 openssh-keycat-10.5p1-1.hum1 aarch64, x8664...

4.8CVSS5.8AI score0.00163EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/23 11:21 a.m.•6 views

openssh: OpenSSH: ssh-agent allows remote execution of local operations

A flaw was found in OpenSSH's ssh-agent component. A misinteraction between agent locking and the [email protected] extension allows operations intended for local execution to be performed remotely. This could enable a remote attacker to add PKCS11 tokens or utilize keys with destination...

3.5CVSS5.9AI score0.00158EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/23 10:57 a.m.•6 views

Important: Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement update

An update for Red Hat Hardened Images RPMs is now available. This update includes the following RPMs: pgbouncer: pgbouncer-1.26.0-0.1.hum1 aarch64, x8664 pgbouncer-1.26.0-0.1.hum1.src src...

7.5CVSS5.8AI score0.00404EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/23 10:57 a.m.•8 views

pgbouncer: PgBouncer: Denial of Service via unbounded SCRAM iteration count

A flaw was found in PgBouncer. A malicious or compromised PostgreSQL backend can exploit a missing upper bound on the key derivation iteration count during SCRAM Salted Challenge Response Authentication Mechanism authentication. This can lead to uncontrolled CPU consumption in PgBouncer,...

5.9CVSS5.7AI score0.00314EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/23 10:57 a.m.•7 views

pgbouncer: PgBouncer: Denial of Service via malformed SCRAM client-final-message

A flaw was found in PgBouncer. Missing validation of a mandatory attribute in the SCRAM client-final-message parser allows an unauthenticated remote attacker to crash the process. By sending a malformed message, the parser can report success while a required value remains unset, leading to a NULL...

7.5CVSS5.6AI score0.00392EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/23 10:57 a.m.•6 views

pgbouncer: PgBouncer: Denial of Service via integer overflow in packet buffer growth

A flaw was found in PgBouncer. An unauthenticated remote attacker can exploit an integer overflow in the packet buffer growth logic by providing sufficiently large input. This causes the buffer size computation to overflow, leading to an infinite loop. As a result, a CPU core is saturated, and al...

7.5CVSS6AI score0.00404EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/23 10:51 a.m.•6 views

Critical: Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement update

An update for Red Hat Hardened Images RPMs is now available. This update includes the following RPMs: openshell: openshell-0.0.116-0.2.hum1 aarch64, x8664 openshell-gateway-0.0.116-0.2.hum1 aarch64, x8664 python3-openshell-0.0.116-0.2.hum1 aarch64, x8664 openshell-0.0.116-0.2.hum1.src src...

9.9CVSS5.8AI score0.00861EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/23 10:51 a.m.•9 views

openshell: NVIDIA OpenShell: sandbox escape leading to code execution and privilege escalation

A flaw was found in NVIDIA OpenShell. A remote authenticated attacker can exploit this vulnerability to escape the isolated sandbox environment. Successful exploitation can lead to arbitrary code execution, privilege escalation, and unauthorized access to data on the underlying host system...

9.9CVSS6.1AI score0.00802EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/23 10:51 a.m.•6 views

rustls-webpki: rustls-webpki: Denial of Service via crafted Certificate Revocation List

A flaw was found in rustls-webpki. A remote attacker, by influencing an application to parse a specially crafted Certificate Revocation List CRL that contains an empty onlySomeReasons value in its issuingDistributionPoint extension, could trigger a panic. This vulnerability leads to a denial of...

8.7CVSS5.7AI score0.00488EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
•added 2026/09/23 10:51 a.m.•10 views

NVIDIA OpenShell: NVIDIA OpenShell: sandbox provisioning API allows code execution via incomplete input filtering

A flaw was found in NVIDIA OpenShell. The sandbox provisioning Application Programming Interface API fails to properly enforce restrictions on disallowed inputs. An authenticated remote attacker could exploit this vulnerability by submitting crafted input to bypass sandbox boundaries. Successful...

9.9CVSS6.1AI score0.00861EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/23 10:29 a.m.•10 views

Low: Red Hat Security Advisory: libxml2 security update

An update for libxml2 is now available for Red Hat Enterprise Linux 9.6 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each...

2.5CVSS5.6AI score0.00323EPSS
SaveExploits0References2
Total number of security vulnerabilities131127