Lucene search
+L

9064 matches found

EUVD
EUVD
•added 2026/08/10 11:58 a.m.•15 views

EUVD-2026-55486

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix kernel panic during driver load failure Avoid kernel panic if MES init fails during driver load. The KIQ ring is falsely marked as ready as ASICs that use MES, KIQ is owned by MES. BUG: kernel NULL pointer...

5.2AI score0.00198EPSS
SaveExploits0References2
attackerkb
attackerkb
•added 2026/08/10 11:58 a.m.•10 views

CVE-2026-68105

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix kernel panic during driver load failure Avoid kernel panic if MES init fails during driver load. The KIQ ring is falsely marked as ready as ASICs that use MES, KIQ is owned by MES. BUG: kernel NULL pointer...

5.3AI score0.00198EPSS
SaveExploits0References3Affected Software1
OSV
OSV
•added 2026/08/10 11:58 a.m.•46 views

CVE-2026-68105 drm/amdgpu: Fix kernel panic during driver load failure

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix kernel panic during driver load failure Avoid kernel panic if MES init fails during driver load. The KIQ ring is falsely marked as ready as ASICs that use MES, KIQ is owned by MES. BUG: kernel NULL pointer...

5.3AI score
SaveExploits0References5
Cvelist
Cvelist
•added 2026/08/10 11:58 a.m.•42 views

CVE-2026-68105 drm/amdgpu: Fix kernel panic during driver load failure

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix kernel panic during driver load failure Avoid kernel panic if MES init fails during driver load. The KIQ ring is falsely marked as ready as ASICs that use MES, KIQ is owned by MES. BUG: kernel NULL pointer...

0.00198EPSS
SaveExploits0References2
CVE
CVE
•added 2026/08/10 11:58 a.m.•71 views

CVE-2026-68105

Technical details about CVE-2026-68105 are not provided in the connected documents. No product/version/impact data is available here; monitor for updates.

5.3AI score0.00198EPSS
SaveExploits0References2
PyPA
PyPA
•added 2026/08/10 10:43 a.m.•23 views

Open WebUI: Instance-wide stall via automation recurrence rules that force multi-second parsing

SummaryIn every affected release, automation recurrence parsing anchors minutely and hourly rules at a fixed date of 2000-01-01 and then walks forward one interval at a time to find the next run. A single FREQ=MINUTELY rule therefore enumerates roughly a quarter-century of occurrences,...

6.5CVSS5.4AI score0.00573EPSS
SaveExploits1References7Affected Software1
PyPA
PyPA
•added 2026/08/10 10:43 a.m.•23 views

Keras: DiskIOStore permits path traversal through crafted layer names

A path traversal vulnerability exists in keras-team/keras version 3.14.0, specifically in the DiskIOStore.make method within the Keras 3 model saving and loading library. This vulnerability arises from the improper handling of user-provided layer names, which are used to construct directory paths...

6.1CVSS6.3AI score0.00384EPSS
SaveExploits0References9Affected Software1
OSV
OSV
•added 2026/08/10 10:43 a.m.•10 views

PYSEC-2026-3633 Keras: HDF5 links can disclose local file contents

A vulnerability in keras-team/keras versions = 3.14.0 allows arbitrary local HDF5 file content disclosure due to improper handling of HDF5 ExternalLinks. The KerasFileEditor and keras.saving.loadweights functions bypass the safegeth5group and safegeth5dataset helpers, which are designed to reject...

6.5CVSS5.3AI score0.00767EPSS
SaveExploits0References11
OSV
OSV
•added 2026/08/10 10:43 a.m.•12 views

PYSEC-2026-3629 Keras: HDF5 virtual datasets can disclose local files

Keras versions up to and including 3.13.2 are vulnerable to an arbitrary HDF5 file read due to an incomplete fix for CVE-2026-1669. The vulnerability resides in the H5IOStore.verifydataset and fileeditor.py methods, which fail to check the dataset.isvirtual property of HDF5 datasets. This allows ...

5.5CVSS5.7AI score0.00175EPSS
SaveExploits0References9
PyPA
PyPA
•added 2026/08/10 10:43 a.m.•27 views

Keras: HDF5 virtual datasets can disclose local files

Keras versions up to and including 3.13.2 are vulnerable to an arbitrary HDF5 file read due to an incomplete fix for CVE-2026-1669. The vulnerability resides in the H5IOStore.verifydataset and fileeditor.py methods, which fail to check the dataset.isvirtual property of HDF5 datasets. This allows ...

5.5CVSS5.7AI score0.00175EPSS
SaveExploits0References9Affected Software1
EUVD
EUVD
•added 2026/08/10 10:40 a.m.•15 views

EUVD-2026-55232

A host header injection vulnerability in picocms/Pico through 2.1.4 allows an unauthenticated remote attacker to control the origin of JavaScript and CSS assets loaded by the default theme. When baseurl is unset the default, Pico::getBaseUrl in lib/Pico.php builds the base URL from unvalidated...

6.1CVSS5.4AI score0.00421EPSS
SaveExploits0References3
NVD
NVD
•added 2026/08/10 7:16 a.m.•19 views

CVE-2026-13133

A vulnerability has been identified in LineInst.exe LINE for Windows prior to version 26.4.0, where Msftedit.dll is loaded via a relative path without a secure DLL search path, allowing a malicious DLL placed in the installer's directory to be loaded ahead of the legitimate System32 copy...

8.4CVSS0.00168EPSS
SaveExploits0References1
Cvelist
Cvelist
•added 2026/08/10 6:29 a.m.•41 views

CVE-2026-12570 Denial of Service via HDF5 Shape Bomb in keras.models.load_model() in keras-team/keras

A vulnerability in keras-team/keras versions = 3.15.0 allows for a denial of service DoS attack when loading malicious .keras model files via the keras.models.loadmodel function. The H5IOStore.getitem method in keras/src/saving/savinglib.py does not validate the shape or size of datasets, leading...

5.5CVSS0.00128EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/08/10 6:29 a.m.•18 views

EUVD-2026-55002

A vulnerability in keras-team/keras versions = 3.15.0 allows for a denial of service DoS attack when loading malicious .keras model files via the keras.models.loadmodel function. The H5IOStore.getitem method in keras/src/saving/savinglib.py does not validate the shape or size of datasets, leading...

5.5CVSS5.3AI score0.00335EPSS
SaveExploits3References2
attackerkb
attackerkb
•added 2026/08/10 6:29 a.m.•15 views

CVE-2026-12570

A vulnerability in keras-team/keras versions = 3.15.0 allows for a denial of service DoS attack when loading malicious .keras model files via the keras.models.loadmodel function. The H5IOStore.getitem method in keras/src/saving/savinglib.py does not validate the shape or size of datasets, leading...

5.5CVSS5.7AI score0.00128EPSS
SaveExploits0References3
CVE
CVE
•added 2026/08/10 6:29 a.m.•73 views

CVE-2026-12570

CVE-2026-12570 affects keras-team/keras

5.5CVSS5.8AI score0.00128EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
•added 2026/08/10 12:00 a.m.•11 views

Linux Distros Unpatched Vulnerability : CVE-2026-68105

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/amdgpu: Fix kernel panic during driver load failure Avoid kernel panic if MES init fails during driver load. The KIQ ring is falsely marked as ready as ASIC...

5.7AI score0.00198EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
•added 2026/08/10 12:00 a.m.•6 views

PT-2026-69794

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A slab-use-after-free issue exists in the Bluetooth MGMT component. The MGMT OP LOAD CONN PARAM operation queues the conn update sync function when a parameter update modifies an existin...

7.8CVSS5.7AI score0.0017EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
•added 2026/08/10 12:00 a.m.•17 views

Linux Distros Unpatched Vulnerability : CVE-2026-68363

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - wifi: ath9k: hifusb: don't dereference hifdev after re-arming firmware request ath9khifrequestfirmware re-arms an asynchronous firmware load via...

5.9AI score0.00184EPSS
SaveExploits0References3
GithubExploit
GithubExploit
•added 2026/08/09 6:13 p.m.•35 views

Exploit for Code Injection in Flowiseai Flowise

CVE-2025-59528 Educational PoC Educational use only. Th...

10CVSS8.6AI score0.86218EPSS
SaveExploits23
Rows per page
Query Builder