Lucene search
+L
SusecveMost viewed

66349 matches found

SUSE CVE
SUSE CVE
•added 2024/05/21 2:01 a.m.•18 views

SUSE CVE-2023-52697

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: sofsdwrtsdcajackcommon: ctx-headsetcodecdev = NULL sofsdwrtsdcajackexit are used by different codecs, and some of them use the same dai name. For example, rt712 and rt713 both use "rt712-sdca-aif1" and...

5.5CVSS6.7AI score0.00209EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
•added 2024/05/21 2:00 a.m.•18 views

SUSE CVE-2024-27415

In the Linux kernel, the following vulnerability has been resolved: netfilter: bridge: confirm multicast packets before passing them up the stack conntrack nfconfirm logic cannot handle cloned skbs referencing the same nfconn entry, which will happen for multicast broadcast frames on bridges...

6.5CVSS6.8AI score0.00252EPSS
SaveExploits0References22
SUSE CVE
SUSE CVE
•added 2024/05/21 2:00 a.m.•18 views

SUSE CVE-2024-27417

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix potential "struct net" leak in inet6rtmgetaddr It seems that if userspace provides a correct IFATARGETNETNSID value but no IFAADDRESS and IFALOCAL attributes, inet6rtmgetaddr returns -EINVAL with an elevated "struct net...

5.5CVSS6.5AI score0.00239EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
•added 2024/05/21 2:00 a.m.•18 views

SUSE CVE-2024-35817

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: amdgputtmgartbind set gtt bound flag Otherwise after the GTT bo is released, the GTT and gart space is freed but amdgputtmbackendunbind will not clear the gart page table entry and leave valid mapping entry pointing t...

7.8CVSS6.3AI score0.0024EPSS
SaveExploits0References69
SUSE CVE
SUSE CVE
•added 2024/05/21 1:59 a.m.•18 views

SUSE CVE-2024-35893

In the Linux kernel, the following vulnerability has been resolved: net/sched: actskbmod: prevent kernel-infoleak syzbot found that tcfskbmoddump was copying four bytes from kernel stack to user space 1. The issue here is that 'struct tcskbmod' has a four bytes hole. We need to clear the structur...

5.5CVSS6AI score0.00234EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
•added 2024/05/21 1:59 a.m.•18 views

SUSE CVE-2024-35895

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Prevent lock inversion deadlock in map delete elem syzkaller started using corpuses where a BPF tracing program deletes elements from a sockmap/sockhash map. Because BPF tracing programs can be invoked from any...

5.5CVSS6.4AI score0.00182EPSS
SaveExploits0References24
SUSE CVE
SUSE CVE
•added 2024/05/21 1:58 a.m.•18 views

SUSE CVE-2024-35958

In the Linux kernel, the following vulnerability has been resolved: net: ena: Fix incorrect descriptor free behavior ENA has two types of TX queues: - queues which only process TX packets arriving from the network stack - queues which only process TX packets forwarded to it by XDPREDIRECT or XDPT...

5.5CVSS6.5AI score0.00259EPSS
SaveExploits0References19
SUSE CVE
SUSE CVE
•added 2024/05/21 1:58 a.m.•18 views

SUSE CVE-2024-35982

In the Linux kernel, the following vulnerability has been resolved: batman-adv: Avoid infinite loop trying to resize local TT If the MTU of one of an attached interface becomes too small to transmit the local translation table then it must be resized to fit inside all fragments when enabled or a...

5.5CVSS6.4AI score0.00261EPSS
SaveExploits0References19
SUSE CVE
SUSE CVE
•added 2024/05/18 2:48 a.m.•18 views

SUSE CVE-2023-52661

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: rgb: Fix missing clkput in the error handling paths of tegradcrgbprobe If clkgetsys..., "plld2out0" fails, the clkgetsys call must be undone. Add the missing clkput and a new 'putplldout0' label in the error handling...

3.3CVSS6.3AI score0.00225EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
•added 2024/05/18 2:46 a.m.•18 views

SUSE CVE-2024-27410

In the Linux kernel, the following vulnerability has been resolved: wifi: nl80211: reject iftype change with mesh ID change It's currently possible to change the mesh ID when the interface isn't yet in mesh mode, at the same time as changing it into mesh mode. This leads to an overwrite of data i...

5.5CVSS6.4AI score0.00257EPSS
SaveExploits0References19
SUSE CVE
SUSE CVE
•added 2024/05/18 2:46 a.m.•18 views

SUSE CVE-2024-27413

In the Linux kernel, the following vulnerability has been resolved: efi/capsule-loader: fix incorrect allocation size gcc-14 notices that the allocation with sizeofvoid on 32-bit architectures is not enough for a 64-bit physaddrt: drivers/firmware/efi/capsule-loader.c: In function 'eficapsuleopen...

7CVSS6.4AI score0.00246EPSS
SaveExploits0References22
SUSE CVE
SUSE CVE
•added 2024/05/17 2:56 a.m.•18 views

SUSE CVE-2024-4948

Use after free in Dawn in Google Chrome prior to 125.0.6422.60 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. Chromium security severity: High...

6.5CVSS9.2AI score0.00955EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
•added 2024/05/14 3:34 a.m.•18 views

SUSE CVE-2023-52655

In the Linux kernel, the following vulnerability has been resolved: usb: aqc111: check packet for fixup for true limit If a device sends a packet that is inbetween 0 and sizeofu64 the value passed to skbtrim as length will wrap around ending up as some very large value. The driver will then proce...

6.6CVSS6.2AI score0.00274EPSS
SaveExploits0References21
SUSE CVE
SUSE CVE
•added 2024/05/03 2:09 a.m.•18 views

SUSE CVE-2024-27003

In the Linux kernel, the following vulnerability has been resolved: clk: Get runtime PM before walking tree for clksummary Similar to the previous commit, we should make sure that all devices are runtime resumed before printing the clksummary through debugfs. Failure to do so would result in a...

3.3CVSS6.7AI score0.00174EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
•added 2024/04/15 11:12 p.m.•18 views

SUSE CVE-2024-26798

In the Linux kernel, the following vulnerability has been resolved: fbcon: always restore the old font data in fbcondosetfont Commit a5a923038d70 fbdev: fbcon: Properly revert changes when vcresize failed started restoring old font data upon failure of vcresize. But it performs so only for user...

5.5CVSS6.2AI score0.00327EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
•added 2024/04/12 2:21 a.m.•18 views

SUSE CVE-2021-47184

In the Linux kernel, the following vulnerability has been resolved: i40e: Fix NULL ptr dereference on VSI filter sync Remove the reason of null pointer dereference in sync VSI filters. Added new I40EVSIRELEASING flag to signalize deleting and releasing of VSI resources to sync this thread with sy...

5.5CVSS7.5AI score0.00248EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
•added 2024/04/10 2:16 a.m.•18 views

SUSE CVE-2024-26697

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix data corruption in dsync block recovery for small block sizes The helper function nilfsrecoverycopyblock of nilfsrecoverydsyncblocks, which recovers data from logs created by data sync writes during a mount after an...

5.5CVSS6.5AI score0.00243EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
•added 2024/04/09 2:29 a.m.•18 views

SUSE CVE-2024-26684

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: xgmac: fix handling of DPP safety error for DMA channels Commit 56e58d6c8a56 "net: stmmac: Implement Safety Features in XGMAC core" checks and reports safety errors, but leaves the Data Path Parity Errors for each...

5.5CVSS6.7AI score0.00223EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
•added 2024/04/05 2:23 a.m.•18 views

SUSE CVE-2023-45288

An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request's headers exceed MaxHeaderBytes, no...

5.3CVSS8.8AI score0.91969EPSS
SaveExploits1References70
SUSE CVE
SUSE CVE
•added 2024/04/05 2:21 a.m.•18 views

SUSE CVE-2024-26659

In the Linux kernel, the following vulnerability has been resolved: xhci: handle isoc Babble and Buffer Overrun events properly xHCI 4.9 explicitly forbids assuming that the xHC has released its ownership of a multi-TRB TD when it reports an error on one of the early TRBs. Yet the driver makes su...

5.5CVSS6.6AI score0.0024EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
•added 2024/03/27 4:26 a.m.•18 views

SUSE CVE-2021-47146

In the Linux kernel, the following vulnerability has been resolved: mld: fix panic in mldnewpack mldnewpack doesn't allow to allocate high order page, only order-0 allocation is allowed. If headroom size is too large, a kernel panic could occur in skbput. Test commands: ip netns del A ip netns de...

5.5CVSS6.2AI score0.00238EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
•added 2024/03/19 3:50 a.m.•18 views

SUSE CVE-2021-47112

In the Linux kernel, the following vulnerability has been resolved: x86/kvm: Teardown PV features on boot CPU as well Various PV features Async PF, PV EOI, steal time work through memory shared with hypervisor and when we restore from hibernation we must properly teardown all these features to ma...

3.3CVSS7.8AI score0.00247EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
•added 2024/03/14 4:12 a.m.•18 views

SUSE CVE-2024-2400

Use after free in Performance Manager in Google Chrome prior to 122.0.6261.128 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. Chromium security severity: High...

8.8CVSS9.2AI score0.00706EPSS
SaveExploits1References4
SUSE CVE
SUSE CVE
•added 2024/03/06 4:34 a.m.•18 views

SUSE CVE-2023-52503

In the Linux kernel, the following vulnerability has been resolved: tee: amdtee: fix use-after-free vulnerability in amdteeclosesession There is a potential race condition in amdteeclosesession that may cause use-after-free in amdteeopensession. For instance, if a session has refcount == 1, and o...

4.5CVSS6.3AI score0.00258EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
•added 2024/03/05 4:49 a.m.•18 views

SUSE CVE-2021-47074

In the Linux kernel, the following vulnerability has been resolved: nvme-loop: fix memory leak in nvmeloopcreatectrl When creating loop ctrl in nvmeloopcreatectrl, if nvmeinitctrl fails, the loop ctrl should be freed before jumping to the "out" label...

3.3CVSS6.2AI score0.00235EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
•added 2024/03/05 4:39 a.m.•18 views

SUSE CVE-2022-48628

In the Linux kernel, the following vulnerability has been resolved: ceph: drop messages from MDS when unmounting When unmounting all the dirty buffers will be flushed and after the last osd request is finished the last reference of the icount will be released. Then it will flush the dirty cap/sna...

4.4CVSS5.8AI score0.00235EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
•added 2024/03/05 4:31 a.m.•18 views

SUSE CVE-2023-52501

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Do not attempt to read past "commit" When iterating over the ring buffer while the ring buffer is active, the writer can corrupt the reader. There's barriers to help detect this and handle it, but that code missed th...

5.5CVSS6.5AI score0.00232EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
•added 2024/02/27 3:56 a.m.•18 views

SUSE CVE-2023-52462

In the Linux kernel, the following vulnerability has been resolved: bpf: fix check for attempt to corrupt spilled pointer When register is spilled onto a stack as a 1/2/4-byte register, we set slottypeBPFREGSIZE - 1 plus potentially few more below it, depending on actual spill size. So to check i...

4.4CVSS6.3AI score0.00226EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
•added 2024/02/24 3:17 a.m.•18 views

SUSE CVE-2023-52443

In the Linux kernel, the following vulnerability has been resolved: apparmor: avoid crash when parsed profile name is empty When processing a packed profile in unpackprofile described like "profile :ns::samba-dcerpcd /usr/lib/samba/,samba/samba-dcerpcd ..." a string ":samba-dcerpcd" is unpacked a...

5.5CVSS6.2AI score0.0024EPSS
SaveExploits0References15
SUSE CVE
SUSE CVE
•added 2024/02/11 3:54 a.m.•18 views

SUSE CVE-2024-24819

icingaweb2-module-incubator is a working project of bleeding edge Icinga Web 2 libraries. In affected versions the class gipfl\Web\Form is the base for various concrete form implementations 1 and provides protection against cross site request forgery CSRF by default. This is done by automatically...

8.8CVSS6.7AI score0.0026EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2023/12/19 12:08 a.m.•18 views

SUSE CVE-2023-24023

Bluetooth BR/EDR devices with Secure Simple Pairing and Secure Connections pairing in Bluetooth Core Specification 4.2 through 5.4 allow certain man-in-the-middle attacks that force a short key length, and might lead to discovery of the encryption key and live injection, aka BLUFFS...

6.8CVSS6.8AI score0.01297EPSS
SaveExploits1References14
SUSE CVE
SUSE CVE
•added 2023/08/24 2:24 a.m.•18 views

SUSE CVE-2023-4429

Use after free in Loader in Google Chrome prior to 116.0.5845.110 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. Chromium security severity: High...

8.8CVSS9.2AI score0.00922EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2023/07/25 2:19 a.m.•18 views

SUSE CVE-2023-3609

A use-after-free vulnerability in the Linux kernel's net/sched: clsu32 component can be exploited to achieve local privilege escalation. If tcfchangeindev fails, u32setparms will immediately return an error after incrementing or decrementing the reference counter in tcfbindfilter. If an attacker...

7CVSS6.7AI score0.00454EPSS
SaveExploits1References47
SUSE CVE
SUSE CVE
•added 2023/06/06 2:15 a.m.•18 views

SUSE CVE-2023-30798

There MultipartParser usage in Encode's Starlette python framework before versions 0.25.0 allows an unauthenticated and remote attacker to specify any number of form fields or files which can cause excessive memory usage resulting in denial of service of the HTTP service...

7.5CVSS7AI score0.01299EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2023/02/15 6:21 a.m.•18 views

SUSE CVE-2002-2437

The JavaScript implementation in Mozilla Firefox before 4.0, Thunderbird before 3.3, and SeaMonkey before 2.1 does not properly restrict the set of values contained in the object returned by the getComputedStyle method, which allows remote attackers to obtain sensitive information about visited w...

5CVSS6.4AI score0.01224EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
•added 2023/02/15 6:21 a.m.•18 views

SUSE CVE-2003-0432

Ethereal 0.9.12 and earlier does not handle certain strings properly, with unknown consequences, in the 1 BGP, 2 WTP, 3 DNS, 4 802.11, 5 ISAKMP, 6 WSP, 7 CLNP, 8 ISIS, and 9 RMI dissectors...

10CVSS6.9AI score0.02261EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2023/02/15 6:20 a.m.•18 views

SUSE CVE-2004-0644

The asn1bufskiptail function in the ASN.1 decoder library for MIT Kerberos 5 krb5 1.2.2 through 1.3.4 allows remote attackers to cause a denial of service infinite loop via a certain BER encoding...

5CVSS8.8AI score0.05585EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2023/02/15 6:13 a.m.•18 views

SUSE CVE-2006-6737

Unspecified vulnerability in Sun Java Development Kit JDK and Java Runtime Environment JRE 5.0 Update 5 and earlier, Java System Development Kit SDK and JRE 1.4.210 and earlier 1.4.x versions, and SDK and JRE 1.3.118 and earlier allows attackers to use untrusted applets to "access data in other...

4.3CVSS6.8AI score0.02385EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
•added 2023/02/15 6:07 a.m.•18 views

SUSE CVE-2008-3077

arch/x86/kernel/ptrace.c in the Linux kernel before 2.6.25.10 on the x8664 platform leaks taskstruct references into the sys32ptrace function, which allows local users to cause a denial of service system crash or have unspecified other impact via unknown vectors, possibly a use-after-free...

4.9CVSS6.8AI score0.00398EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
•added 2023/02/15 6:07 a.m.•18 views

SUSE CVE-2008-4297

Mercurial before 1.0.2 does not enforce the allowpull permission setting for a pull operation from hgweb, which allows remote attackers to read arbitrary files from a repository via an "hg pull" request...

5CVSS6.9AI score0.02695EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2023/02/15 6:05 a.m.•18 views

SUSE CVE-2008-7219

Horde Kronolith H3 2.1 before 2.1.7 and 2.2 before 2.2-RC2; Nag H3 2.1 before 2.1.4 and 2.2 before 2.2-RC2; Mnemo H3 2.1 before 2.1.2 and H3 2.2 before 2.2-RC2; Groupware 1.0 before 1.0.3 and 1.1 before 1.1-RC2; and Groupware Webmail Edition 1.0 before 1.0.4 and 1.1 before 1.1-RC2 does not valida...

10CVSS7AI score0.02744EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2023/02/15 6:01 a.m.•18 views

SUSE CVE-2010-0089

Unspecified vulnerability in the Java Web Start, Java Plug-in component in Oracle Java SE and Java for Business 6 Update 18, 5.0 Update 23, and 1.4.225 allows remote attackers to affect availability via unknown vectors...

5CVSS8.2AI score0.03361EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
•added 2023/02/15 6:00 a.m.•18 views

SUSE CVE-2010-0095

Unspecified vulnerability in the Java Runtime Environment component in Oracle Java SE and Java for Business 6 Update 18, 5.0 Update 23, and 1.4.225 allows remote attackers to affect confidentiality, integrity, and availability via unknown vectors, a different vulnerability than CVE-2010-0093...

6.8CVSS8.3AI score0.03036EPSS
SaveExploits0References15
SUSE CVE
SUSE CVE
•added 2023/02/15 6:00 a.m.•18 views

SUSE CVE-2010-0839

Unspecified vulnerability in the Sound component in Oracle Java SE and Java for Business 6 Update 18, 5.0 Update 23, 1.4.225, and 1.3.127 allows remote attackers to affect confidentiality, integrity, and availability via unknown vectors...

7.5CVSS8.2AI score0.03538EPSS
SaveExploits4References12
SUSE CVE
SUSE CVE
•added 2023/02/15 6:00 a.m.•18 views

SUSE CVE-2010-0887

Unspecified vulnerability in the New Java Plug-in component in Oracle Java SE and Java for Business JDK and JRE 6 Update 18 and 19 allows remote attackers to affect confidentiality, integrity, and availability via unknown vectors...

10CVSS6.6AI score0.09428EPSS
SaveExploits10References4
SUSE CVE
SUSE CVE
•added 2023/02/15 5:59 a.m.•18 views

SUSE CVE-2010-1423

Argument injection vulnerability in the URI handler in a Java NPAPI plugin and b Java Deployment Toolkit in Java 6 Update 10, 19, and other versions, when running on Windows and possibly on Linux, allows remote attackers to execute arbitrary code via the 1 -J or 2 -XXaltjvm argument to javaws.exe...

9.3CVSS8.4AI score0.5558EPSS
SaveExploits2References3
SUSE CVE
SUSE CVE
•added 2023/02/15 5:57 a.m.•18 views

SUSE CVE-2010-3550

Unspecified vulnerability in the Java Web Start component in Oracle Java SE and Java for Business 6 Update 21 and 5.0 Update 25 allows remote attackers to affect confidentiality, integrity, and availability via unknown vectors...

9.3CVSS6.6AI score0.04427EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
•added 2023/02/15 5:53 a.m.•18 views

SUSE CVE-2011-1344

Use-after-free vulnerability in WebKit, as used in Apple Safari before 5.0.5; iOS before 4.3.2 for iPhone, iPod, and iPad; iOS before 4.2.7 for iPhone 4 CDMA; and possibly other products allows remote attackers to execute arbitrary code by adding children to a WBR tag and then removing the tag,...

6.8CVSS7.7AI score0.05916EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
•added 2023/02/15 5:50 a.m.•18 views

SUSE CVE-2011-3416

The Forms Authentication feature in the ASP.NET subsystem in Microsoft .NET Framework 1.1 SP1, 2.0 SP2, 3.5 SP1, 3.5.1, and 4.0 allows remote authenticated users to obtain access to arbitrary user accounts via a crafted username, aka "ASP.Net Forms Authentication Bypass Vulnerability."...

8.5CVSS6.3AI score0.43691EPSS
SaveExploits2References3
SUSE CVE
SUSE CVE
•added 2023/02/15 5:48 a.m.•18 views

SUSE CVE-2012-1145

spacewalk-backend in Red Hat Network Satellite 5.4 on Red Hat Enterprise Linux 6 does not properly authorize or authenticate uploads to the NULL organization when modwsgi is used, which allows remote attackers to cause a denial of service /var partition disk consumption and failed updates via a...

5CVSS6.9AI score0.03016EPSS
SaveExploits0References6
Total number of security vulnerabilities5000