Lucene search
+L

27106 matches found

Positive Technologies
Positive Technologies
added 2026/08/17 12:00 a.m.19 views

PT-2026-76678

UpTrain is an open-source platform to evaluate and improve generative AI applications. In version 0.7.1 and prior, the /create project endpoint is vulnerable to remote code execution via the checks and metadata parameters. Any user that has access to UpTrain and a valid authentication method may ...

8.7CVSS6.7AI score0.0061EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/08/14 5:52 p.m.11 views

CVE-2026-12364

The user-space system-call verifier zvrfyzlogmsgstaticcreate in subsys/logging/logmsg.c was a pure pass-through: it forwarded the caller-supplied source, desc, package, and data arguments directly to the kernel-mode implementation zimplzlogmsgstaticcreate without performing any of the mandatory...

5.6AI score0.00119EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/08/12 10:17 p.m.16 views

CVE-2026-71193

In OpenStack Designate before 22.0.1, zone creation checks issubzone, issuperzone, and the duplicate-zone DB constraint are scoped to the target pool only. An authenticated user can bypass these checks by scheduling a zone to a different pool via the AttributeFilter scheduler, creating an...

9.6CVSS5.5AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/12 4:41 p.m.33 views

CVE-2026-73239 Apache Allura: Missing permission checks IDOR

Insecure Direct Object Reference IDOR due to missing permission checks for multiple Artifact types in Apache Allura. This issue affects Apache Allura: before 1.19.1. Users are recommended to upgrade to version 1.19.1, which fixes the issue...

0.00343EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/12 4:41 p.m.6 views

EUVD-2026-57370

Insecure Direct Object Reference IDOR due to missing permission checks for multiple Artifact types in Apache Allura. This issue affects Apache Allura: before 1.19.1. Users are recommended to upgrade to version 1.19.1, which fixes the issue...

5.2AI score0.00343EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/12 12:00 a.m.31 views

CVE-2025-59327

In CPSD CryptoPro Secure Disk for Bitlocker before v7.7.4, bootxsa.efi fails to properly validate LUKS encryption and, if encryption is present, all CryptoPro file integrity checks are skipped...

0.0015EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/10 1:57 p.m.59 views

CVE-2026-59112

The CVE-2026-59112 entry concerns a cryptographic signature verification issue and an improper check for unusual conditions in Estonian ID software: libdigidocpp (affected from 4.1.0 up to before 4.2.1), DigiDoc4 (4.7.0 up to before 4.8.2), DigiDoc for Android (2.7.0 up to before 2.7.2), and Digi...

5.6CVSS5.3AI score0.00115EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/08/10 1:57 p.m.9 views

CVE-2026-59112

Improper verification of cryptographic signature and Improper Check for Unusual or Exceptional Conditions vulnerability in Estonian Information System Authority RIA libdigidocpp, DigiDoc4, DigiDoc on Android, and DigiDoc on iOS. This issue affects libdigidocpp: from 4.1.0 before 4.2.1; DigiDoc4:...

5.6CVSS5.3AI score0.00115EPSS
SaveExploits0References4Affected Software3
NVD
NVD
added 2026/08/10 1:20 p.m.17 views

CVE-2026-68400

In the Linux kernel, the following vulnerability has been resolved: firmware: armffa: Fix Endpoint Memory Access Descriptor offset calculation Use the descriptor's epmemoffset to calculate the start of the endpoint memory access array and to comply with the FF-A spec instead of defaulting to...

7.8CVSS0.00127EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/10 1:20 p.m.10 views

CVE-2026-68368

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fncm: validate datagram bounds in ncmunwrapntb When unpacking host-supplied NTBs, ncmunwrapntb checks datagram length against framemax but does not verify that the datagram fits within the declared block length...

0.0021EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/10 1:20 p.m.6 views

CVE-2026-68257

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix 32-bit overflow in CWSR total size calculation totalcwsrsize was computed in 32-bit before being used as a BO/SVM allocation size. With large ctxsaverestoreareasize and debugmemorysize multiplied by the XCC count,...

7.8CVSS0.00138EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/10 1:20 p.m.6 views

CVE-2026-68190

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB reads in rtwgetwpsie rtwgetwpsie iterates over IE data from network frames without validating that the IE header and payload fit within the remaining buffer before reading them. Specifically: - iniecnt...

0.00205EPSS
SaveExploits0References7
CVE
CVE
added 2026/08/10 12:04 p.m.51 views

CVE-2026-68400

CVE-2026-68400 concerns the Linux kernel firmware/arm_ffa component. The issue arises from an incorrect calculation of the Endpoint Memory Access Descriptor offset, where the code defaulted to the size of the ffa_mem_region instead of using the descriptor’s ep_mem_offset. The patch relocates ffa_...

7.8CVSS5.3AI score0.00127EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/10 12:03 p.m.8 views

EUVD-2026-55449

In the Linux kernel, the following vulnerability has been resolved: ASoC: tas2781: bound firmware description string parsing The TAS2781 firmware parser reads several variable-length description strings with strlen before checking that the string terminator is present inside the firmware blob. A...

5.5AI score0.00131EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/10 12:02 p.m.38 views

CVE-2026-68279 drm/dp/mst: fix OOB reads in remote DPCD/I2C sideband reply parsers

In the Linux kernel, the following vulnerability has been resolved: drm/dp/mst: fix OOB reads in remote DPCD/I2C sideband reply parsers drmdpsidebandparseremotedpcdread reads numbytes from the raw message and then unconditionally does: memcpybytes, &raw-msgidx, numbytes; without checking that idx...

0.00184EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/10 12:01 p.m.46 views

CVE-2026-68257

The CVE-2026-68257 vulnerability affects the Linux kernel drm/amdkfd component where a 32-bit overflow in the CWSR total size calculation could yield an undersized BO/SVM allocation. The root cause is that total_cwsr_size was computed in 32-bit before being used, and large ctx_save_restore_area_s...

7.8CVSS5.3AI score0.00138EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/10 12:01 p.m.33 views

CVE-2026-68257 drm/amdkfd: fix 32-bit overflow in CWSR total size calculation

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix 32-bit overflow in CWSR total size calculation totalcwsrsize was computed in 32-bit before being used as a BO/SVM allocation size. With large ctxsaverestoreareasize and debugmemorysize multiplied by the XCC count,...

7.8CVSS0.00138EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/10 12:00 p.m.48 views

CVE-2026-68190

CVE-2026-68190 affects the Linux kernel staging/rtl8723bs driver, specifically the function rtw_get_wps_ie() in processing of IE data from network frames. The vulnerability arises from insufficient bounds checking: the code reads in_ie[cnt+1] without verifying cnt+1

5.4AI score0.00205EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/08/10 12:00 p.m.9 views

EUVD-2026-55291

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB reads in rtwgetwpsie rtwgetwpsie iterates over IE data from network frames without validating that the IE header and payload fit within the remaining buffer before reading them. Specifically: - iniecnt...

5.4AI score0.00205EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/10 11:51 a.m.9 views

EUVD-2026-55269

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: function: rndis: add length check to response query Add variable representations for BufLength and BufOffset in rndisqueryresponse, and perform a length check on them. This is identical to how rndissetresponse handle...

5.3AI score0.00177EPSS
SaveExploits0References8
Rows per page
Query Builder