Lucene search
K
SusecveRecent

58583 matches found

SUSE CVE
SUSE CVE
•added 2025/10/01 11:23 p.m.•2 views

SUSE CVE-2025-39908

In the Linux kernel, the following vulnerability has been resolved: net: devioctl: take ops lock in hwtstamp lower paths ndo hwtstamp callbacks are expected to run under the per-device ops lock. Make the lower get/set paths consistent with the rest of ndo invocations. Kernel log: WARNING: CPU: 13...

5.5CVSS6.4AI score0.00116EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/01 11:23 p.m.•2 views

SUSE CVE-2025-39909

In the Linux kernel, the following vulnerability has been resolved: mm/damon/lrusort: avoid divide-by-zero in damonlrusortapplyparameters Patch series "mm/damon: avoid divide-by-zero in DAMON module's parameters application". DAMON's RECLAIM and LRUSORT modules perform no validation on...

5.5CVSS6.5AI score0.00134EPSS
Exploits0References9
SUSE CVE
SUSE CVE
•added 2025/10/01 11:23 p.m.•2 views

SUSE CVE-2025-39910

In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc, mm/kasan: respect gfp mask in kasanpopulatevmalloc kasanpopulatevmalloc and its helpers ignore the caller's gfpmask and always allocate memory using the hardcoded GFPKERNEL flag. This makes them inconsistent with...

5.5CVSS6.4AI score0.00091EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/01 11:23 p.m.•1 views

SUSE CVE-2025-39911

In the Linux kernel, the following vulnerability has been resolved: i40e: fix IRQ freeing in i40evsirequestirqmsix error path If requestirq in i40evsirequestirqmsix fails in an iteration later than the first, the error path wants to free the IRQs requested so far. However, it uses the wrong devid...

5.5CVSS6.7AI score0.00143EPSS
Exploits0References20
SUSE CVE
SUSE CVE
•added 2025/10/01 11:23 p.m.•1 views

SUSE CVE-2025-39912

In the Linux kernel, the following vulnerability has been resolved: nfs/localio: restore creds before releasing pageio data Otherwise if the nfsd filecache code releases the nfsdfile immediately, it can trigger the BUGONcred == current-cred in putcred when it puts the nfsdfile-nffile-f-cred...

5.5CVSS6.8AI score0.00132EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/01 11:22 p.m.•2 views

SUSE CVE-2025-39913

In the Linux kernel, the following vulnerability has been resolved: tcpbpf: Call skmsgfree when tcpbpfsendverdict fails to allocate psock-cork. syzbot reported the splat below. 0 The repro does the following: 1. Load a skmsg prog that calls bpfmsgcorkbytesmsg, corkbytes 2. Attach the prog to a...

5.5CVSS6.7AI score0.00167EPSS
Exploits2References22
SUSE CVE
SUSE CVE
•added 2025/10/01 11:22 p.m.•1 views

SUSE CVE-2025-39914

In the Linux kernel, the following vulnerability has been resolved: tracing: Silence warning when chunk allocation fails in tracepidwrite Syzkaller trigger a fault injection warning: WARNING: CPU: 1 PID: 12326 at tracepointaddfunc+0xbfc/0xeb0 Modules linked in: CPU: 1 UID: 0 PID: 12326 Comm:...

5.5CVSS6.7AI score0.00151EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/01 11:22 p.m.•2 views

SUSE CVE-2025-39915

In the Linux kernel, the following vulnerability has been resolved: net: phy: transfer phyconfiginband locking responsibility to phylink Problem description =================== Lockdep reports a possible circular locking dependency AB/BA between &pl-statemutex and &phy-lock, as follows...

5.5CVSS6.2AI score0.00091EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/01 11:22 p.m.•1 views

SUSE CVE-2025-39916

In the Linux kernel, the following vulnerability has been resolved: mm/damon/reclaim: avoid divide-by-zero in damonreclaimapplyparameters When creating a new scheme of DAMONRECLAIM, the calculation of 'minageregion' uses 'aggrinterval' as the divisor, which may lead to division-by-zero errors. Fi...

5.5CVSS6.5AI score0.00134EPSS
Exploits0References9
SUSE CVE
SUSE CVE
•added 2025/10/01 11:22 p.m.•2 views

SUSE CVE-2025-39917

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix out-of-bounds dynptr write in bpfcryptocrypt Stanislav reported that in bpfcryptocrypt the destination dynptr's size is not validated to be at least as large as the source dynptr's size before calling into the crypto...

4.4CVSS6.5AI score0.00139EPSS
Exploits0References7
SUSE CVE
SUSE CVE
•added 2025/10/01 11:22 p.m.•4 views

SUSE CVE-2025-39918

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: fix linked list corruption Never leave scheduled wcid entries on the temporary on-stack list...

4.3CVSS6.6AI score0.00132EPSS
Exploits0References11
SUSE CVE
SUSE CVE
•added 2025/10/01 11:22 p.m.•2 views

SUSE CVE-2025-39919

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: add missing check for rx wcid entries Non-station wcid entries must not be passed to the rx functions. In case of the global wcid entry, it could even lead to corruption in the wcid array due to pointer being...

5.5CVSS6.5AI score0.00117EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/01 11:22 p.m.•2 views

SUSE CVE-2025-39920

In the Linux kernel, the following vulnerability has been resolved: pcmcia: Add error handling for addinterval in dovalidatemem In the dovalidatemem, the call to addinterval does not handle errors. If kmalloc fails in addinterval, it could result in a null pointer being inserted into the linked...

5.5CVSS6.5AI score0.00149EPSS
Exploits0References15
SUSE CVE
SUSE CVE
•added 2025/10/01 11:22 p.m.•3 views

SUSE CVE-2025-39921

In the Linux kernel, the following vulnerability has been resolved: spi: microchip-core-qspi: stop checking viability of op-maxfreq in supportsop callback In commit 13529647743d9 "spi: microchip-core-qspi: Support per spi-mem operation frequency switches" the logic for checking the viability of...

5.5CVSS6.4AI score0.00116EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/01 11:22 p.m.•2 views

SUSE CVE-2025-39922

In the Linux kernel, the following vulnerability has been resolved: ixgbe: fix incorrect map used in eee linkmode incorrectly used ixgbelpmap in loops intended to populate the supported and advertised EEE linkmode bitmaps based on ixgbelsmap. This results in incorrect bit setting and potential...

6.6CVSS6.6AI score0.00134EPSS
Exploits0References12
SUSE CVE
SUSE CVE
•added 2025/10/01 11:22 p.m.•7 views

SUSE CVE-2025-39923

In the Linux kernel, the following vulnerability has been resolved: dmaengine: qcom: bamdma: Fix DT error handling for num-channels/ees When we don't have a clock specified in the device tree, we have no way to ensure the BAM is on. This is often the case for remotely-controlled or remotely-power...

6.1CVSS6.2AI score0.00137EPSS
Exploits0References22
SUSE CVE
SUSE CVE
•added 2025/10/01 11:22 p.m.•1 views

SUSE CVE-2025-39924

In the Linux kernel, the following vulnerability has been resolved: erofs: fix invalid algorithm for encoded extents The current algorithm sanity checks do not properly apply to new encoded extents. Unify the algorithm check with ZEROFSCOMPRESSIONRUNTIMEMAX and ensure consistency with...

5.5CVSS6.5AI score0.00116EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/01 11:22 p.m.•1 views

SUSE CVE-2025-39925

In the Linux kernel, the following vulnerability has been resolved: can: j1939: implement NETDEVUNREGISTER notification handler syzbot is reporting unregisternetdevice: waiting for vcan0 to become free. Usage count = 2 problem, for j1939 protocol did not have NETDEVUNREGISTER notification handler...

5.5CVSS6.5AI score0.00117EPSS
Exploits0References23
SUSE CVE
SUSE CVE
•added 2025/10/01 11:22 p.m.•1 views

SUSE CVE-2025-39926

In the Linux kernel, the following vulnerability has been resolved: genetlink: fix genlbind invoking bind after -EPERM Per family bind/unbind callbacks were introduced to allow families to track multicast group consumer presence, e.g. to start or stop producing events depending on listeners...

6.3CVSS6.5AI score0.00132EPSS
Exploits0References9
SUSE CVE
SUSE CVE
•added 2025/10/01 11:22 p.m.•1 views

SUSE CVE-2025-39927

In the Linux kernel, the following vulnerability has been resolved: ceph: fix race condition validating rparent before applying state Add validation to ensure the cached parent directory inode matches the directory info in MDS replies. This prevents client-side race conditions where concurrent...

5.3CVSS6.2AI score0.00097EPSS
Exploits0References7
SUSE CVE
SUSE CVE
•added 2025/10/01 11:22 p.m.•1 views

SUSE CVE-2025-39928

In the Linux kernel, the following vulnerability has been resolved: i2c: rtl9300: ensure data length is within supported range Add an explicit check for the xfer length to 'rtl9300i2cconfigxfer' to ensure the data length isn't within the supported range. In particular a data length of 0 is not...

5.5CVSS6.6AI score0.00116EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/01 11:22 p.m.•1 views

SUSE CVE-2025-55191

Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. Versions between 2.1.0 and 2.14.19, 3.2.0-rc1, 3.1.0-rc1 through 3.1.7, and 3.0.0-rc1 through 3.0.18 contain a race condition in the repository credentials handler that can cause the Argo CD server to panic and crash when...

5.3CVSS6.7AI score0.00431EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/01 11:22 p.m.•1 views

SUSE CVE-2025-55559

An issue was discovered TensorFlow v2.18.0. A Denial of Service DoS occurs when padding is set to 'valid' in tf.keras.layers.Conv2D...

7.5CVSS7AI score0.00199EPSS
Exploits1References3
SUSE CVE
SUSE CVE
•added 2025/10/01 11:22 p.m.•2 views

SUSE CVE-2025-59044

Himmelblau is an interoperability suite for Microsoft Azure Entra ID and Intune. Himmelblau 0.9.x derives numeric GIDs for Entra ID groups from the group display name when himmelblau.conf idattrmap = name the default configuration. Because Microsoft Entra ID allows multiple groups with the same...

7.1CVSS6.6AI score0.00132EPSS
Exploits0References4
SUSE CVE
SUSE CVE
•added 2025/09/30 11:24 p.m.•1 views

SUSE CVE-2025-9230

Issue summary: An application trying to decrypt CMS messages encrypted using password based encryption can trigger an out-of-bounds read and write. Impact summary: This out-of-bounds read may trigger a crash which leads to Denial of Service for an application. The out-of-bounds write can cause a...

7.5CVSS7.2AI score0.0177EPSS
Exploits0References37
SUSE CVE
SUSE CVE
•added 2025/09/30 11:24 p.m.•2 views

SUSE CVE-2025-9648

A vulnerability in the CivetWeb library's function mghandleformrequest allows remote attackers to trigger a denial of service DoS condition. By sending a specially crafted HTTP POST request containing a null byte in the payload, the server enters an infinite loop during form data parsing. Multipl...

8.7CVSS6.5AI score0.00711EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/09/30 11:24 p.m.•1 views

SUSE CVE-2025-11152

Sandbox escape due to integer overflow in the Graphics: Canvas2D component. This vulnerability was fixed in Firefox 143.0.3...

8.6CVSS7.3AI score0.00246EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/09/30 11:24 p.m.•1 views

SUSE CVE-2025-11153

JIT miscompilation in the JavaScript Engine: JIT component. This vulnerability was fixed in Firefox 143.0.3...

7.5CVSS7.1AI score0.00212EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/09/30 11:23 p.m.•5 views

SUSE CVE-2025-41244

VMware Aria Operations and VMware Tools contain a local privilege escalation vulnerability. A malicious local actor with non-administrative privileges having access to a VM with VMware Tools installed and managed by Aria Operations with SDMP enabled may exploit this vulnerability to escalate...

7.8CVSS8.8AI score0.07606EPSS
Exploits3References15
SUSE CVE
SUSE CVE
•added 2025/09/30 11:22 p.m.•1 views

SUSE CVE-2025-61659

bash-git-prompt 2.6.1 through 2.7.1 insecurely uses the /tmp/git-index-private$$ file, which has a predictable name...

6.8CVSS7AI score0.00129EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/09/29 11:25 p.m.•2 views

SUSE CVE-2025-11065

A flaw was found in github.com/go-viper/mapstructure/v2, in the field processing component using mapstructure.WeakDecode. This vulnerability allows information disclosure through detailed error messages that may leak sensitive input values via malformed user-supplied data processed in...

4.5CVSS5.8AI score0.00357EPSS
Exploits0References13
SUSE CVE
SUSE CVE
•added 2025/09/29 11:25 p.m.•3 views

SUSE CVE-2025-11081

A vulnerability was detected in GNU Binutils 2.45. This issue affects the function dumpdwarfsection of the file binutils/objdump.c. Performing manipulation results in out-of-bounds read. The attack is only possible with local access. The exploit is now public and may be used. The patch is named...

5.5CVSS3.9AI score0.00184EPSS
Exploits1References3
SUSE CVE
SUSE CVE
•added 2025/09/29 11:25 p.m.•2 views

SUSE CVE-2025-11083

A vulnerability has been found in GNU Binutils 2.45. The affected element is the function elfswapshdr in the library bfd/elfcode.h of the component Linker. The manipulation leads to heap-based buffer overflow. The attack must be carried out locally. The exploit has been disclosed to the public an...

5.3CVSS5.5AI score0.0023EPSS
Exploits1References17
SUSE CVE
SUSE CVE
•added 2025/09/29 11:24 p.m.•3 views

SUSE CVE-2025-46148

In PyTorch through 2.6.0, when eager is used, nn.PairwiseDistancep=2 produces incorrect results...

5.3CVSS7AI score0.00366EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/09/29 11:24 p.m.•2 views

SUSE CVE-2025-46149

In PyTorch before 2.7.0, when inductor is used, nn.Fold has an assertion error...

5.3CVSS7.7AI score0.00331EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/09/29 11:23 p.m.•3 views

SUSE CVE-2025-46150

In PyTorch before 2.7.0, when torch.compile is used, FractionalMaxPool2d has inconsistent results...

5.3CVSS7.7AI score0.00351EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/09/29 11:23 p.m.•2 views

SUSE CVE-2025-46153

PyTorch before 3.7.0 has a bernoullip decompose function in decompositions.py even though it lacks full consistency with the eager CPU implementation, negatively affecting nn.Dropout1d, nn.Dropout2d, and nn.Dropout3d for fallbackrandom=True...

5.3CVSS7.6AI score0.00382EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/09/29 11:23 p.m.•2 views

SUSE CVE-2025-55552

pytorch v2.8.0 was discovered to display unexpected behavior when the components torch.rot90 and torch.randnlike are used together...

7.5CVSS7.8AI score0.00381EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/09/29 11:23 p.m.•2 views

SUSE CVE-2025-55553

A syntax error in the component proxytensor.py of pytorch v2.7.0 allows attackers to cause a Denial of Service DoS...

7.5CVSS7.5AI score0.00372EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/09/29 11:23 p.m.•2 views

SUSE CVE-2025-55554

pytorch v2.8.0 was discovered to contain an integer overflow in the component torch.nantonum-.long...

5.3CVSS7.6AI score0.00287EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/09/29 11:23 p.m.•1 views

SUSE CVE-2025-55557

A Name Error occurs in pytorch v2.7.0 when a PyTorch model consists of torch.cummin and is compiled by Inductor, leading to a Denial of Service DoS...

7.5CVSS7.5AI score0.00372EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/09/29 11:23 p.m.•2 views

SUSE CVE-2025-59362

Squid through 7.1 mishandles ASN.1 encoding of long SNMP OIDs. This occurs in asnbuildobjid in lib/snmplib/asn1.c...

7.5CVSS7AI score0.00354EPSS
Exploits1References8
SUSE CVE
SUSE CVE
•added 2025/09/29 11:23 p.m.•1 views

SUSE CVE-2025-59842

jupyterlab is an extensible environment for interactive and reproducible computing, based on the Jupyter Notebook Architecture. Prior to version 4.4.8, links generated with LaTeX typesetters in Markdown files and Markdown cells in JupyterLab and Jupyter Notebook did not include the noopener...

4.3CVSS6.9AI score0.00205EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/09/26 11:36 p.m.•1 views

SUSE CVE-2025-10911

A use-after-free vulnerability was found in libxslt while parsing xsl nodes that may lead to the dereference of expired pointers and application crash...

5.5CVSS6.9AI score0.00139EPSS
Exploits0References22
SUSE CVE
SUSE CVE
•added 2025/09/26 11:36 p.m.•1 views

SUSE CVE-2025-10990

A flaw was found in REXML. A remote attacker could exploit inefficient regular expression regex parsing when processing hex numeric character references &x...; in XML documents. This could lead to a Regular Expression Denial of Service ReDoS, impacting the availability of the affected component...

7.5CVSS7.3AI score0.00417EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/09/26 11:35 p.m.•1 views

SUSE CVE-2025-10994

A weakness has been identified in Open Babel up to 3.1.1. This affects the function GAMESSOutputFormat::ReadMolecule of the file gamessformat.cpp. This manipulation causes use after free. It is possible to launch the attack on the local host. The exploit has been made available to the public and...

7.8CVSS4.9AI score0.0019EPSS
Exploits1References3
SUSE CVE
SUSE CVE
•added 2025/09/26 11:35 p.m.•1 views

SUSE CVE-2025-10995

A security vulnerability has been detected in Open Babel up to 3.1.1. This vulnerability affects the function zlibstream::basicunzipstreambuf::underflow in the library /src/zipstreamimpl.h. Such manipulation leads to memory corruption. Local access is required to approach this attack. The exploit...

7.8CVSS5.1AI score0.00196EPSS
Exploits1References3
SUSE CVE
SUSE CVE
•added 2025/09/26 11:35 p.m.•2 views

SUSE CVE-2025-10996

A vulnerability was detected in Open Babel up to 3.1.1. This issue affects the function OBSmilesParser::ParseSmiles of the file /src/formats/smilesformat.cpp. Performing manipulation results in heap-based buffer overflow. The attack needs to be approached locally. The exploit is now public and ma...

7.8CVSS5.4AI score0.00217EPSS
Exploits1References3
SUSE CVE
SUSE CVE
•added 2025/09/26 11:35 p.m.•1 views

SUSE CVE-2025-10997

A flaw has been found in Open Babel up to 3.1.1. Impacted is the function ChemKinFormat::CheckSpecies of the file /src/formats/chemkinformat.cpp. Executing manipulation can lead to heap-based buffer overflow. The attack can only be executed locally. The exploit has been published and may be used...

7.8CVSS5.2AI score0.00217EPSS
Exploits1References3
SUSE CVE
SUSE CVE
•added 2025/09/26 11:35 p.m.•2 views

SUSE CVE-2025-10998

A vulnerability has been found in Open Babel up to 3.1.1. The affected element is the function ChemKinFormat::ReadReactionQualifierLines of the file /src/formats/chemkinformat.cpp. The manipulation leads to null pointer dereference. The attack can only be performed from a local environment. The...

5.5CVSS3.8AI score0.00182EPSS
Exploits1References3
Total number of security vulnerabilities58583