Lucene search
K
DebiancveRecent

59496 matches found

Debian CVE
Debian CVE
•added 2025/10/22 1:23 p.m.•3 views

CVE-2022-50570

In the Linux kernel, the following vulnerability has been resolved: platform/chrome: fix memory corruption in ioctl If "smem.bytes" is larger than the buffer size it leads to memory corruption...

5.8AI score0.002EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/22 1:23 p.m.•2 views

CVE-2022-50569

In the Linux kernel, the following vulnerability has been resolved: xfrm: Update ipcompscratches with NULL when freed Currently if ipcompallocscratches fails to allocate memory ipcompscratches holds obsolete address. So when we try to free the percpu scratches using ipcompfreescratches it tries t...

5.4AI score0.00227EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/22 1:23 p.m.•5 views

CVE-2022-50568

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fhid: fix fhidg lifetime vs cdev The embedded struct cdev does not have its lifetime correctly tied to the enclosing struct fhidg, so there is a use-after-free if /dev/hidgN is held open while the gadget is deleted...

5.5AI score0.002EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/22 1:23 p.m.•2 views

CVE-2022-50567

In the Linux kernel, the following vulnerability has been resolved: fs: jfs: fix shift-out-of-bounds in dbAllocAG Syzbot found a crash : UBSAN: shift-out-of-bounds in dbAllocAG. The underlying bug is the missing check of bmp-dbagl2size. The field can be greater than 64 and trigger the...

5.4AI score0.00227EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/22 1:23 p.m.•4 views

CVE-2022-50565

In the Linux kernel, the following vulnerability has been resolved: wifi: plfxlc: fix potential memory leak in lfxusbenablerx urbs does not be freed in exception paths in lfxusbenablerx. That will trigger memory leak. To fix it, add kfree for urbs within "error" label. Compile tested only...

5.2AI score0.00193EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/22 1:23 p.m.•2 views

CVE-2022-50566

In the Linux kernel, the following vulnerability has been resolved: mtd: Fix device name leak when register device failed in addmtddevice There is a kmemleak when register device failed: unreferenced object 0xffff888101aab550 size 8: comm "insmod", pid 3922, jiffies 4295277753 age 925.408s hex du...

5.3AI score0.00229EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/22 1:23 p.m.•4 views

CVE-2022-50564

In the Linux kernel, the following vulnerability has been resolved: s390/netiucv: Fix return type of netiucvtx With clang's kernel control flow integrity kCFI, CONFIGCFICLANG, indirect call targets are validated against the expected function pointer prototype to make sure the call target is valid...

5.4AI score0.00227EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/22 1:23 p.m.•2 views

CVE-2022-50563

In the Linux kernel, the following vulnerability has been resolved: dm thin: Fix UAF in runtimersoftirq When dmresume and dmdestroy are concurrent, it will lead to UAF, as follows: BUG: KASAN: use-after-free in runtimers+0x173/0x710 Write of size 8 at addr ffff88816d9490f0 by task swapper/0/0 Cal...

5.4AI score0.00229EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/22 1:23 p.m.•2 views

CVE-2022-50562

In the Linux kernel, the following vulnerability has been resolved: tpm: acpi: Call acpiputtable to fix memory leak The start and length of the event log area are obtained from TPM2 or TCPA table, so we call acpigettable to get the ACPI information, but the acpigettable should be coupled with...

5.3AI score0.00197EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/22 1:23 p.m.•3 views

CVE-2022-50560

In the Linux kernel, the following vulnerability has been resolved: drm/meson: explicitly remove aggregate driver at module unload time Because componentmasterdel wasn't being called when unloading the mesondrm module, the aggregate device would linger forever in the global aggregatedevices list...

5.5AI score0.00195EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/22 1:23 p.m.•5 views

CVE-2022-50561

In the Linux kernel, the following vulnerability has been resolved: iio: fix memory leak in iiodeviceregistereventset When iiodeviceregistersysfsgroup returns failed, iiodeviceregistereventset needs to free attrs array. Otherwise, kmemleak would scan & report memory leak as below: unreferenced...

5.1AI score0.00195EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/22 1:23 p.m.•3 views

CVE-2022-50559

In the Linux kernel, the following vulnerability has been resolved: clk: imx: scu: fix memleak on platformdeviceadd fails No error handling is performed when platformdeviceadd fails. Add error processing before return, and modified the return value...

5.1AI score0.00195EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/22 1:23 p.m.•2 views

CVE-2022-50558

In the Linux kernel, the following vulnerability has been resolved: regmap-irq: Use the new numconfigregs property in regmapaddirqchipfwnode Commit faa87ce9196d "regmap-irq: Introduce config registers for irq types" added the numconfigregs, then commit 9edd4f5aee84 "regmap-irq: Deprecate type...

5.2AI score0.00193EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/22 1:23 p.m.•2 views

CVE-2022-50557

In the Linux kernel, the following vulnerability has been resolved: pinctrl: thunderbay: fix possible memory leak in thunderbaybuildfunctions The thunderbayaddfunctions will free memory of thunderbayfuncs when everything is ok, but thunderbayfuncs will not be freed when thunderbayaddfunctions...

5.2AI score0.00193EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/22 1:23 p.m.•2 views

CVE-2022-50556

In the Linux kernel, the following vulnerability has been resolved: drm: Fix potential null-ptr-deref due to drmmmodeconfiginit drmmmodeconfiginit will call drmmodecreatestandardproperties and won't check the ret value. When drmmodecreatestandardproperties failed due to alloc, property will be a...

5.3AI score0.00197EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/22 12:28 p.m.•6 views

CVE-2025-11411

NLnet Labs Unbound up to and including version 1.24.1 is vulnerable to possible domain hijack attacks. Promiscuous NS RRSets that complement positive DNS replies in the authority section can be used to trick resolvers to update their delegation information for the zone. Usually these RRSets are...

7.1CVSS8.7AI score0.00311EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/21 8:3 p.m.•4 views

CVE-2025-62592

Vulnerability in the Oracle VM VirtualBox product of Oracle Virtualization component: Core. Supported versions that are affected are 7.1.12 and 7.2.2. Easily exploitable vulnerability allows high privileged attacker with logon to the infrastructure where Oracle VM VirtualBox executes to compromis...

6CVSS6.9AI score0.00183EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/21 8:3 p.m.•4 views

CVE-2025-62641

Vulnerability in the Oracle VM VirtualBox product of Oracle Virtualization component: Core. Supported versions that are affected are 7.1.12 and 7.2.2. Easily exploitable vulnerability allows high privileged attacker with logon to the infrastructure where Oracle VM VirtualBox executes to compromis...

8.2CVSS7.3AI score0.00187EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/21 8:3 p.m.•4 views

CVE-2025-62590

Vulnerability in the Oracle VM VirtualBox product of Oracle Virtualization component: Core. Supported versions that are affected are 7.1.12 and 7.2.2. Easily exploitable vulnerability allows high privileged attacker with logon to the infrastructure where Oracle VM VirtualBox executes to compromis...

8.2CVSS7.3AI score0.00187EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/21 8:3 p.m.•4 views

CVE-2025-62591

Vulnerability in the Oracle VM VirtualBox product of Oracle Virtualization component: Core. Supported versions that are affected are 7.1.12 and 7.2.2. Easily exploitable vulnerability allows high privileged attacker with logon to the infrastructure where Oracle VM VirtualBox executes to compromis...

6CVSS6.2AI score0.00184EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/21 8:3 p.m.•3 views

CVE-2025-62589

Vulnerability in the Oracle VM VirtualBox product of Oracle Virtualization component: Core. Supported versions that are affected are 7.1.12 and 7.2.2. Easily exploitable vulnerability allows high privileged attacker with logon to the infrastructure where Oracle VM VirtualBox executes to compromis...

8.2CVSS7.3AI score0.00191EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/21 8:3 p.m.•4 views

CVE-2025-62587

Vulnerability in the Oracle VM VirtualBox product of Oracle Virtualization component: Core. Supported versions that are affected are 7.1.12 and 7.2.2. Easily exploitable vulnerability allows high privileged attacker with logon to the infrastructure where Oracle VM VirtualBox executes to compromis...

8.2CVSS7AI score0.00184EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/21 8:3 p.m.•6 views

CVE-2025-62588

Vulnerability in the Oracle VM VirtualBox product of Oracle Virtualization component: Core. Supported versions that are affected are 7.1.12 and 7.2.2. Easily exploitable vulnerability allows high privileged attacker with logon to the infrastructure where Oracle VM VirtualBox executes to compromis...

8.2CVSS7.3AI score0.00191EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/21 8:3 p.m.•11 views

CVE-2025-61760

Vulnerability in the Oracle VM VirtualBox product of Oracle Virtualization component: Core. Supported versions that are affected are 7.1.12 and 7.2.2. Difficult to exploit vulnerability allows low privileged attacker with logon to the infrastructure where Oracle VM VirtualBox executes to compromi...

7.5CVSS7.1AI score0.00141EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/21 8:3 p.m.•3 views

CVE-2025-61759

Vulnerability in the Oracle VM VirtualBox product of Oracle Virtualization component: Core. Supported versions that are affected are 7.1.12 and 7.2.2. Easily exploitable vulnerability allows low privileged attacker with logon to the infrastructure where Oracle VM VirtualBox executes to compromise...

6.5CVSS6.4AI score0.00176EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/21 8:3 p.m.•6 views

CVE-2025-61748

Vulnerability in the Oracle Java SE, Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition product of Oracle Java SE component: Libraries. Supported versions that are affected are Oracle Java SE: 21.0.8 and 25; Oracle GraalVM for JDK: 21.0.8; Oracle GraalVM Enterprise Edition: 21.3.15...

3.7CVSS5.9AI score0.00355EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/21 8:3 p.m.•3 views

CVE-2025-53069

Vulnerability in the MySQL Server product of Oracle MySQL component: Server: Components Services. Supported versions that are affected are 8.0.0-8.0.43, 8.4.0-8.4.6 and 9.0.0-9.4.0. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to...

4.9CVSS6.5AI score0.00533EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/21 8:3 p.m.•4 views

CVE-2025-53067

Vulnerability in the MySQL Server product of Oracle MySQL component: Server: Optimizer. Supported versions that are affected are 9.0.0-9.4.0. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks ...

4.9CVSS6.6AI score0.00529EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/21 8:3 p.m.•3 views

CVE-2025-53066

Vulnerability in the Oracle Java SE, Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition product of Oracle Java SE component: JAXP. Supported versions that are affected are Oracle Java SE: 8u461, 8u461-perf, 11.0.28, 17.0.16, 21.0.8, 25; Oracle GraalVM for JDK: 17.0.16 and 21.0.8; Oracle...

7.5CVSS5.9AI score0.00633EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/21 8:3 p.m.•5 views

CVE-2025-53062

Vulnerability in the MySQL Server product of Oracle MySQL component: InnoDB. Supported versions that are affected are 8.0.0-8.0.43, 8.4.0-8.4.6 and 9.0.0-9.4.0. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server...

4.9CVSS6.5AI score0.00533EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/21 8:3 p.m.•8 views

CVE-2025-53057

Vulnerability in the Oracle Java SE, Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition product of Oracle Java SE component: Security. Supported versions that are affected are Oracle Java SE: 8u461, 8u461-perf, 11.0.28, 17.0.16, 21.0.8, 25; Oracle GraalVM for JDK: 17.0.16 and 21.0.8; Oracl...

5.9CVSS5.9AI score0.00487EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/21 8:2 p.m.•3 views

CVE-2025-53054

Vulnerability in the MySQL Server product of Oracle MySQL component: InnoDB. Supported versions that are affected are 8.0.0-8.0.43, 8.4.0-8.4.6 and 9.0.0-9.4.0. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server...

5.5CVSS6.5AI score0.00438EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/21 8:2 p.m.•3 views

CVE-2025-53053

Vulnerability in the MySQL Server product of Oracle MySQL component: Server: DML. Supported versions that are affected are 8.0.0-8.0.43, 8.4.0-8.4.6 and 9.0.0-9.4.0. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL...

5.5CVSS6.5AI score0.00438EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/21 8:2 p.m.•2 views

CVE-2025-53044

Vulnerability in the MySQL Server product of Oracle MySQL component: InnoDB. Supported versions that are affected are 8.0.0-8.0.43, 8.4.0-8.4.6 and 9.0.0-9.4.0. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server...

4.9CVSS6.5AI score0.00533EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/21 8:2 p.m.•4 views

CVE-2025-53045

Vulnerability in the MySQL Server product of Oracle MySQL component: InnoDB. Supported versions that are affected are 8.0.0-8.0.43, 8.4.0-8.4.6 and 9.0.0-9.4.0. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server...

4.9CVSS6.5AI score0.00533EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/21 8:2 p.m.•3 views

CVE-2025-53042

Vulnerability in the MySQL Server product of Oracle MySQL component: Server: Optimizer. Supported versions that are affected are 8.0.0-8.0.43, 8.4.0-8.4.6 and 9.0.0-9.4.0. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MyS...

4.9CVSS6.5AI score0.00533EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/21 8:2 p.m.•4 views

CVE-2025-53040

Vulnerability in the MySQL Server product of Oracle MySQL component: Server: Optimizer. Supported versions that are affected are 8.0.0-8.0.43, 8.4.0-8.4.6 and 9.0.0-9.4.0. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MyS...

4.9CVSS6.5AI score0.00533EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/21 4:13 p.m.•6 views

CVE-2025-62518

astral-tokio-tar is a tar archive reading/writing library for async Rust. Versions of astral-tokio-tar prior to 0.5.6 contain a boundary parsing vulnerability that allows attackers to smuggle additional archive entries by exploiting inconsistent PAX/ustar header handling. When processing archives...

8.1CVSS5.7AI score0.00688EPSS
Exploits1
Debian CVE
Debian CVE
•added 2025/10/21 3:2 p.m.•6 views

CVE-2022-4981

A vulnerability was detected in DCMTK up to 3.6.7. The impacted element is the function DcmQueryRetrieveConfig::readPeerList of the file /dcmqrcnf.cc of the component dcmqrscp. The manipulation results in null pointer dereference. The attack needs to be approached locally. The exploit is now publ...

5.5CVSS4.1AI score0.00255EPSS
Exploits1
Debian CVE
Debian CVE
•added 2025/10/21 3:2 p.m.•7 views

CVE-2020-36855

A security vulnerability has been detected in DCMTK up to 3.6.5. The affected element is the function parseQuota of the component dcmqrscp. The manipulation of the argument StorageQuota leads to stack-based buffer overflow. Local access is required to approach this attack. The exploit has been...

5.5CVSS5.3AI score0.00222EPSS
Exploits1
Debian CVE
Debian CVE
•added 2025/10/21 12:0 a.m.•4 views

CVE-2025-59438

Mbed TLS through 3.6.4 has an Observable Timing Discrepancy...

5.3CVSS6.9AI score0.0024EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/21 12:0 a.m.•6 views

CVE-2025-60751

GeographicLib 2.5 is vulnerable to Buffer Overflow in GeoConvert DMS::InternalDecode...

7.5CVSS5.2AI score0.02182EPSS
Exploits3
Debian CVE
Debian CVE
•added 2025/10/20 3:30 p.m.•4 views

CVE-2025-40017

In the Linux kernel, the following vulnerability has been resolved: media: iris: Fix memory leak by freeing untracked persist buffer One internal buffer which is allocated only once per session was not being freed during session close because it was not being tracked as part of internal buffer li...

5.4AI score0.00214EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/20 3:29 p.m.•5 views

CVE-2025-40016

In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Mark invalid entities with id UVCINVALIDENTITYID Per UVC 1.1+ specification 3.7.2, units and terminals must have a non-zero unique ID. Each Unit and Terminal within the video function is assigned a unique...

5.2AI score0.00231EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/20 3:29 p.m.•5 views

CVE-2025-40013

In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: audioreach: fix potential null pointer dereference It is possible that the topology parsing function audioreachwidgetloadmodulecommon could return NULL or an error pointer. Add missing NULL check so that we do not...

5.1AI score0.00231EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/20 3:29 p.m.•2 views

CVE-2025-40015

In the Linux kernel, the following vulnerability has been resolved: media: stm32-csi: Fix dereference before NULL check In 'stm32csistart', 'csidev-ssubdev' is dereferenced directly while assigning a value to the 'srcpad'. However the same value is being checked against NULL at a later point of...

5.2AI score0.00214EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/20 3:26 p.m.•4 views

CVE-2025-40012

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix warning in smcrxsplice when calling getpage smcloregisterdmb allocates DMB buffers with kzalloc, which are later passed to getpage in smcrxsplice. Since kmalloc memory is not page-backed, this triggers WARNONONCE in...

5.2AI score0.0022EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/20 3:26 p.m.•3 views

CVE-2025-40011

In the Linux kernel, the following vulnerability has been resolved: drm/gma500: Fix null dereference in hdmi teardown pcisetdrvdata sets the value of pdev-driverdata to NULL, after which the driverdata obtained from the same dev is dereferenced in oaktrailhdmii2cexit, and the i2cdev is extracted...

6.4AI score0.00236EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/20 3:26 p.m.•5 views

CVE-2025-40009

In the Linux kernel, the following vulnerability has been resolved: fs/proc/taskmmu: check p-vecbuf for NULL When the PAGEMAPSCAN ioctl is invoked with veclen = 0 reaches pagemapscanbackoutrange, kernel panics with null-ptr-deref: 44.936808 Oops: general protection fault, probably for non-canonic...

5.2AI score0.0022EPSS
Exploits0
Debian CVE
Debian CVE
•added 2025/10/20 3:26 p.m.•4 views

CVE-2025-40010

In the Linux kernel, the following vulnerability has been resolved: afs: Fix potential null pointer dereference in afsputserver afsputserver accessed server-debugid before the NULL check, which could lead to a null pointer dereference. Move the debugid assignment, ensuring we never dereference a...

6.4AI score0.00222EPSS
Exploits0
Total number of security vulnerabilities59496