Lucene search
+L
SusecveRecent

66350 matches found

SUSE CVE
SUSE CVE
added 2026/08/15 11:50 p.m.11 views

SUSE CVE-2026-74539

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: lock sk in isosockgetname Accessing isopisk-conn requires locksock, which is not held here. Fix by adding the lock/release...

8CVSS5.3AI score0.00249EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:50 p.m.9 views

SUSE CVE-2026-74540

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: fix UAF in l2capleconnectrsp l2capleconnectrsp obtains a channel via l2capgetchanbyident but neither holds a reference nor uses l2capchanholdunlesszero before locking and operating on it. A concurrent l2capchand...

8.8CVSS5.4AI score0.00255EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:50 p.m.10 views

SUSE CVE-2026-74541

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: clear isodata always when detaching conn from hcon When setting conn-hcon = NULL, also conn-hcon-isodata = NULL is necessary, otherwise later isoconnfree will UAF. Fix clearing of isodata in isosockdisconn Fixes...

8.8CVSS5.4AI score0.00247EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:50 p.m.11 views

SUSE CVE-2026-74542

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix folioqueue ENOMEM in writeback by adding a mempool Fix the handling of folioqueue allocation failure in writeback by adding a mempool and passing in gfpt flags to the rolling buffer functions that allocate memory, usin...

5.7AI score0.00155EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:50 p.m.10 views

SUSE CVE-2026-74543

In the Linux kernel, the following vulnerability has been resolved: net: udptunnel: fix memory leak in udptunnelnicunregister syzbot reported a memory leak 1 in the UDP tunnel NIC offload code. When device registration fails e.g. in registernetdevice, netdev core unwinds by sending a single...

5.4AI score0.00168EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:50 p.m.15 views

SUSE CVE-2026-74544

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsu32: validate offshift to prevent shift-out-of-bounds u32change copies the user-provided tcu32sel.offshift unsigned char, 0-255 into the kernel knode object without bounds validation. When a packet later hits...

7.8CVSS5.5AI score0.00121EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:50 p.m.10 views

SUSE CVE-2026-74545

In the Linux kernel, the following vulnerability has been resolved: rtase: fix double free of multi-frag skb on DMA map failure In rtasestartxmit, when the head buffer DMA mapping fails after rtasexmitfrags has mapped all fragments, the error path clears the fragment descriptors with...

9.8CVSS5.7AI score0.00457EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:50 p.m.10 views

SUSE CVE-2026-74546

In the Linux kernel, the following vulnerability has been resolved: hwmon: adt7470 Fix divide-by-zero TOCTOU crash in fan speed read If the fan data becomes 0 between the FANDATAVALID check and the FANPERIODTORPM conversion, it will result in a divide-by-zero crash due to a race with a concurrent...

5.5AI score0.00173EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:50 p.m.12 views

SUSE CVE-2026-74547

In the Linux kernel, the following vulnerability has been resolved: hwmon: adt7470 Fix busy-loop and I2C flooding in update thread When userspace configures 'autoupdateinterval' to 0 via sysfs, the background kthread executes scheduletimeoutinterruptible0, which returns immediately. If...

5.5AI score0.00177EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:50 p.m.11 views

SUSE CVE-2026-74548

In the Linux kernel, the following vulnerability has been resolved: forcedeth: fix UAF of txrxstats in nvremove nvremove frees the per-CPU txrxstats before unregisternetdev. Until unregister completes, ndogetstats64, the NAPI/xmit data path, and nvclose/drain may still access txrxstats, leading t...

7.8CVSS5.4AI score0.00126EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:50 p.m.11 views

SUSE CVE-2026-74549

In the Linux kernel, the following vulnerability has been resolved: hwmon: nct6775-core Prevent access to unsupported weight registers Sashiko reports: During initialization of the nct6116 chip, the driver sets data-pwmnum to 5. However, it assigns several NCT6106 register arrays such as...

7.8CVSS5.5AI score0.0013EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:50 p.m.13 views

SUSE CVE-2026-74550

In the Linux kernel, the following vulnerability has been resolved: net: do not send ICMP/NDISC Redirects when peer allocation fails When inetgetpeerv4 or inetgetpeerv6 fails to allocate a peer entry under memory pressure or tree size caps, redirect handlers previously fell back to sending...

7.5CVSS5.5AI score0.00479EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:50 p.m.10 views

SUSE CVE-2026-74551

In the Linux kernel, the following vulnerability has been resolved: hwmon: nzxt-smart2 DMA-align output buffer Sashiko reports: When sendoutputreport calls hidhwoutputreport, the underlying USB HID core calls usbinterruptmsg which maps this buffer directly for DMA. When the DMA mapping flushes or...

7.8CVSS5.9AI score0.00129EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:50 p.m.16 views

SUSE CVE-2026-74552

In the Linux kernel, the following vulnerability has been resolved: hwmon: lm90 Only report alarms if driver is ready Userspace can read sysfs attributes before driver registration is complete, immediately after devmhwmondeviceregisterwithinfo has been called. At that time, data-hwmondev is not y...

5.4AI score0.00173EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:50 p.m.12 views

SUSE CVE-2026-74553

In the Linux kernel, the following vulnerability has been resolved: hwmon: nct6775-core Fix number of temperature registers for NCT6116 Unlike NCT6106, NCT6116 only has three temperature registers, and with it only three temperature source and temperature source configuration registers. The...

5.6AI score0.00161EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:50 p.m.12 views

SUSE CVE-2026-74554

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix out-of-bounds clearbit in ath12kmacdppeercleanup ath12kmacdppeercleanup clears the ML peer ID slot on the freemlpeeridmap bitmap by indexing it with dppeer-peerid. That is wrong: dppeer-peerid for an MLO peer...

8.8CVSS5.5AI score0.00204EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:50 p.m.11 views

SUSE CVE-2026-74555

In the Linux kernel, the following vulnerability has been resolved: scsi: libsas: Fix HA resume deadlock and hisisas disk-wake race Commit fbefe22811c3 "scsi: libsas: Don't always drain event workqueue for HA resume" introduced sasresumehanosync to avoid a deadlock: the PHYERESUMETIMEOUT handler,...

5.6AI score0.00161EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:50 p.m.12 views

SUSE CVE-2026-74556

In the Linux kernel, the following vulnerability has been resolved: scsi: libiscsitcp: Bound SCSI Response data segment to the connection buffer iscsitcphdrdissect receives the data segment of several PDU types into the fixed-size conn-data buffer, which is allocated for ISCSIDEFMAXRECVSEGLEN 819...

9.8CVSS5.5AI score0.00399EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:50 p.m.12 views

SUSE CVE-2026-74557

In the Linux kernel, the following vulnerability has been resolved: scsi: libiscsi: Fix stale-data leak into the SCSI sense buffer iscsiscsicmdrsp copies the sense data of a SCSI Response from the target-supplied data segment. The segment carries a 2-byte sense length followed by the sense bytes,...

7.5CVSS5.4AI score0.00329EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:50 p.m.13 views

SUSE CVE-2026-74558

In the Linux kernel, the following vulnerability has been resolved: xsk: reclaim invalid Tx descriptors in ZC batch path The zero-copy Tx batch parser stops when it encounters an invalid descriptor. If this happens after one or more continuation descriptors, the Tx consumer can be advanced past...

5.6AI score0.00145EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:50 p.m.14 views

SUSE CVE-2026-74559

In the Linux kernel, the following vulnerability has been resolved: xsk: drain continuation descs after overflow in xskbuildskb Fix generic xmit path multi-buffer logic when packets are either too big count of descriptors exceed MAXSKBFRAGS or an invalid descriptor is included in fragmented packe...

5.5AI score0.00166EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:50 p.m.12 views

SUSE CVE-2026-74560

In the Linux kernel, the following vulnerability has been resolved: xsk: fix buffer leak in xskdropskb for AFXDP multi-buffer Tx This patch is inspired by the check1 from sashiko. It says when overflow happens, the address of cq to be published is invalid. Actually the severer thing is the whole...

5.8AI score0.00155EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:50 p.m.12 views

SUSE CVE-2026-74561

In the Linux kernel, the following vulnerability has been resolved: nexthop: avoid unlocked f6ilist walk in nhrtcacheflush nhrtcacheflush walks nh-f6ilist during an RTNL-serialized nexthop replace without holding nh-lock, racing the unlocked IPv6 route add/delete that mutate the list under nh-loc...

8.8CVSS5.6AI score0.00112EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:50 p.m.12 views

SUSE CVE-2026-74562

In the Linux kernel, the following vulnerability has been resolved: nexthop: take nh-lock for f6ilist walks in replace check and notify fib6checknhlist and nexthopreplacenotify walk nh-f6ilist during an RTNL-serialized nexthop replace without holding nh-lock. IPv6 RTMNEWROUTE/RTMDELROUTE run...

8.8CVSS5.5AI score0.00113EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:50 p.m.11 views

SUSE CVE-2026-74563

In the Linux kernel, the following vulnerability has been resolved: rds: tcp: hold the RCU lock across ipv6chkaddr in rdstcpladdrcheck rdstcpladdrcheck looks up a scoped IPv6 interface with devgetbyindexrcu, drops the RCU read-side lock, and only then passes the bare struct netdevice into...

7.8CVSS5.4AI score0.00117EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/08/15 11:50 p.m.14 views

SUSE CVE-2026-74564

In the Linux kernel, the following vulnerability has been resolved: netfilter: xthashlimit: validate hashtable supports XTHASHLIMITRATEMATCH The XTHASHLIMITRATEMATCH flag mode changes the semantics of the dsthashent structure which represents an entry in the hashtable. There is a union area which...

7.1CVSS5.5AI score0.00118EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:50 p.m.11 views

SUSE CVE-2026-74565

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: make nftobject rhltable per table The nftobject rhltable is global, this allows for accessing objects that are being dismangled from lookup path by other existing netns. Given the nftobjdestroy releases the...

7.8CVSS5.6AI score0.00117EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:50 p.m.13 views

SUSE CVE-2026-74566

In the Linux kernel, the following vulnerability has been resolved: keys: make keyring key-chunk byte order agree with keyringdiffobjects keyringgetkeychunk loads description bytes into the index chunk low address first, while keyringdiffobjects numbers the first differing bit from the low end an...

5.5AI score0.00165EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:50 p.m.13 views

SUSE CVE-2026-74567

In the Linux kernel, the following vulnerability has been resolved: keys: fix out-of-bounds read in keyringgetkeychunk For description-level chunks keyringgetkeychunk advances the read pointer by level sizeoflong past the inline prefix but only bounds-checks the prefix, so a long enough key...

7.1CVSS5.4AI score0.00117EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:49 p.m.12 views

SUSE CVE-2026-74568

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic: Fix race between LPI release and re-registration Fix a potential race between decrementing an LPI's reference count and evicting that structure from the LPI xarray. LPI structures are maintained in the VGIC LPI...

9.3CVSS5.5AI score0.00122EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:49 p.m.15 views

SUSE CVE-2026-74570

In the Linux kernel, the following vulnerability has been resolved: ntfs: harden runlist realloc size calculations Add a shared helper to safely convert runlist element counts to byte sizes using overflow checks, and use it in both ntfsrlrealloc and ntfsrlreallocnofail...

9.8CVSS5.5AI score0.00308EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:49 p.m.11 views

SUSE CVE-2026-74571

In the Linux kernel, the following vulnerability has been resolved: btrfs: skip global block reserve accounting for rescue mounts BUG Mounting with rescue=ibadroots after corrupting the block group tree root triggers a NULL pointer dereference: BUG: kernel NULL pointer dereference, address:...

5.5AI score0.00145EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:49 p.m.11 views

SUSE CVE-2026-74572

In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: fix deadlock between metadata writeback and transaction commit When writing out metadata extent buffers in a zoned filesystem, btreewritepages holds fsinfo-zonedmetaiolock across the whole writeback loop, including...

7.5CVSS5.5AI score0.00346EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:49 p.m.11 views

SUSE CVE-2026-74573

In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu-v3-iommufd: Require exactly one Stream ID for a vDEVICE armvsmmuvsidtosid maps a guest's vSID to a single physical Stream ID taken from master-streams0, assuming a device has exactly one stream. A device with sever...

9.3CVSS5.3AI score0.00131EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:49 p.m.12 views

SUSE CVE-2026-74575

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Prevent XDomain delayed work use-after-free on disconnect tbxdphandlerequest runs on systemwq and queues xd-statework via queuedelayedwork in three request handlers: PROPERTIESCHANGEDREQUEST, UUIDREQUEST via...

8.8CVSS5.4AI score0.00238EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 11:49 p.m.10 views

SUSE CVE-2026-74576

In the Linux kernel, the following vulnerability has been resolved: mm/slab: prevent unbounded recursion in free path with new kmalloc type Commit 280ea9c3154b "mm/slab: avoid allocating slabobjext array from its own slab" avoided recursive allocation of objexts from kmalloc caches of the same...

7.5CVSS5.7AI score0.00376EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 4:24 p.m.11 views

SUSE CVE-2026-74577

In the Linux kernel, the following vulnerability has been resolved: net: mpls: initialize rtmtos in mplsgetroute mplsgetroute builds the RTMNEWROUTE reply to an RTMGETROUTE request by filling a struct rtmsg allocated from an skb whose data area is not zeroed allocskbNLMSGGOODSIZE, .... It sets...

5.4AI score0.00165EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 12:19 a.m.12 views

SUSE CVE-2022-4993

HTML::FormHandler versions through 0.40068 for Perl allow attacker selected method dispatch and resource exhaustion because applyactions and adderror use error message text built from request data as a Locale::Maketext bracket notation template. adderror hands its first argument to the language...

9.1CVSS5.6AI score0.00492EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 12:04 a.m.12 views

SUSE CVE-2025-31938

Insufficient granularity of access control in some subsystem for some IntelR XeonR 6 Scalable processors with IntelR TDX may allow an information disclosure. Authorized adversary with an authenticated user combined with a high complexity attack may enable data exposure. This result may potentiall...

5.6CVSS5.2AI score0.00087EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 12:04 a.m.12 views

SUSE CVE-2025-35973

Improper handling of values for some IntelR Processors within Ring 0: Kernel, Hypervisor and Bare Metal OS may allow an escalation of privilege. Authorized adversary with a privileged user combined with a high complexity attack may enable escalation of privilege. This result may potentially occur...

7.2CVSS5.2AI score0.00102EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 12:01 a.m.9 views

SUSE CVE-2025-62164

vLLM is an inference and serving engine for large language models LLMs. From versions 0.10.2 to before 0.11.1, a memory corruption vulnerability could lead to a crash denial-of-service and potentially remote code execution RCE, exists in the Completions API endpoint. When processing user-supplied...

8.8CVSS8AI score0.00892EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 12:00 a.m.16 views

SUSE CVE-2026-6464

Untrusted data inclusion in PostgreSQL psql COPY may allow a server administrator to elicit execution of data lines as psql commands, via error injection. If the "COPY FROM STDIN" or "\copy FROM STDIN" command fails before the server indicates that it awaits input rows, psql processes the in-line...

7.5CVSS7.5AI score0.00358EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/08/15 12:00 a.m.17 views

SUSE CVE-2026-6469

Incorrect ownership assignment in PostgreSQL ALTER TABLE ALTER TYPE command reassigns ownership of dependent statistics objects to the current user. This wrongly allows the table owner to run DROP STATISTICS and ALTER STATISTICS via this improper ownership. It wrongly denies those commands to the...

3.8CVSS5.5AI score0.00188EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/08/15 12:00 a.m.14 views

SUSE CVE-2026-6470

Missing authorization in PostgreSQL DDL commands allows an object creator to achieve denial of service against ALTER and DROP of the type, via creating a dependency on the type. Many DDL operations did check the privilege, but assigning a range subtype and referencing the type from an SQL...

4.3CVSS5.5AI score0.00195EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/08/15 12:00 a.m.11 views

SUSE CVE-2026-6471

Missing authorization in PostgreSQL logical decoding allows a non-superuser holding REPLICATION privilege to dlopen any file visible to the operating system account running the server, via the choice of logical decoding plugin. This in turn runs arbitrary code as that account. Versions before...

7.2CVSS7.6AI score0.00285EPSS
SaveExploits1References5
SUSE CVE
SUSE CVE
added 2026/08/15 12:00 a.m.16 views

SUSE CVE-2026-13051

Form::Processor::Field::HtmlArea versions from 0.06 through 1.162360 for Perl allow attacker selected method dispatch and resource exhaustion via an HTML::Tidy diagnostic that validate passes to adderror as a Locale::Maketext template. validate runs HTML::Tidy over the submitted markup and passes...

9.1CVSS5.6AI score0.00451EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/15 12:00 a.m.16 views

SUSE CVE-2026-14664

Heap buffer overflow in PostgreSQL regexp allows the query author to execute arbitrary code as the operating system user running the database, via text that would not pass encoding validation. This shares heritage with CVE-2026-2006, but this case involved unanticipated data growth when...

8.8CVSS8.4AI score0.00436EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/08/15 12:00 a.m.13 views

SUSE CVE-2026-14666

Incomplete tracking in PostgreSQL of changes to role membership, role attributes, and database ownership allows a query to continue using cached row-level security policies after those changes require a different policy, via plan reuse. Stale policies continue until some other event invalidates t...

4.2CVSS5.5AI score0.00175EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/08/15 12:00 a.m.13 views

SUSE CVE-2026-14668

Type confusion regarding input of PostgreSQL ctid data type selectivity estimator allows an object creator to view a calculation derived from the value of an arbitrary 4-byte span of memory, via a chosen non-ctid input. While the calculation loses precision, substantial memory value recovery...

8.1CVSS7.6AI score0.00334EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/08/14 11:59 p.m.20 views

SUSE CVE-2026-14669

Heap buffer overflow in PostgreSQL tochartimestamptz allows the party choosing the timezone to execute arbitrary code as the operating system user running the database, via a long POSIX timezone abbreviation. Versions before PostgreSQL 18.6, 17.11, 16.15, 15.19, and 14.24 are affected...

8.8CVSS8.4AI score0.00676EPSS
SaveExploits1References5
Total number of security vulnerabilities66350