Lucene search
+L

1928052 matches found

SUSE CVE
SUSE CVE
added 2026/09/01 1:30 p.m.9 views

SUSE CVE-2026-72311

In the Linux kernel, the following vulnerability has been resolved: drm/xe: free madvise VMA array on L2 flush failure xevmmadviseioctl allocates madviserange.vmas in getvmas. After getvmas succeeds with at least one VMA, error paths must go through freevmas so the array is released before the...

5.8AI score0.00198EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/09/01 1:30 p.m.9 views

SUSE CVE-2026-72313

In the Linux kernel, the following vulnerability has been resolved: drm/fb-helper: Only consider active CRTCs for vblank sync Only synchronize fbdev output to the vblank of an active CRTC. Go over the list of CRTCs and pick the first that matches. Fixes warnings as the one shown below 77.201354...

5.8AI score0.00189EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/09/01 1:30 p.m.8 views

SUSE CVE-2026-72330

In the Linux kernel, the following vulnerability has been resolved: net/tls: Consume empty data records in tlsswreadsock A peer may send a zero-length TLS applicationdata record; TLS 1.3 explicitly permits these as a traffic-analysis countermeasure RFC 8446, Section 5.1. After decryption such a...

7.5CVSS5.8AI score0.0063EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/09/01 1:30 p.m.11 views

SUSE CVE-2026-72335

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix adv monitor add failure cleanup hciaddadvmonitor publishes a new advmonitor in hdev-advmonitorsidr before the powered MSFT setup step. The MSFT offload add path can then fail either locally before the...

7.8CVSS6.8AI score0.00171EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/09/01 1:29 p.m.9 views

SUSE CVE-2026-72336

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: 6lowpan: hold L2CAP conn across debugfs control getl2capconn looks up an LE hciconn under hdev protection, but then drops that protection before reading hcon-l2capdata and before lowpancontrolwrite later dereferences...

5.8AI score0.002EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/09/01 1:29 p.m.8 views

SUSE CVE-2026-72337

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: 6lowpan: avoid untracked enable work lowpanenableset allocates a temporary work item and schedules doenableset on systemwq, then returns to debugfs. The debugfs active operation has ended at that point, but the worker...

5.8AI score0.00198EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/09/01 1:29 p.m.9 views

SUSE CVE-2026-72338

In the Linux kernel, the following vulnerability has been resolved: net/sched: actpedit: fix TOCTOU heap OOB write in tc offload There is a TOCTOU race condition in flower lockless approach between sizing a flowrule buffer and filling it. [email protected] reports: The clsflower...

7.8CVSS5.9AI score0.00166EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/09/01 1:29 p.m.8 views

SUSE CVE-2026-72342

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix HV VHCA stats agent registration race mlx5ehvvhcastatscreate registers the stats agent through mlx5hvvhcaagentcreate. The helper publishes the agent in hvvhca-agentstype under agentslock and immediately schedules a...

8.4CVSS5.8AI score0.00193EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/09/01 1:29 p.m.10 views

SUSE CVE-2026-72343

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix HV VHCA stats zero-sized buffer allocation mlx5ehvvhcastatscreate is called from mlx5enicenable, before mlx5eopen. At that point priv-statsnch is still zero, because it is only ever incremented in...

8.4CVSS6.8AI score0.00193EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/09/01 1:29 p.m.9 views

SUSE CVE-2026-72345

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: LAG, Fix off-by-one in single-FDB error rollback On failure at index i, the reverse cleanup loop in mlx5lagcreatesinglefdb starts from i, so the failed index itself is rolled back. That can operate on uninitialized stat...

7.8CVSS6.7AI score0.00165EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/09/01 1:29 p.m.7 views

SUSE CVE-2026-72347

In the Linux kernel, the following vulnerability has been resolved: netfilter: xtconnmark: reject invalid shift parameters Revision 2 of the CONNMARK target accepts user-controlled shift parameters and applies them to 32-bit mark values in connmarktgshift. A shiftbits value of 32 or more triggers...

7.3CVSS5.8AI score0.00174EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/09/01 1:29 p.m.10 views

SUSE CVE-2026-72377

In the Linux kernel, the following vulnerability has been resolved: afs: Remove setting of ASRELEASEALWAYS for symlinks and mountpoints Regular AFS files correctly use afsfileaops which have releasefolio set as netfsreleasefolio, so ASRELEASEALWAYS is valid for them when fscache is enabled set vi...

5.9AI score0.00198EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/09/01 1:29 p.m.11 views

SUSE CVE-2026-72388

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Always use the IRQ-safe variant when acquiring the fence lock Since dmafence objects can be shared with other subsystems, they may be accessed from hardirq context in those drivers, and we have to take that into...

5.8AI score0.00189EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/09/01 1:28 p.m.10 views

SUSE CVE-2026-74591

In the Linux kernel, the following vulnerability has been resolved: mm/filemap: filemapaddfolio restore index before retrying In filemapaddfolio's split-a-conflict loop, xassetorder is applied repeatedly: each application modifies xas.xaindex, rounding it down according to the splitorder attempte...

9.8CVSS5.8AI score0.00442EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/09/01 1:28 p.m.10 views

SUSE CVE-2026-74617

In the Linux kernel, the following vulnerability has been resolved: dibs: initialise dibs-lock in dibsdevalloc dibs-lock is initialised by dibsdevadd, but a dibs device can already take interrupts before that call: ismprobe runs ismdevinit, and hence requestirq, before it calls dibsdevadd. No...

9.8CVSS5.8AI score0.00442EPSS
SaveExploits0References3
NVD
NVD
added 2026/09/01 1:20 p.m.12 views

CVE-2026-84147

This vulnerability exists in the ERP system due to improper authentication controls and inadequate file type validation at the API endpoint. An unauthenticated remote attacker could exploit this vulnerability by uploading arbitrary files to a web accessible directory on the targeted system...

10CVSS0.00547EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/01 1:20 p.m.10 views

CVE-2026-84061

A security flaw has been discovered in zhongyu09 OpenChatBI up to 0.3.0. Affected by this vulnerability is the function validatesqlsafety of the file openchatbi/text2sql/generatesql.py. Performing a manipulation results in sql injection. The attack can be initiated remotely. Versions v0.2.0 throu...

6.5CVSS0.00237EPSS
SaveExploits0References4
Debian
Debian
added 2026/09/01 1:15 p.m.8 views

[SECURITY] [DLA 4734-1] lemonldap-ng security update

------------------------------------------------------------------------- Debian LTS Advisory DLA-4734-1 [email protected] https://www.debian.org/lts/security/ Xavier Guimard August 12, 2026 https://wiki.debian.org/LTS -...

9.8CVSS5.9AI score0.00456EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/01 1:08 p.m.11 views

seer snap-latest

Introduction Seer - a gui frontend to gdb for Linux. Ernie Pasveer [email protected] This project is actively worked on. The aim is a simple, yet pleasing gui to gdb. Please report any bugs or desired features to my email or create a task in my GitHub project page. Installation Seer can be...

6.1AI score
SaveExploits0References11
The Hacker News
The Hacker News
added 2026/09/01 1:08 p.m.13 views

Iranian Hackers Pose as Recruiters to Deliver Cross-Platform RATs Through Coding Tests

The Iranian Nimbus Manticore hacking group has been attributed to two previously undocumented malware families that highlight the continued evolution of its toolset and likely expand its targeting footprint to infect Linux and Apple macOS systems using cross-platform remote access trojans RATs...

6.2AI score
SaveExploits0
Rows per page
Query Builder