Lucene search
+L

16949 matches found

OSV
OSV
added 2025/05/02 5:58 a.m.3 views

BELL-CVE-2025-23146

Bulletin has no description...

5.5CVSS7.5AI score0.00202EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/02 5:58 a.m.1 views

BELL-CVE-2025-23158

Bulletin has no description...

7.8CVSS7.5AI score0.00209EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/02 5:58 a.m.2 views

BELL-CVE-2025-37754

Bulletin has no description...

5.5CVSS7.5AI score0.00198EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/02 1:15 a.m.3 views

CVE-2024-55910

IBM Concert Software 1.0.0 through 1.0.5 is vulnerable to server-side request forgery SSRF. This may allow an authenticated attacker to send unauthorized requests from the system, potentially leading to network enumeration or facilitating other attacks...

6.5CVSS8.4AI score
SaveExploits0References1
OSV
OSV
added 2025/05/02 12:14 a.m.16 views

OSV-2025-312 Heap-buffer-overflow in ZSTD_decompressMultiFrame

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=414856644 Crash type: Heap-buffer-overflow READ 1 Crash state: ZSTDdecompressMultiFrame ZSTDdecompressDCtx zstdwrapdecompress...

7.2AI score
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/05/02 12:00 a.m.11 views

PT-2025-18923 · Unknown · Grokability Snipe-It

Name of the Vulnerable Software and Affected Versions: Grokability Snipe-IT versions prior to 8.1.0 Description: The issue concerns incorrect authorization for accessing asset information. Recommendations: For versions prior to 8.1.0, update to version 8.1.0 or later to resolve the issue...

5CVSS5AI score0.01249EPSS
SaveExploits4References14
OSV
OSV
added 2025/05/02 12:00 a.m.23 views

CVE-2025-47226

Grokability Snipe-IT before 8.1.0 has incorrect authorization for accessing asset information...

5CVSS6.8AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/05/02 12:00 a.m.5 views

PT-2025-18879

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak issue in the Linux kernel has been resolved, specifically in the mpi3mr init ioc function. The problem occurred when the IOC was being reinitialized, causing memory to be...

5.5CVSS5.8AI score0.00186EPSS
SaveExploits0References21
Patchstack
Patchstack
added 2025/05/01 9:51 p.m.13 views

WordPress OTP-less one tap Sign in plugin 2.0.14-2.0.59 - Unauthenticated Arbitrary Email Update to Account Takeover/Privilege Escalation vulnerability

Unauthenticated Arbitrary Email Update to Account Takeover/Privilege Escalation vulnerability discovered by kr0d in WordPress Plugin OTP-less one tap Sign in versions 2.0.14-2.0.59...

9.8CVSS8.8AI score0.00525EPSS
SaveExploits0References1Affected Software1
NVD
NVD
added 2025/05/01 3:16 p.m.16 views

CVE-2025-23246

NVIDIA vGPU software for Windows and Linux contains a vulnerability in the Virtual GPU Manager vGPU plugin, where it allows a guest to consume uncontrolled resources. A successful exploit of this vulnerability might lead to denial of service...

5.5CVSS0.00159EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 3:16 p.m.6 views

CVE-2022-49816

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

6.9AI score
SaveExploits0References1
OSV
OSV
added 2025/05/01 2:10 p.m.19 views

CVE-2022-49891 tracing: kprobe: Fix memory leak in test_gen_kprobe/kretprobe_cmd()

In the Linux kernel, the following vulnerability has been resolved: tracing: kprobe: Fix memory leak in testgenkprobe/kretprobecmd testgenkprobecmd only free buf in fail path, hence buf will leak when there is no failure. Move kfreebuf from fail path to common path to prevent the memleak. The sam...

5.5CVSS6AI score
SaveExploits0References7
OSV
OSV
added 2025/05/01 2:10 p.m.14 views

CVE-2022-49887 media: meson: vdec: fix possible refcount leak in vdec_probe()

In the Linux kernel, the following vulnerability has been resolved: media: meson: vdec: fix possible refcount leak in vdecprobe v4l2deviceunregister need to be called to put the refcount got by v4l2deviceregister when vdecprobe fails or vdecremove is called...

5.5CVSS5.9AI score
SaveExploits0References8
OSV
OSV
added 2025/05/01 2:10 p.m.8 views

CVE-2022-49885 ACPI: APEI: Fix integer overflow in ghes_estatus_pool_init()

In the Linux kernel, the following vulnerability has been resolved: ACPI: APEI: Fix integer overflow in ghesestatuspoolinit Change numghes from int to unsigned int, preventing an overflow and causing subsequent vmalloc to fail. The overflow happens in ghesestatuspoolinit when calculating len duri...

5.5CVSS6AI score
SaveExploits0References7
OSV
OSV
added 2025/05/01 2:10 p.m.11 views

CVE-2022-49881 wifi: cfg80211: fix memory leak in query_regdb_file()

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: fix memory leak in queryregdbfile In the function queryregdbfile the alpha2 parameter is duplicated using kmemdup and subsequently freed in regdbfwcb. However, requestfirmwarenowait can fail without calling...

5.5CVSS6AI score
SaveExploits0References9
OSV
OSV
added 2025/05/01 2:10 p.m.28 views

CVE-2022-49864 drm/amdkfd: Fix NULL pointer dereference in svm_migrate_to_ram()

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix NULL pointer dereference in svmmigratetoram ./drivers/gpu/drm/amd/amdkfd/kfdmigrate.c:985:58-62: ERROR: p is NULL but dereferenced...

5.5CVSS6AI score
SaveExploits0References6
OSV
OSV
added 2025/05/01 2:10 p.m.16 views

CVE-2022-49854 mctp: Fix an error handling path in mctp_init()

In the Linux kernel, the following vulnerability has been resolved: mctp: Fix an error handling path in mctpinit If mctpneighinit return error, the routes resources should be released in the error handling path. Otherwise some resources leak...

5.5CVSS5AI score
SaveExploits0References6
OSV
OSV
added 2025/05/01 2:09 p.m.10 views

CVE-2022-49837 bpf: Fix memory leaks in __check_func_call

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix memory leaks in checkfunccall kmemleak reports this issue: unreferenced object 0xffff88817139d000 size 2048: comm "testprogs", pid 33246, jiffies 4307381979 age 45851.820s hex dump first 32 bytes: 01 00 00 00 00 00 00 00...

5.5CVSS5.9AI score
SaveExploits0References6
OSV
OSV
added 2025/05/01 2:09 p.m.13 views

CVE-2022-49830 drm/drv: Fix potential memory leak in drm_dev_init()

In the Linux kernel, the following vulnerability has been resolved: drm/drv: Fix potential memory leak in drmdevinit drmdevinit will add drmdevinitrelease as a callback. When drmmaddaction failed, the release function won't be added. As the result, the ref cnt added by deviceget in drmdevinit won...

5.9AI score
SaveExploits0References7
OSV
OSV
added 2025/05/01 2:09 p.m.11 views

CVE-2022-49824 ata: libata-transport: fix error handling in ata_tlink_add()

In the Linux kernel, the following vulnerability has been resolved: ata: libata-transport: fix error handling in atatlinkadd In atatlinkadd, the return value of transportadddevice is not checked. As a result, it causes null-ptr-deref while removing the module, because transportremovedevice is...

5.8AI score
SaveExploits0References7
Rows per page
Query Builder