Lucene search
+L

41813 matches found

SUSE CVE
SUSE CVE
added 2026/07/21 1:03 p.m.21 views

SUSE CVE-2026-63925

In the Linux kernel, the following vulnerability has been resolved: macsec: fix replay protection at XPN lower-PN wrap In macsecpostdecrypt, when pn is U32MAX, pn + 1 overflows u32 to 0 and the first branch never fires. If nextpnhalves.lower is also in the upper half, pnsamehalfpn, lower is true...

8.1CVSS5.3AI score0.00336EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/21 1:02 p.m.13 views

SUSE CVE-2026-63976

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: l2cap: clear chan-ident on ECRED reconfiguration success l2capecredreconfrsp returns early on success without clearing chan-ident. Every other L2CAP response handler l2capecredconnrsp, l2capleconnectrsp, l2capconfigrsp...

6.5CVSS5.4AI score0.00456EPSS
SaveExploits0References17
SUSE CVE
SUSE CVE
added 2026/07/21 1:02 p.m.10 views

SUSE CVE-2026-63980

In the Linux kernel, the following vulnerability has been resolved: net/handshake: Use spinlockbh for hnlock nvmettcpstatechange, a socket callback that runs in BH context, can reach handshakereqcancel via nvmettcpschedulereleasequeue and tlshandshakecancel. handshakereqcancel acquires hn-hnlock...

7.5CVSS5.3AI score0.00441EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/21 1:00 p.m.13 views

SUSE CVE-2026-64042

In the Linux kernel, the following vulnerability has been resolved: vfio/pci: Check BAR resources before exporting a DMABUF A DMABUF exports access to BAR resources and, although they are requested at startup time, we need to ensure they really were reserved before exporting. Otherwise, it's...

8.8CVSS5.3AI score0.00154EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/21 12:58 p.m.12 views

SUSE CVE-2026-64191

In the Linux kernel, the following vulnerability has been resolved: i2c: stub: Reject I2C block transfers with invalid length The I2CSMBUSI2CBLOCKDATA case in stubxfer uses data-block0 as the transfer length. The existing check only clamps it to avoid overrunning the chip-words256 register array,...

6.7CVSS5.5AI score0.00127EPSS
SaveExploits0References17
IBM AIX
IBM AIX
added 2026/07/21 7:48 a.m.12 views

Multiple vulnerabilities impact AIX due to OpenSSL

IBM SECURITY ADVISORY First Issued: Tue Jul 21 07:48:54 CDT 2026 The most recent version of this document is available here: https://aix.software.ibm.com/aix/efixes/security/openssladvisory48.asc Security Bulletin: Multiple vulnerabilities impact AIX due to OpenSSL...

9.1CVSS6.7AI score0.03566EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/21 12:00 a.m.20 views

PT-2026-63167

Name of the Vulnerable Software and Affected Versions Oracle Price Protection versions 12.2.3 through 12.2.15 Description A flaw in the Internal Operations component allows a low privileged attacker with network access via HTTP to compromise the system. Successful exploitation can lead to...

7.1CVSS7.1AI score0.00279EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/21 12:00 a.m.12 views

PT-2026-62740

Name of the Vulnerable Software and Affected Versions Oracle Price Protection versions 12.2.3 through 12.2.15 Description An issue exists in the Internal Operations component of the Oracle Price Protection product within Oracle E-Business Suite. A low privileged attacker with network access via...

8.1CVSS7.2AI score0.00337EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/21 12:00 a.m.12 views

PT-2026-63165

Name of the Vulnerable Software and Affected Versions Oracle Price Protection versions 12.2.3 through 12.2.15 Description An issue exists in the Internal Operations component of the Oracle Price Protection product within Oracle E-Business Suite. A low privileged attacker with network access via...

8.1CVSS7.1AI score0.00362EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/21 12:00 a.m.24 views

PT-2026-61939

Name of the Vulnerable Software and Affected Versions libssh affected versions not specified Description Incorrect AES-GCM finalization checks in builds using the OpenSSL backend can remove integrity protection. This allows an in-path attacker to modify plaintext during transmission without...

7.5CVSS5.8AI score0.00567EPSS
SaveExploits0References112
Positive Technologies
Positive Technologies
added 2026/07/21 12:00 a.m.21 views

PT-2026-63315

Name of the Vulnerable Software and Affected Versions Gitea affected versions not specified Description Three code paths bypass the existing Server-Side Request Forgery SSRF protections by using raw http.Get instead of the validated hostmatcher.NewDialContext dialer. This allows an attacker to ma...

7.5CVSS5.3AI score0.00301EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/21 12:00 a.m.15 views

PT-2026-62816

Name of the Vulnerable Software and Affected Versions Oracle Price Protection versions 12.2.3 through 12.2.15 Description A flaw in the Internal Operations component allows a low privileged attacker with network access via HTTP to compromise the system. This can lead to unauthorized read access t...

7.1CVSS7.2AI score0.00279EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/07/21 12:00 a.m.9 views

MiracleLinux 8 : kernel-4.18.0-553.141.2.el8_10 (AXSA:2026-1311:50)

"The remote MiracleLinux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the AXSA:2026-1311:50 advisory. kernel: tcp: fix potential race in tcpv6synrecvsock CVE-2026-43198 kernel: netfilter: nfnetlinkcthelper: fix OOB read in nfnlcthelperdumptable...

9.8CVSS6.1AI score0.00571EPSS
SaveExploits0References8
Github Security Blog
Github Security Blog
added 2026/07/20 9:19 p.m.17 views

js-yaml: YAML merge-key chains can force quadratic CPU consumption

Impact js-yaml can spend quadratic CPU time parsing a document whose size grows only linearly. The issue is triggered by a chain of mappings where each mapping merges the previous one: yaml a0: &a0 k0: 0 a1: &a1 1s doc size 100K js import performance from 'node:perfhooks' import Buffer from...

7.5CVSS5.2AI score0.00544EPSS
SaveExploits1References7Affected Software1
RedHat Linux
RedHat Linux
added 2026/07/20 6:31 p.m.13 views

dotnet: .NET Framework: Local Code Execution via Protection Mechanism Failure

A flaw was found in .NET Framework. This protection mechanism failure allows an unauthorized attacker to execute arbitrary code locally. Successful exploitation of this vulnerability can lead to a complete compromise of the affected system...

7.8CVSS6AI score0.00969EPSS
SaveExploits0References5
NVD
NVD
added 2026/07/20 6:16 p.m.18 views

CVE-2026-34239

Chamilo version 1.11.40 and earlier are vulnerable to authenticated remote code execution in the main/inc/ajax/lang.ajax.php path. This endpoint is protected only by apiprotectcoursescripttrue, which means any authenticated user enrolled in a course student, teacher, DRH can reach it...

7.5CVSS0.00465EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/20 5:11 p.m.10 views

CVE-2026-34239 Chamilo Authenticated Remote Code Execution

Chamilo version 1.11.40 and earlier are vulnerable to authenticated remote code execution in the main/inc/ajax/lang.ajax.php path. This endpoint is protected only by apiprotectcoursescripttrue, which means any authenticated user enrolled in a course student, teacher, DRH can reach it...

7.5CVSS6.5AI score
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/07/20 4:36 p.m.15 views

CVE-2026-63830

A flaw was found in the Linux kernel's skmsg networking component. This vulnerability arises when the sg.copy bitmap, which controls memory access permissions, is not properly maintained during data transformations. This can allow a local attacker to bypass memory protection mechanisms, enabling...

9.4CVSS5.3AI score0.00372EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/20 8:06 a.m.29 views

CVE-2026-2445

CVE-2026-2445 involves a reflected cross-site scripting (XSS) flaw in multiple WSO2 products where user-supplied input in a URL parameter is rendered without proper sanitization/encoding. The underlying issue is unsafe handling of URL parameters that can inject malicious JavaScript, enabling brow...

6.1CVSS5.5AI score0.00253EPSS
SaveExploits0References1Affected Software1
RedHat Linux
RedHat Linux
added 2026/07/20 6:51 a.m.11 views

dotnet: .NET Framework: Local Code Execution via Protection Mechanism Failure

A flaw was found in .NET Framework. This protection mechanism failure allows an unauthorized attacker to execute arbitrary code locally. Successful exploitation of this vulnerability can lead to a complete compromise of the affected system...

7.8CVSS7.7AI score0.00969EPSS
SaveExploits0References5
Rows per page
Query Builder