Lucene search
+L

114370 matches found

CBLMariner
CBLMariner
added 2026/08/12 11:21 p.m.9 views

CVE-2026-64600 affecting package kernel for versions less than 6.6.145.2-1

CVE-2026-64600 affecting package kernel for versions less than 6.6.145.2-1. An upgraded version of the package is available that resolves this issue...

7.8CVSS5.6AI score0.00467EPSS
SaveExploits8
CBLMariner
CBLMariner
added 2026/08/12 11:21 p.m.9 views

CVE-2026-64598 affecting package kernel for versions less than 6.6.150.1-1

CVE-2026-64598 affecting package kernel for versions less than 6.6.150.1-1. An upgraded version of the package is available that resolves this issue...

8.8CVSS5.3AI score0.00278EPSS
SaveExploits0
CBLMariner
CBLMariner
added 2026/08/12 11:21 p.m.8 views

CVE-2026-64572 affecting package kernel for versions less than 6.6.150.1-1

CVE-2026-64572 affecting package kernel for versions less than 6.6.150.1-1. An upgraded version of the package is available that resolves this issue...

5.3AI score0.00201EPSS
SaveExploits0
CBLMariner
CBLMariner
added 2026/08/12 11:21 p.m.7 views

CVE-2026-64548 affecting package kernel for versions less than 6.6.145.2-1

CVE-2026-64548 affecting package kernel for versions less than 6.6.145.2-1. An upgraded version of the package is available that resolves this issue...

8.4CVSS5.3AI score0.00142EPSS
SaveExploits0
CBLMariner
CBLMariner
added 2026/08/12 11:21 p.m.11 views

CVE-2026-64552 affecting package kernel for versions less than 6.6.145.2-1

CVE-2026-64552 affecting package kernel for versions less than 6.6.145.2-1. An upgraded version of the package is available that resolves this issue...

8.4CVSS5.3AI score0.00142EPSS
SaveExploits0
CBLMariner
CBLMariner
added 2026/08/12 11:21 p.m.6 views

CVE-2026-64368 affecting package kernel for versions less than 6.6.145.2-1

CVE-2026-64368 affecting package kernel for versions less than 6.6.145.2-1. An upgraded version of the package is available that resolves this issue...

8.1CVSS5.3AI score0.00417EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/08/12 7:35 p.m.14 views

Next.js: Next.js: Server-Side Request Forgery via crafted WebSocket upgrade requests

A flaw was found in Next.js. Self-hosted applications utilizing the built-in Node.js server are vulnerable to Server-Side Request Forgery SSRF through specially crafted WebSocket upgrade requests. A remote attacker can exploit this by causing the server to proxy requests to arbitrary internal or...

8.6CVSS8AI score0.38872EPSS
SaveExploits11References5
NVD
NVD
added 2026/08/12 5:17 p.m.12 views

CVE-2026-73238

XSS vulnerability in code display in Apache Allura. This issue affects Apache Allura: before 1.19.1. Users are recommended to upgrade to version 1.19.1, which fixes the issue...

6.1CVSS0.0043EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/12 4:42 p.m.9 views

EUVD-2026-57344

XSS vulnerability in Markdown handling in Apache Allura. This issue affects Apache Allura: from 1.10.0 before 1.19.1. Users are recommended to upgrade to version 1.19.1, which fixes the issue...

6.1CVSS5.1AI score0.0043EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/12 4:41 p.m.11 views

CVE-2026-73238

XSS vulnerability in code display in Apache Allura. This issue affects Apache Allura: before 1.19.1. Users are recommended to upgrade to version 1.19.1, which fixes the issue...

5.2AI score0.0043EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/08/12 4:41 p.m.11 views

CVE-2026-73240

Specifically crafted inputs may lead to git argument injection in Apache Allura. This issue affects Apache Allura: before 1.19.1. Users are recommended to upgrade to version 1.19.1, which fixes the issue...

5.2AI score0.00541EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/12 4:17 p.m.10 views

CVE-2026-68969

Apache Airflow wrote Variable values and Connection extra contents to the audit log in cleartext when they were submitted through the bulk endpoints PATCH /api/v2/variables and PATCH /api/v2/connections. The audit-log masking recognised only top-level request fields, and a bulk request nests its...

6.5CVSS0.00358EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/12 4:17 p.m.12 views

CVE-2026-59244

Apache Airflow's secrets masker did not mask var.json Variable values whose value is a dict in the Rendered Templates UI — the dict value failed an isinstancestr guard — so a secret stored as a JSON Variable and referenced in a template via var.json was displayed in cleartext to any user with...

6.5CVSS0.0023EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/08/12 3:51 p.m.12 views

CVE-2026-73215

A flaw was found in Coturn. An authenticated client can exploit a vulnerability by sending a specially crafted 'EVEN-PORT Allocate request' with a reservation bit set to zero. This causes the server to incorrectly mark an unused port as taken, leading to the permanent exhaustion of the relay port...

7.1CVSS4.9AI score0.00331EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/12 3:43 p.m.42 views

CVE-2026-59244

CVE-2026-59244 affects Apache Airflow: the secrets masker fails to mask nested Variable values when rendered in the Rendered Templates UI if var.json contains a dict, because the value bypasses an isinstance(str) guard. This can expose sensitive data stored as a JSON Variable to users with access...

6.5CVSS5.3AI score0.0023EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2026/08/12 3:35 p.m.11 views

CVE-2026-59242 Apache Airflow: Arbitrary airflow.* class instantiation on the API server via the XCom deserialize endpoint

Apache Airflow's XCom GET /api/v2/.../xcomEntries/key?deserialize=true endpoint passed a string-literal payload through BaseXCom.deserializevalue without the checkforbiddenxcomkeys guard, allowing an authenticated API user with XCom write-and-read access to instantiate arbitrary airflow. classes ...

5.5AI score0.00584EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/12 3:32 p.m.16 views

CVE-2026-67587

Apache Airflow's Task SDK rebuilt a Callback object from serialized data by re-running its constructor, which imports the module named by the stored callback path. Because SyncCallback is itself an Airflow class it passes the default alloweddeserializationclasses allow-list, so tightening that...

7.3CVSS5.8AI score0.00779EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2026/08/12 3:26 p.m.41 views

CVE-2026-68969 Apache Airflow: Bulk Variable and Connection endpoints record secret values in the audit log in cleartext

Apache Airflow wrote Variable values and Connection extra contents to the audit log in cleartext when they were submitted through the bulk endpoints PATCH /api/v2/variables and PATCH /api/v2/connections. The audit-log masking recognised only top-level request fields, and a bulk request nests its...

0.00358EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/12 1:00 a.m.16 views

CVE-2024-14044 Open5GS Diameter Rx pcrf-rx-path.c pcrf_rx_aar_cb buffer overflow

A vulnerability was identified in Open5GS up to 2.7.1. This issue affects the function pcrfrxaarcb of the file src/pcrf/pcrf-rx-path.c of the component Diameter Rx Handler. The manipulation of the argument numofmediacomponent/numofsub leads to buffer overflow. The attack can be initiated remotely...

5.3CVSS5.7AI score
SaveExploits0References11
ATTACKERKB
ATTACKERKB
added 2026/08/12 1:00 a.m.11 views

CVE-2024-14044

A vulnerability was identified in Open5GS up to 2.7.1. This issue affects the function pcrfrxaarcb of the file src/pcrf/pcrf-rx-path.c of the component Diameter Rx Handler. The manipulation of the argument numofmediacomponent/numofsub leads to buffer overflow. The attack can be initiated remotely...

6.5CVSS6.8AI score0.00295EPSS
SaveExploits0References9
Rows per page
Query Builder