Lucene search
+L

146 matches found

RedHat Linux
RedHat Linux
added 2024/06/03 7:48 p.m.25 views

Low: Red Hat Security Advisory: Red Hat Single Sign-On 7.6.9 security update on RHEL 8

New Red Hat Single Sign-On 7.6.9 package are now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Low and package name 'rh-sso7-keycloak'. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity...

7.5CVSS7.1AI score0.00551EPSS
Exploits0References2
RedHat Linux
RedHat Linux
added 2024/06/03 7:48 p.m.27 views

Low: Red Hat Security Advisory: Red Hat Single Sign-On 7.6.9 security update on RHEL 9

New Red Hat Single Sign-On 7.6.9 package are now available for Red Hat Enterprise Linux 9. Red Hat Product Security has rated this update as having a security impact of Low and package name 'rh-sso7-keycloak'. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity...

7.5CVSS7.1AI score0.00551EPSS
Exploits0References2
CVE
CVE
added 2024/06/03 3:33 p.m.438 views

CVE-2024-4540

CVE-2024-4540 affects Keycloak deployments using OAuth 2.0 Pushed Authorization Requests (PAR). The vulnerability is that client-provided parameters can be exposed in plain text in the KC_RESTART cookie returned in the HTTP response to a request_uri-based authorization request, enabling informati...

7.5CVSS7.3AI score0.00551EPSS
Exploits0References11
Tenable Nessus
Tenable Nessus
added 2024/06/03 12:0 a.m.27 views

RHEL 7 : Red Hat Single Sign-On 7.6.9 security update on RHEL 7 (Low) (RHSA-2024:3566)

The remote Redhat Enterprise Linux 7 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2024:3566 advisory. Red Hat Single Sign-On 7.6 is a standalone server, based on the Keycloak project, that provides authentication and standards-based single sign-on...

7.5CVSS7.3AI score0.00551EPSS
Exploits0References5
Tenable Nessus
Tenable Nessus
added 2024/06/03 12:0 a.m.22 views

RHEL 9 : Red Hat Single Sign-On 7.6.9 security update on RHEL 9 (Low) (RHSA-2024:3568)

The remote Redhat Enterprise Linux 9 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2024:3568 advisory. Red Hat Single Sign-On 7.6 is a standalone server, based on the Keycloak project, that provides authentication and standards-based single sign-on...

7.5CVSS7.3AI score0.00551EPSS
Exploits0References5
Tenable Nessus
Tenable Nessus
added 2024/06/03 12:0 a.m.17 views

RHEL 8 : Red Hat Single Sign-On 7.6.9 security update on RHEL 8 (Low) (RHSA-2024:3567)

The remote Redhat Enterprise Linux 8 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2024:3567 advisory. Red Hat Single Sign-On 7.6 is a standalone server, based on the Keycloak project, that provides authentication and standards-based single sign-on...

7.5CVSS7.3AI score0.00551EPSS
Exploits0References5
RedhatCVE
RedhatCVE
added 2024/05/23 11:13 a.m.32 views

CVE-2023-52834

In the Linux kernel, the following vulnerability has been resolved: atl1c: Work around the DMA RX overflow issue This is based on alx driver commit 881d0327db37 "net: alx: Work around the DMA RX overflow issue". The alx and atl1c drivers had RX overflow error which was why a custom allocator was...

4.4CVSS6.8AI score0.0024EPSS
Exploits0References4
NVD
NVD
added 2024/05/21 4:15 p.m.23 views

CVE-2023-52834

In the Linux kernel, the following vulnerability has been resolved: atl1c: Work around the DMA RX overflow issue This is based on alx driver commit 881d0327db37 "net: alx: Work around the DMA RX overflow issue". The alx and atl1c drivers had RX overflow error which was why a custom allocator was...

5.5CVSS6.8AI score0.0024EPSS
Exploits0References5
OSV
OSV
added 2024/05/21 4:15 p.m.18 views

UBUNTU-CVE-2023-52834

In the Linux kernel, the following vulnerability has been resolved: atl1c: Work around the DMA RX overflow issue This is based on alx driver commit 881d0327db37 "net: alx: Work around the DMA RX overflow issue". The alx and atl1c drivers had RX overflow error which was why a custom allocator was...

5.5CVSS6.2AI score0.0024EPSS
Exploits0References8
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.25 views

CVE-2023-52834

In the Linux kernel, the following vulnerability has been resolved: atl1c: Work around the DMA RX overflow issue This is based on alx driver commit 881d0327db37 "net: alx: Work around the DMA RX overflow issue". The alx and atl1c drivers had RX overflow error which was why a custom allocator was...

5.5CVSS6.3AI score0.0024EPSS
Exploits0References7
Debian CVE
Debian CVE
added 2024/05/21 3:31 p.m.53 views

CVE-2023-52834

In the Linux kernel, the following vulnerability has been resolved: atl1c: Work around the DMA RX overflow issue This is based on alx driver commit 881d0327db37 "net: alx: Work around the DMA RX overflow issue". The alx and atl1c drivers had RX overflow error which was why a custom allocator was...

5.5CVSS7.2AI score0.0024EPSS
Exploits0
Cvelist
Cvelist
added 2024/05/21 3:31 p.m.37 views

CVE-2023-52834 atl1c: Work around the DMA RX overflow issue

In the Linux kernel, the following vulnerability has been resolved: atl1c: Work around the DMA RX overflow issue This is based on alx driver commit 881d0327db37 "net: alx: Work around the DMA RX overflow issue". The alx and atl1c drivers had RX overflow error which was why a custom allocator was...

6.7AI score0.0024EPSS
Exploits0References5
CVE
CVE
added 2024/05/21 3:31 p.m.170 views

CVE-2023-52834

CVE-2023-52834 was resolved in the Linux kernel by addressing a DMA RX overflow in the alx/atl1c drivers. The fix replaces a custom allocator with a check on the allocated skb address and uses skb_reserve() to avoid the problematic 0x…fc0 address. The alx workaround was implemented first; the atl...

5.5CVSS7AI score0.0024EPSS
Exploits0References5Affected Software1
OSV
OSV
added 2024/05/21 3:31 p.m.34 views

CVE-2023-52834 atl1c: Work around the DMA RX overflow issue

In the Linux kernel, the following vulnerability has been resolved: atl1c: Work around the DMA RX overflow issue This is based on alx driver commit 881d0327db37 "net: alx: Work around the DMA RX overflow issue". The alx and atl1c drivers had RX overflow error which was why a custom allocator was...

5.5CVSS5.9AI score0.0024EPSS
Exploits0References8
Tenable Nessus
Tenable Nessus
added 2023/09/07 12:0 a.m.16 views

Oracle Linux 7 : runc (ELSA-2019-4540)

The remote Oracle Linux 7 host has a package installed that is affected by a vulnerability as referenced in the ELSA-2019-4540 advisory. - Apply patch for CVE-2019-5736 Wiekus Beukes - Resolves: 1412238 - CVE-2016-9962 - set init processes as non-dumpable, runc patch from Michael Crosby Tenable h...

9.3CVSS7AI score0.9857EPSS
Exploits33References2
Circl
Circl
added 2023/09/05 12:17 p.m.6 views

CVE-2023-4540

creationtimestamp| type| source ---|---|--- 2023-09-05 12:17:09+00:00| seen| https://t.me/cibsecurity/69834...

7.5CVSS7.3AI score0.00938EPSS
Exploits0References1
NVD
NVD
added 2023/09/05 8:15 a.m.21 views

CVE-2023-4540

Improper Handling of Exceptional Conditions vulnerability in Daurnimator lua-http library allows Excessive Allocation and a denial of service DoS attack to be executed by sending a properly crafted request to the server. Such a request causes the program to enter an infinite loop. This issue...

7.5CVSS7.4AI score0.00938EPSS
Exploits0References4
UbuntuCve
UbuntuCve
added 2023/09/05 8:15 a.m.20 views

CVE-2023-4540

Improper Handling of Exceptional Conditions vulnerability in Daurnimator lua-http library allows Excessive Allocation and a denial of service DoS attack to be executed by sending a properly crafted request to the server. Such a request causes the program to enter an infinite loop. This issue...

7.5CVSS7AI score0.00938EPSS
Exploits0References3
Debian CVE
Debian CVE
added 2023/09/05 7:46 a.m.43 views

CVE-2023-4540

Improper Handling of Exceptional Conditions vulnerability in Daurnimator lua-http library allows Excessive Allocation and a denial of service DoS attack to be executed by sending a properly crafted request to the server. Such a request causes the program to enter an infinite loop. This issue...

7.5CVSS7.3AI score0.00938EPSS
Exploits0
Vulnrichment
Vulnrichment
added 2023/09/05 7:46 a.m.9 views

CVE-2023-4540 DoS in lua-http library

Improper Handling of Exceptional Conditions vulnerability in Daurnimator lua-http library allows Excessive Allocation and a denial of service DoS attack to be executed by sending a properly crafted request to the server. Such a request causes the program to enter an infinite loop. This issue...

7.4AI score0.00938EPSS
Exploits0References3
Rows per page
Query Builder