Lucene search
+L

23474 matches found

OSV
OSV
added 2025/10/05 1:15 a.m.9 views

UBUNTU-CVE-2025-11274

A vulnerability was determined in Open Asset Import Library Assimp 6.0.2. Affected is the function Q3DImporter::InternReadFile of the file assimp/code/AssetLib/Q3D/Q3DLoader.cpp. This manipulation causes allocation of resources. The attack is restricted to local execution. The exploit has been...

5.5CVSS5.5AI score0.00189EPSS
SaveExploits1References6
Cvelist
Cvelist
added 2025/10/05 12:02 a.m.23 views

CVE-2025-11274 Open Asset Import Library Assimp Q3DLoader.cpp InternReadFile allocation of resources

A vulnerability was determined in Open Asset Import Library Assimp 6.0.2. Affected is the function Q3DImporter::InternReadFile of the file assimp/code/AssetLib/Q3D/Q3DLoader.cpp. This manipulation causes allocation of resources. The attack is restricted to local execution. The exploit has been...

4.8CVSS0.00189EPSS
SaveExploits1References5
Vulnrichment
Vulnrichment
added 2025/10/05 12:02 a.m.1 views

CVE-2025-11274 Open Asset Import Library Assimp Q3DLoader.cpp InternReadFile allocation of resources

A vulnerability was determined in Open Asset Import Library Assimp 6.0.2. Affected is the function Q3DImporter::InternReadFile of the file assimp/code/AssetLib/Q3D/Q3DLoader.cpp. This manipulation causes allocation of resources. The attack is restricted to local execution. The exploit has been...

4.8CVSS6.1AI score0.00189EPSS
SaveExploits1References5
CVE
CVE
added 2025/10/05 12:02 a.m.28 views

CVE-2025-11274

CVE-2025-11274 concerns Open Asset Import Library Assimp 6.0.2. The vulnerability affects Q3DImporter::InternReadFile in assimp/code/AssetLib/Q3D/Q3DLoader.cpp, where it reads materials (numMats) from the input without proper validation, leading to resource allocation that can be exploited. The a...

5.5CVSS4.1AI score0.00189EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2025/10/05 12:02 a.m.9 views

CVE-2025-11274 Open Asset Import Library Assimp Q3DLoader.cpp InternReadFile allocation of resources

A vulnerability was determined in Open Asset Import Library Assimp 6.0.2. Affected is the function Q3DImporter::InternReadFile of the file assimp/code/AssetLib/Q3D/Q3DLoader.cpp. This manipulation causes allocation of resources. The attack is restricted to local execution. The exploit has been...

4.8CVSS5.5AI score
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2025/10/05 12:00 a.m.10 views

PT-2025-40782

Name of the Vulnerable Software and Affected Versions Open Asset Import Library Assimp version 6.0.2 Description A flaw exists within the Open Asset Import Library Assimp. The issue is related to resource allocation and occurs in the Q3DImporter::InternReadFile function located in the file...

5.5CVSS4.1AI score0.00189EPSS
SaveExploits1References13
CNNVD
CNNVD
added 2025/10/05 12:00 a.m.9 views

Open Asset Import Library Assimp 安全漏洞

Open Asset Import Library Assimp is an official Open Asset Import Library repository from Open Asset Import Library open source. It can load more than 40 3D file formats into a unified and clean data structure. A security vulnerability exists in Open Asset Import Library Assimp version 6.0.2, whi...

5.5CVSS4.1AI score0.00189EPSS
SaveExploits1References5
NVD
NVD
added 2025/10/04 4:15 p.m.13 views

CVE-2022-50484

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix potential memory leaks When the driver hits -ENOMEM at allocating a URB or a buffer, it aborts and goes to the error path that releases the all previously allocated resources. However, when -ENOMEM hits at th...

5.5CVSS0.00149EPSS
SaveExploits0References9
OSV
OSV
added 2025/10/04 4:15 p.m.8 views

UBUNTU-CVE-2022-50484

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix potential memory leaks When the driver hits -ENOMEM at allocating a URB or a buffer, it aborts and goes to the error path that releases the all previously allocated resources. However, when -ENOMEM hits at th...

5.5CVSS5.9AI score0.00149EPSS
SaveExploits0References12
CVE
CVE
added 2025/10/04 3:43 p.m.27 views

CVE-2022-50501

CVE-2022-50501: In the Linux kernel, media: coda: Add check for dcoda_iram_alloc. The vulnerability arises because dcoda_iram_alloc may return NULL, risking NULL pointer dereference. A fix was applied to check the return value to prevent dereferencing NULL, aligning with other components. This CV...

5.5CVSS6.1AI score0.00149EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2025/10/04 3:16 p.m.11 views

CVE-2022-50484 ALSA: usb-audio: Fix potential memory leaks

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix potential memory leaks When the driver hits -ENOMEM at allocating a URB or a buffer, it aborts and goes to the error path that releases the all previously allocated resources. However, when -ENOMEM hits at th...

6.5AI score
SaveExploits0References12
CVE
CVE
added 2025/10/04 3:16 p.m.28 views

CVE-2022-50484

CVE-2022-50484 affects the Linux kernel ALSA USB audio driver. The vulnerability is a memory leak when -ENOMEM occurs during URB/buffer allocation inside the sync EP URB loop, where ep->nurbs remained 0 and partially allocated URBs could be left unreleased. The fix initializes ep->nurbs ear...

5.5CVSS6.1AI score0.00149EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2025/10/04 3:16 p.m.16 views

CVE-2022-50484 ALSA: usb-audio: Fix potential memory leaks

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix potential memory leaks When the driver hits -ENOMEM at allocating a URB or a buffer, it aborts and goes to the error path that releases the all previously allocated resources. However, when -ENOMEM hits at th...

0.00149EPSS
SaveExploits0References9
OSV
OSV
added 2025/10/04 3:16 p.m.13 views

CVE-2022-50477 rtc: class: Fix potential memleak in devm_rtc_allocate_device()

In the Linux kernel, the following vulnerability has been resolved: rtc: class: Fix potential memleak in devmrtcallocatedevice devmrtcallocatedevice will alloc a rtcdevice first, and then run devsetname. If devsetname failed, the rtcdevice will memleak. Move devmaddactionorreset in front of...

6.5AI score
SaveExploits0References6
CVE
CVE
added 2025/10/04 3:16 p.m.38 views

CVE-2022-50473

CVE-2022-50473 affects the Linux kernel cpufreq subsystem. The root cause is calling an uninitialized completion in cpufreq_sysfs_release() when kobject_init_and_add() fails, occurring in cpufreq_policy_alloc(). This can lead to a crash (page fault) on a local system via complete+0x98, with Call ...

5.5CVSS6.1AI score0.00146EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2025/10/04 9:30 a.m.7 views

EUVD-2025-32399

In the Linux kernel, the following vulnerability has been resolved: ASoC: codec: sma1307: Fix memory corruption in sma1307settingloaded The sma1307-set.headersize is how many integers are in the header there are 8 of them but instead of allocating space of 8 integers we allocate 8 bytes. This lea...

6.1AI score0.00133EPSS
SaveExploits0References3
NVD
NVD
added 2025/10/04 8:15 a.m.10 views

CVE-2025-39935

In the Linux kernel, the following vulnerability has been resolved: ASoC: codec: sma1307: Fix memory corruption in sma1307settingloaded The sma1307-set.headersize is how many integers are in the header there are 8 of them but instead of allocating space of 8 integers we allocate 8 bytes. This lea...

7.8CVSS0.00133EPSS
SaveExploits0References2
OSV
OSV
added 2025/10/04 8:15 a.m.11 views

UBUNTU-CVE-2025-39935

In the Linux kernel, the following vulnerability has been resolved: ASoC: codec: sma1307: Fix memory corruption in sma1307settingloaded The sma1307-set.headersize is how many integers are in the header there are 8 of them but instead of allocating space of 8 integers we allocate 8 bytes. This lea...

7.8CVSS5.7AI score0.00133EPSS
SaveExploits0References5
OSV
OSV
added 2025/10/04 7:30 a.m.7 views

CVE-2025-39935 ASoC: codec: sma1307: Fix memory corruption in sma1307_setting_loaded()

In the Linux kernel, the following vulnerability has been resolved: ASoC: codec: sma1307: Fix memory corruption in sma1307settingloaded The sma1307-set.headersize is how many integers are in the header there are 8 of them but instead of allocating space of 8 integers we allocate 8 bytes. This lea...

7.8CVSS6.6AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/10/04 7:30 a.m.22 views

CVE-2025-39935 ASoC: codec: sma1307: Fix memory corruption in sma1307_setting_loaded()

In the Linux kernel, the following vulnerability has been resolved: ASoC: codec: sma1307: Fix memory corruption in sma1307settingloaded The sma1307-set.headersize is how many integers are in the header there are 8 of them but instead of allocating space of 8 integers we allocate 8 bytes. This lea...

7.8CVSS0.00133EPSS
SaveExploits0References2
Rows per page
Query Builder