Lucene search
+L
SusecveRecent

62939 matches found

SUSE CVE
SUSE CVE
added 2026/07/19 5:34 p.m.8 views

SUSE CVE-2026-63822

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix warning when unbinding If there is an error during some initialization related to firmware, the buffers dp-txringi.txstatus are released. However this is released again when the device is unbinded ath11kpci, and...

5.5CVSS5.3AI score0.00174EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/19 5:34 p.m.9 views

SUSE CVE-2026-63823

In the Linux kernel, the following vulnerability has been resolved: keys: Pin requestkeyauth payload in instantiate paths A: requestkey B: KEYCTLINSTANTIATEIOV ================ ========================= create auth key store rka in auth key wait for helper get auth key load rka from auth key copy...

7.8CVSS5.3AI score0.00124EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/19 5:34 p.m.9 views

SUSE CVE-2026-63824

In the Linux kernel, the following vulnerability has been resolved: KEYS: fix overflow in keyctlpkeyparamsget2 The length for the internal output buffer is calculated incorrectly, which can result overflow when a too small buffer is provided. Fix the bug by allocating internal output with the siz...

7.8CVSS5.6AI score0.00127EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/19 5:34 p.m.8 views

SUSE CVE-2026-63825

In the Linux kernel, the following vulnerability has been resolved: gcov: use atomic counter updates to fix concurrent access crashes GCC's GCOV instrumentation can merge global branch counters with loop induction variables as an optimization. In inflatefast, the inner copy loops get transformed ...

7.5CVSS5.7AI score0.00414EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/19 5:34 p.m.12 views

SUSE CVE-2026-63826

In the Linux kernel, the following vulnerability has been resolved: fbdev: fix use-after-free in storemodes storemodes replaces a framebuffer's modelist with modes from userspace. On success it frees the old modelist with fbdestroymodelist. Two fields still point into that freed list. One pointer...

7.8CVSS5.5AI score0.00172EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/19 5:34 p.m.10 views

SUSE CVE-2026-63827

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix use-after-free in rawdata dedup loop aareplaceprofiles walks ns-rawdatalist to dedup the incoming policy blob against entries already attached to existing profiles. Per the kernel-doc on struct aaloaddata, list...

7.8CVSS5.5AI score0.00124EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/19 5:34 p.m.12 views

SUSE CVE-2026-63828

In the Linux kernel, the following vulnerability has been resolved: apparmor: mediate the implicit connect of TCP fast open sendmsg sendmsg/sendto with MSGFASTOPEN is a combination of connect2 and write2: it opens the connection in the SYN. apparmorsocketsendmsg only checks AAMAYSEND, so a profil...

5.5CVSS5.4AI score0.00131EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/19 5:34 p.m.8 views

SUSE CVE-2026-63829

In the Linux kernel, the following vulnerability has been resolved: net: ipgre: require CAPNETADMIN in the device netns for changelink A tunnel changelink operates on at most two netns, devnetdev and the tunnel link netns t-net. They differ once the device is created in or moved to a netns other...

7.1CVSS5.3AI score0.00123EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/19 5:34 p.m.10 views

SUSE CVE-2026-63830

In the Linux kernel, the following vulnerability has been resolved: net: skmsg: preserve sg.copy across SG transforms The skmsg sg.copy bitmap is part of the scatterlist entry ownership state. A set bit tells skmsgcomputedatapointers not to expose the entry through writable BPF ctx-data. This...

6.4CVSS5.4AI score0.00352EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/19 5:34 p.m.6 views

SUSE CVE-2026-63831

In the Linux kernel, the following vulnerability has been resolved: mac802154: llsec: add skbcowdata before in-place crypto llsecdoencryptunauth, llsecdoencryptauth, llsecdodecryptunauth, and llsecdodecryptauth all perform in-place cryptographic transformations on skb data. They build a scatterli...

8.8CVSS5.7AI score0.00243EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/19 5:34 p.m.8 views

SUSE CVE-2026-63832

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: add wcid publish check in mt76staadd Since mt7925macstaadd publishes wcid, add publish check in mt76staadd to avoid reinitializing the wcid-polllist. Found dev-stapolllist corruption when using mt7925 and 7.1-rc4...

5.5CVSS5.5AI score0.00223EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/19 5:34 p.m.9 views

SUSE CVE-2026-63833

In the Linux kernel, the following vulnerability has been resolved: ntfs3: reject direct userspace writes to reserved $LX xattrs NTFS3 uses $LXUID, $LXGID, $LXMOD and $LXDEV as internal WSL permission metadata and reloads them into iuid, igid and imode from ntfsgetwslperm. Because the empty-prefi...

7.1CVSS5.4AI score0.00125EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/19 5:34 p.m.7 views

SUSE CVE-2026-63834

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tpmeter: restrict number of unacked list entries When the unackedlist is unbound, an attacker could send messages with small lengths and appropriated seqno + gaps to force the receiver to allocate more and more...

5.4AI score0.00174EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/19 5:34 p.m.7 views

SUSE CVE-2026-63835

In the Linux kernel, the following vulnerability has been resolved: batman-adv: v: prevent OGM aggregation on disabled hardif When an interface gets disabled, the worker is correctly disabled by batadvhardifdisableinterface - ... - batadvvogmifacedisable. In this process, the skb aggrlist is also...

5.3AI score0.00174EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/19 5:34 p.m.10 views

SUSE CVE-2026-63836

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tpmeter: avoid divide-by-zero for deccwnd The cwnd is always MSS = cwnd = 0x20000000. But the calculation in batadvtpupdatecwnd assumes unsigned 32 bit arithmetics. mss 8 2 / cwnd 8 In case cwnd is actually 0x20000000...

6.5CVSS5.4AI score0.00174EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/17 2:18 p.m.7 views

SUSE CVE-2017-12620

When loading models or dictionaries that contain XML it is possible to perform an XXE attack, since Apache OpenNLP is a library, this only affects applications that load models or dictionaries from untrusted sources. The versions 1.5.0 to 1.5.3, 1.6.0, 1.7.0 to 1.7.2, 1.8.0 to 1.8.1 of Apache...

9.8CVSS8.3AI score0.03016EPSS
SaveExploits5References2
SUSE CVE
SUSE CVE
added 2026/07/17 1:38 p.m.13 views

SUSE CVE-2024-10006

A vulnerability was identified in Consul and Consul Enterprise “Consul” such that using Headers in L7 traffic intentions could bypass HTTP header based access rules...

5.8CVSS7.1AI score0.00463EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/07/17 1:0 p.m.8 views

SUSE CVE-2026-13401

XML::Bare versions through 0.53 for Perl will hang in an infinite loop when parsing malformed attributes. The parsercparse function never advances the attribute-parse state cursor on certain malformed attribute forms, looping forever. Nameless attributes such as "" or unbalanced quotes "" can...

6.2CVSS5.3AI score0.00388EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/17 1:0 p.m.7 views

SUSE CVE-2026-13713

YAML::Syck versions before 1.47 for Perl allow a use-after-free and double-free via an anchor node freed while still on the parser value stack. In the bundled libsyck, when an anchor name is redefined or removed, syckhdlraddanchor and syckhdlrremoveanchor free the node stored under that name with...

6.2CVSS5.3AI score0.00134EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/17 1:0 p.m.9 views

SUSE CVE-2026-15392

DBD::File versions before 1.651 for Perl do not ensure the table file is not a symlink to an untrusted location. The completetablename method builds the absolute table file path without checking whether the file is a symbolic link. A link inside the data directory can point to a table file at any...

7.1CVSS5.3AI score0.00163EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2026/07/17 12:58 p.m.9 views

SUSE CVE-2026-39872

The issue was addressed with improved memory handling. This issue is fixed in Safari 26.5.2, iOS 26.5.2 and iPadOS 26.5.2, macOS Tahoe 26.5.2, tvOS 26.6, visionOS 26.6, watchOS 26.6. Processing maliciously crafted web content may lead to an unexpected process crash...

6.5CVSS7AI score0.00244EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/07/17 12:58 p.m.10 views

SUSE CVE-2026-43663

The issue was addressed with improved memory handling. This issue is fixed in Safari 26.5.2, iOS 26.5.2 and iPadOS 26.5.2, macOS Tahoe 26.5.2, tvOS 26.6, visionOS 26.6, watchOS 26.6. Processing maliciously crafted web content may lead to an unexpected process crash...

6.5CVSS7AI score0.00244EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/07/17 12:57 p.m.10 views

SUSE CVE-2026-43676

An out-of-bounds access issue was addressed with improved bounds checking. This issue is fixed in Safari 26.5.2, iOS 26.5.2 and iPadOS 26.5.2, macOS Tahoe 26.5.2, visionOS 26.6, watchOS 26.6. Processing maliciously crafted web content may lead to an unexpected Safari crash...

6.5CVSS7AI score0.00364EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/07/17 12:57 p.m.7 views

SUSE CVE-2026-43699

A use-after-free issue was addressed with improved memory management. This issue is fixed in Safari 26.5.2, iOS 26.5.2 and iPadOS 26.5.2, macOS Tahoe 26.5.2, tvOS 26.6, visionOS 26.6, watchOS 26.6. Processing maliciously crafted web content may lead to an unexpected process crash...

6.5CVSS7AI score0.00285EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/07/17 12:57 p.m.13 views

SUSE CVE-2026-43701

The issue was addressed with improved checks. This issue is fixed in Safari 26.5.2, iOS 26.5.2 and iPadOS 26.5.2, macOS Tahoe 26.5.2, tvOS 26.6, visionOS 26.6, watchOS 26.6. A malicious website may be able to process restricted web content outside the sandbox...

7.1CVSS7AI score0.005EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/07/17 12:57 p.m.8 views

SUSE CVE-2026-43705

A type confusion issue was addressed with improved checks. This issue is fixed in Safari 26.5.2, iOS 26.5.2 and iPadOS 26.5.2, macOS Tahoe 26.5.2, tvOS 26.6, visionOS 26.6, watchOS 26.6. Processing maliciously crafted web content may lead to memory corruption...

8.8CVSS7AI score0.00447EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/07/17 12:57 p.m.10 views

SUSE CVE-2026-43707

A memory corruption issue was addressed with improved memory handling. This issue is fixed in Safari 26.5.2, iOS 26.5.2 and iPadOS 26.5.2, macOS Tahoe 26.5.2, tvOS 26.6, visionOS 26.6, watchOS 26.6. Processing maliciously crafted web content may lead to an unexpected process crash...

6.5CVSS7.3AI score0.00686EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/07/17 12:57 p.m.20 views

SUSE CVE-2026-43712

The issue was addressed with improved memory handling. This issue is fixed in Safari 26.5.2, iOS 26.5.2 and iPadOS 26.5.2, macOS Tahoe 26.5.2, tvOS 26.6, visionOS 26.6, watchOS 26.6. Processing maliciously crafted web content may lead to an unexpected process crash...

6.5CVSS5.8AI score0.0036EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/07/17 12:57 p.m.15 views

SUSE CVE-2026-43713

A permissions issue was addressed with additional restrictions. This issue is fixed in Safari 26.5.2, iOS 26.5.2 and iPadOS 26.5.2, macOS Tahoe 26.5.2, tvOS 26.6, visionOS 26.6, watchOS 26.6. Visiting a website may leak sensitive data...

6.5CVSS7AI score0.00481EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/07/17 12:57 p.m.10 views

SUSE CVE-2026-43715

A use-after-free issue was addressed with improved memory management. This issue is fixed in Safari 26.5.2, iOS 26.5.2 and iPadOS 26.5.2, macOS Tahoe 26.5.2, tvOS 26.6, visionOS 26.6, watchOS 26.6. Processing maliciously crafted web content may lead to memory corruption...

8.8CVSS7.2AI score0.00891EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/07/17 12:57 p.m.10 views

SUSE CVE-2026-43716

The issue was addressed with improved memory handling. This issue is fixed in Safari 26.5.2, iOS 26.5.2 and iPadOS 26.5.2, macOS Tahoe 26.5.2. Processing maliciously crafted web content may lead to an unexpected Safari crash...

6.5CVSS5.6AI score0.00598EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/07/17 12:57 p.m.8 views

SUSE CVE-2026-43720

A use-after-free issue was addressed with improved memory management. This issue is fixed in Safari 26.5.2, iOS 26.5.2 and iPadOS 26.5.2, macOS Tahoe 26.5.2, tvOS 26.6, visionOS 26.6, watchOS 26.6. Processing maliciously crafted web content may lead to an unexpected Safari crash...

6.5CVSS7.2AI score0.00544EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/07/17 12:57 p.m.11 views

SUSE CVE-2026-43721

This issue was addressed through improved state management. This issue is fixed in Safari 26.5.2, iOS 26.5.2 and iPadOS 26.5.2, macOS Tahoe 26.5.2, tvOS 26.6, visionOS 26.6, watchOS 26.6. A malicious website may be able to silently hijack clipboard data...

6.5CVSS5.8AI score0.00437EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/07/17 12:57 p.m.7 views

SUSE CVE-2026-43725

The issue was addressed with improved input validation. This issue is fixed in Safari 26.5.2, iOS 26.5.2 and iPadOS 26.5.2, macOS Tahoe 26.5.2, tvOS 26.6, visionOS 26.6, watchOS 26.6. A malicious website may be able to process restricted web content outside the sandbox...

7.1CVSS7.2AI score0.00829EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/07/17 12:57 p.m.11 views

SUSE CVE-2026-43726

A use-after-free issue was addressed with improved memory management. This issue is fixed in Safari 26.5.2, iOS 26.5.2 and iPadOS 26.5.2, macOS Tahoe 26.5.2, tvOS 26.6, visionOS 26.6, watchOS 26.6. Processing maliciously crafted web content may lead to an unexpected process crash...

6.5CVSS7AI score0.00238EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/07/17 12:57 p.m.11 views

SUSE CVE-2026-43727

A use-after-free issue was addressed with improved memory management. This issue is fixed in Safari 26.5.2, iOS 26.5.2 and iPadOS 26.5.2, macOS Tahoe 26.5.2, visionOS 26.6, watchOS 26.6. Processing maliciously crafted web content may lead to an unexpected Safari crash...

6.5CVSS7AI score0.00326EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/07/17 12:57 p.m.11 views

SUSE CVE-2026-43731

A use-after-free issue was addressed with improved memory management. This issue is fixed in Safari 26.5.2, iOS 26.5.2 and iPadOS 26.5.2, macOS Tahoe 26.5.2, tvOS 26.6, visionOS 26.6, watchOS 26.6. Processing maliciously crafted web content may lead to memory corruption...

8.8CVSS7AI score0.00256EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/07/17 12:57 p.m.9 views

SUSE CVE-2026-43732

A path handling issue was addressed with improved validation. This issue is fixed in Safari 26.5.2, iOS 26.5.2 and iPadOS 26.5.2, macOS Tahoe 26.5.2, tvOS 26.6, visionOS 26.6, watchOS 26.6. Processing maliciously crafted web content may disclose sensitive user information...

6.5CVSS5.8AI score0.00436EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/07/17 12:57 p.m.11 views

SUSE CVE-2026-43734

A use-after-free issue was addressed with improved memory management. This issue is fixed in Safari 26.5.2, iOS 26.5.2 and iPadOS 26.5.2, macOS Tahoe 26.5.2, tvOS 26.6, visionOS 26.6, watchOS 26.6. Processing maliciously crafted web content may lead to an unexpected process crash...

6.5CVSS7AI score0.00285EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/07/17 12:57 p.m.10 views

SUSE CVE-2026-43740

The issue was addressed with improved memory handling. This issue is fixed in Safari 26.5.2, iOS 26.5.2 and iPadOS 26.5.2, macOS Tahoe 26.5.2, tvOS 26.6, visionOS 26.6, watchOS 26.6. Processing maliciously crafted web content may result in the disclosure of process memory...

6.5CVSS7.1AI score0.00362EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/07/17 12:57 p.m.10 views

SUSE CVE-2026-43742

A use-after-free issue was addressed with improved memory management. This issue is fixed in Safari 26.5.2, iOS 26.5.2 and iPadOS 26.5.2, macOS Tahoe 26.5.2, tvOS 26.6, visionOS 26.6, watchOS 26.6. Processing maliciously crafted web content may lead to an unexpected process crash...

6.5CVSS7AI score0.00384EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/07/17 12:57 p.m.12 views

SUSE CVE-2026-43745

An out-of-bounds write issue was addressed with improved input validation. This issue is fixed in Safari 26.5.2, iOS 26.5.2 and iPadOS 26.5.2, macOS Tahoe 26.5.2, tvOS 26.6, visionOS 26.6, watchOS 26.6. Processing maliciously crafted web content may lead to an unexpected Safari crash...

6.5CVSS7.2AI score0.00664EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/07/17 12:57 p.m.7 views

SUSE CVE-2026-44240

basic-ftp is an FTP client for Node.js. Prior to 5.3.1, basic-ftp is vulnerable to client-side denial of service when parsing FTP control-channel multiline responses. A malicious or compromised FTP server can send an unterminated multiline response during the initial FTP banner phase, before...

7.5CVSS5.6AI score0.00465EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/17 12:56 p.m.8 views

SUSE CVE-2026-47081

An issue was discovered in cyrus-imapd in Cyrus IMAP through 3.12.2. There is an XAPPLEPUSHSERVICE folder existence oracle and push hijack. An authenticated IMAP user could probe for the existence of arbitrary mailboxes on other users' accounts via the XAPPLEPUSHSERVICE command and then create...

3.1CVSS5.5AI score0.00163EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/17 12:56 p.m.8 views

SUSE CVE-2026-47082

An issue was discovered in cyrus-imapd in Cyrus IMAP through 3.12.2. The vacation "fcc" feature skips the destination-mailbox ACL. A user whose vacation Sieve script used :fcc to save a copy of the sent message could deliver vacation auto-reply copies into any mailbox the script could name,...

5.4CVSS5.3AI score0.00196EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/17 12:56 p.m.7 views

SUSE CVE-2026-47083

An issue was discovered in cyrus-imapd in Cyrus IMAP through 3.12.2. There is an ESEARCH cross-user content oracle. By using the ESEARCH command, an authenticated IMAP user could enumerate folder names under any account they could name. Search would return UIDs of messages matching the search,...

4.3CVSS5.5AI score0.00194EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/17 12:56 p.m.7 views

SUSE CVE-2026-47084

An issue was discovered in cyrus-imapd in Cyrus IMAP through 3.12.2. The LOCALDELETE command bypassed ACL checks. An authenticated but non-admin user could invoke the admin-only LOCALDELETE IMAP command and delete mailboxes for which they had no permissions...

6.5CVSS5.3AI score0.00214EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/17 12:56 p.m.7 views

SUSE CVE-2026-47085

An issue was discovered in cyrus-imapd in Cyrus IMAP through 3.12.2. URLAUTH token forgery can occur via a missing mboxkey. If an attacker knew a folder name on the victim's account for which the victim had never issued an auth URL, they could forge a working URLAUTH token by computing an HMAC-SH...

4CVSS5.3AI score0.00199EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/17 12:56 p.m.7 views

SUSE CVE-2026-47086

An issue was discovered in cyrus-imapd in Cyrus IMAP through 3.12.2. GENURLAUTH-issued tokens can bypass ACLs. Any authenticated user could mint a URLAUTH token via the GENURLAUTH command for any mailbox they could name, even without read access on it. This would allow reading mail from mailboxes...

3.5CVSS5.3AI score0.00179EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/17 12:56 p.m.6 views

SUSE CVE-2026-47087

An issue was discovered in cyrus-imapd in Cyrus IMAP through 3.12.2. URLAUTH does not honor revoked authorizer access. A URLAUTH URL minted while the authorizer had access continued to work after that access was revoked...

3.5CVSS5.3AI score0.00192EPSS
SaveExploits0References3
Total number of security vulnerabilities62939