Lucene search
+L

11464 matches found

EUVD
EUVD
•added 2026/08/24 1:12 p.m.•18 views

EUVD-2026-64849

The official Flair wheels for 0.15.0 and 0.15.1 still contain flair/models/clustering.py, whose ClusteringModel.load static method returns pickle.loadsjoblib.loadstrmodelfile and so executes arbitrary Python while loading a model file. Loading a model supplied by an attacker therefore runs that...

8.4CVSS5.7AI score0.00612EPSS
SaveExploits0References4
OSV
OSV
•added 2026/08/24 1:12 p.m.•20 views

CVE-2026-76843 Flair 0.15.0 and 0.15.1 Deserialization of Untrusted Data via ClusteringModel.load

The official Flair wheels for 0.15.0 and 0.15.1 still contain flair/models/clustering.py, whose ClusteringModel.load static method returns pickle.loadsjoblib.loadstrmodelfile and so executes arbitrary Python while loading a model file. Loading a model supplied by an attacker therefore runs that...

8.4CVSS5.8AI score
SaveExploits0References7
CVE
CVE
•added 2026/08/24 1:11 p.m.•51 views

CVE-2026-76841

Xinference (by XorbitsAI) through version 2.11.0 unconditionally sets trust_remote_code=True at six model loader call sites spanning the rerank, embedding, and LLM modules. An attacker with model launch access can register a model with an unknown type and an arbitrary path, causing AutoTokenizer....

8.8CVSS6.5AI score0.01029EPSS
SaveExploits0References5
EUVD
EUVD
•added 2026/08/24 1:11 p.m.•11 views

EUVD-2026-64847

Xinference loads models with Hugging Face remote code execution unconditionally enabled, and before version 2.12.0 exposes no setting to disable it. Six loader call sites pass trustremotecode=True as a literal or as an unconditional default: RerankModel.gettokenizer in...

8.7CVSS6.6AI score0.01029EPSS
SaveExploits0References5
AstraLinux
AstraLinux
•added 2026/08/24 10:19 a.m.•9 views

Astra Linux – Vulnerability in Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: bpf: Fixed a UAF Use-After-Free issue caused by a race between btftrygetmodule and loadmodule. While working on code to populate the BTF IDs for modules during their initialization, I noticed that by the time the initialization...

7.8CVSS6.2AI score0.00275EPSS
SaveExploits0References2
AstraLinux
AstraLinux
•added 2026/08/24 10:19 a.m.•8 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: topology: fixed a memory leak in sndsofloadtopology When the topology filename contains “dummy” and tplgcnt is 0, the function directly returns -EINVAL without freeing the tplgfiles allocated by kcalloc at line 2497...

5.8AI score0.00198EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
•added 2026/08/24 12:00 a.m.•31 views

PT-2026-80851

Xinference loads models with Hugging Face remote code execution unconditionally enabled, and before version 2.12.0 exposes no setting to disable it. Six loader call sites pass trust remote code=True as a literal or as an unconditional default: RerankModel. get tokenizer in...

8.8CVSS6.5AI score0.01029EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
•added 2026/08/24 12:00 a.m.•14 views

AlmaLinux 10 : java-25-openjdk (ALSA-2026:55798)

The remote AlmaLinux 10 host has packages installed that are affected by multiple vulnerabilities as referenced in the ALSA-2026:55798 advisory. JDK: Improve Resource Resolving CVE-2026-60589 JDK: Enhance HTTP Connections CVE-2026-61308 JDK: Improve font loading CVE-2026-70906 JDK: Enhance TLS...

7.5CVSS6AI score0.0046EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
•added 2026/08/24 12:00 a.m.•17 views

PT-2026-81072

Fabric.js loadFromJSON Server-Side Request Forgery Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of Fabric.js. Interaction with this library is required to exploit this vulnerability but attack vectors may vary depending on t...

4CVSS5.4AI score0.00117EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
•added 2026/08/23 12:00 a.m.•29 views

openSUSE 16 Security Update : redis (openSUSE-SU-2026:21612-1)

The remote openSUSE 16 host has packages installed that are affected by multiple vulnerabilities as referenced in the openSUSE-SU-2026:21612-1 advisory. Changes in redis: - Update to 8.10.1 Update urgency: SECURITY: There are security fixes in the release. - Security fixes - CVE-2026-62356...

8.8CVSS9.4AI score0.03663EPSS
SaveExploits8References19
NVD
NVD
•added 2026/08/22 4:16 p.m.•13 views

CVE-2026-74636

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix race between updateeventfields and, eventdefinefields The following sequence may leads race between eventdefinefields and updateeventfields: CPU0 loads module A CPU1 loads module B ===============================...

0.00215EPSS
SaveExploits0References7
OSV
OSV
•added 2026/08/22 4:16 p.m.•10 views

AZL-97325 CVE-2026-74636 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix race between updateeventfields and, eventdefinefields The following sequence may leads race between eventdefinefields and updateeventfields: CPU0 loads module A CPU1 loads module B ===============================...

5.8AI score0.00215EPSS
SaveExploits0References1
CVE
CVE
•added 2026/08/22 3:32 p.m.•51 views

CVE-2026-74636

CVE-2026-74636 is a race condition in the Linux kernel tracing subsystem. When two modules are loaded concurrently on different CPUs, event_define_fields() and update_event_fields() can access class->fields simultaneously without proper mutual exclusion. Specifically, trace_event_update_all() ...

5.5AI score0.00215EPSS
SaveExploits0References7
Cvelist
Cvelist
•added 2026/08/22 3:32 p.m.•28 views

CVE-2026-74636 tracing: Fix race between update_event_fields and, event_define_fields

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix race between updateeventfields and, eventdefinefields The following sequence may leads race between eventdefinefields and updateeventfields: CPU0 loads module A CPU1 loads module B ===============================...

0.00215EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
•added 2026/08/22 12:00 a.m.•13 views

Linux Distros Unpatched Vulnerability : CVE-2026-74636

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - tracing: Fix race between updateeventfields and, eventdefinefields The following sequence may leads race between eventdefinefields and updateeventfields: CPU0...

5.7AI score0.00215EPSS
SaveExploits0References3
CVE
CVE
•added 2026/08/21 6:55 p.m.•73 views

CVE-2026-54071

BabelDOC (a document translation tool) prior to 0.6.3 is vulnerable to arbitrary code execution via untrusted pickle deserialization in CMapDB._load_data() (babeldoc/pdfminer/cmapdb.py). A crafted PDF can embed a hex-encoded absolute path in its /Encoding or CMapName field (e.g., /#2Ftmp#2Fevil),...

7.8CVSS5.9AI score0.0038EPSS
SaveExploits0References4
OSV
OSV
•added 2026/08/21 12:07 p.m.•14 views

RLSA-2026:55798 Moderate: java-25-openjdk security update

The OpenJDK 25 packages provide the OpenJDK 25 Java Runtime Environment and the OpenJDK 25 Java Software Development Kit. Security Fixes: JDK: Improve Resource Resolving CVE-2026-60589 JDK: Enhance HTTP Connections CVE-2026-61308 JDK: Improve font loading CVE-2026-70906 JDK: Enhance TLS server...

7.5CVSS5.4AI score0.0046EPSS
SaveExploits0References6
Rockylinux
Rockylinux
•added 2026/08/21 12:07 p.m.•17 views

java-25-openjdk security update

An update is available for java-25-openjdk. This update affects Rocky Linux 10. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list The OpenJDK 25 packages provide the OpenJDK 25 Java Runtime...

7.5CVSS5.5AI score0.0046EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
•added 2026/08/21 12:00 a.m.•15 views

RockyLinux 10 : java-25-openjdk (RLSA-2026:55798)

The remote RockyLinux 10 host has packages installed that are affected by multiple vulnerabilities as referenced in the RLSA-2026:55798 advisory. JDK: Improve Resource Resolving CVE-2026-60589 JDK: Enhance HTTP Connections CVE-2026-61308 JDK: Improve font loading CVE-2026-70906 JDK: Enhance TLS...

7.5CVSS5.4AI score0.0046EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
•added 2026/08/21 12:00 a.m.•12 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-001490)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-001490 advisory. In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: always wait for both firmware loading attempts In 'rtwwaitfirmwarecompletion', alway...

7.8CVSS6.9AI score0.00246EPSS
SaveExploits0References3
Rows per page
Query Builder