Lucene search
+L

371 matches found

Kitploit
Kitploit
added 2026/08/25 3:34 a.m.1 views

getrails

GETRAILS Libreria di OSINT e Dork hacking che funziona con Google, Duckduckgo e Torch Sentiti libero di contribuire Esecuzione root@kitploit: import getrails getrails.search'site:scanme.nmap.org' Try Google search if return error use Duckduckgo "http://scanme.nmap.org",... getrails.gogle"term"...

5.4AI score
SaveExploits0References1
GithubExploit
GithubExploit
added 2026/08/05 9:16 p.m.22 views

Exploit for Use After Free in Linux Linux_Kernel

CVE-2026-23001 – Hugging Face Transformers Model Deserializati...

7.8CVSS7.6AI score0.00191EPSS
SaveExploits1
ATTACKERKB
ATTACKERKB
added 2026/08/05 12:26 p.m.4 views

CVE-2026-71281

Hugging Face peft's LoRA-GA and CorDA initialization modules src/peft/tuners/lora/corda.py lines 102 and 163, and src/peft/tuners/lora/loraga.py line 101 call torch.load on config-specified cache/covariance files without weightsonly=True, bypassing peft's own safe-loading wrapper used elsewhere i...

8.8CVSS5.3AI score0.00272EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/05 12:26 p.m.14 views

CVE-2026-71281 peft Unsafe Deserialization via torch.load() Without weights_only in LoRA-GA and CorDA Modules

Hugging Face peft's LoRA-GA and CorDA initialization modules src/peft/tuners/lora/corda.py lines 102 and 163, and src/peft/tuners/lora/loraga.py line 101 call torch.load on config-specified cache/covariance files without weightsonly=True, bypassing peft's own safe-loading wrapper used elsewhere i...

8.8CVSS5.3AI score0.00272EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/05 12:26 p.m.12 views

EUVD-2026-53366

Hugging Face peft's LoRA-GA and CorDA initialization modules src/peft/tuners/lora/corda.py lines 102 and 163, and src/peft/tuners/lora/loraga.py line 101 call torch.load on config-specified cache/covariance files without weightsonly=True, bypassing peft's own safe-loading wrapper used elsewhere i...

8.8CVSS5.9AI score0.00272EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/05 12:26 p.m.71 views

CVE-2026-71281

The CVE-2026-71281 details a vulnerability in Hugging Face PEFT: LoRA-GA and CorDA initialization modules call torch.load() on cache/covariance files without weights_only=True, bypassing PEFT’s safe-loading wrapper. This full pickle deserialization can lead to arbitrary code execution if a malici...

8.8CVSS5.3AI score0.00272EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/05 12:26 p.m.11 views

CVE-2026-71281 peft Unsafe Deserialization via torch.load() Without weights_only in LoRA-GA and CorDA Modules

Hugging Face peft's LoRA-GA and CorDA initialization modules src/peft/tuners/lora/corda.py lines 102 and 163, and src/peft/tuners/lora/loraga.py line 101 call torch.load on config-specified cache/covariance files without weightsonly=True, bypassing peft's own safe-loading wrapper used elsewhere i...

8.8CVSS5.3AI score
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/07/30 6:07 p.m.8 views

CVE-2026-15976

SGLang contains a RCE vulnerability when attempting to load model weights from a HuggingFace repository, specifically within the /updateweightsfromdisk, where torch.load..., weightsonly=False fallback enables pickle deserialization of .bin files...

5.9AI score0.00489EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/30 6:07 p.m.50 views

CVE-2026-15976 CVE-2026-15976

SGLang contains a RCE vulnerability when attempting to load model weights from a HuggingFace repository, specifically within the /updateweightsfromdisk, where torch.load..., weightsonly=False fallback enables pickle deserialization of .bin files...

0.00489EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/24 3:47 p.m.40 views

EUVD-2026-41089

Ray: Arbitrary code execution via ray.data.readwebdataset default decoder: pickle.loadsvalue and torch.loadweightsonly=False...

8.8CVSS6.3AI score0.00858EPSS
SaveExploits1References8
OSV
OSV
added 2026/07/24 3:47 p.m.13 views

GHSA-HHRP-GW25-JR43 Ray: Arbitrary code execution via ray.data.read_webdataset default decoder: pickle.loads(value) and torch.load(weights_only=False)

Summary ray.data.readwebdatasetpaths=... is a @PublicAPIstability="alpha" reader for WebDataset-format TAR files. Its default decoder=True invokes defaultdecoder on every sample's keys, which routes file extension to a decoder by extension. Two of those branches deserialize attacker-controlled...

8.8CVSS6.4AI score0.00858EPSS
SaveExploits1References9
OSV
OSV
added 2026/07/22 6:09 p.m.11 views

MAL-2026-10993 Malicious code in torch-musa (PyPI)

--- -= Per source details. Do not edit below this line.=- Source: kam193 dc7f99306afb7d31dab4c2ca32f2feb984bcdc505cf1dc6c3ee736cd21f9bcc9 Installing the package or importing the module exfiltrates basic information about the host, and the package has no other purpose. --- Category: PROBABLYPENTES...

5.7AI score
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/07/20 1:21 p.m.11 views

CVE-2026-12484

A flaw was found in Keras, specifically within the keras.layers.TorchModuleWrapper.fromconfig method. This vulnerability allows an attacker to perform unsafe deserialization of PyTorch pickle data. By processing untrusted Keras layer configurations, a local attacker could exploit this flaw, leadi...

7.8CVSS7.8AI score0.00393EPSS
SaveExploits0References4
BDU FSTEC
BDU FSTEC
added 2026/07/20 12:00 a.m.9 views

The vulnerability of the TorchModuleWrapper.from_config() function in the Keras library allows a hacker to execute arbitrary code.

The vulnerability of the TorchModuleWrapper.fromconfig function in the Keras library is related to deficiencies in the deserialization mechanism. Exploiting this vulnerability could allow an attacker to execute arbitrary code...

7.8CVSS7.9AI score0.00393EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/07/19 9:30 p.m.5 views

GHSA-V2W2-W228-C444 Keras: TorchModuleWrapper can deserialize unsafe PyTorch pickle data

A vulnerability in keras-team/keras version 3.15.0 allows unsafe deserialization of attacker-controlled PyTorch pickle data through the public keras.layers.TorchModuleWrapper.fromconfig method. This method invokes torch.load..., weightsonly=False without requiring an explicit unsafe opt-in, such ...

7.8CVSS8.1AI score0.00393EPSS
SaveExploits0References9
OSV
OSV
added 2026/07/19 8:16 p.m.12 views

DEBIAN-CVE-2026-12484

A vulnerability in keras-team/keras version 3.15.0 allows unsafe deserialization of attacker-controlled PyTorch pickle data through the public keras.layers.TorchModuleWrapper.fromconfig method. This method invokes torch.load..., weightsonly=False without requiring an explicit unsafe opt-in, such ...

7.8CVSS6.4AI score0.00393EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/19 7:47 p.m.42 views

CVE-2026-12484 Unsafe Deserialization in keras.layers.TorchModuleWrapper.from_config

A vulnerability in keras-team/keras version 3.15.0 allows unsafe deserialization of attacker-controlled PyTorch pickle data through the public keras.layers.TorchModuleWrapper.fromconfig method. This method invokes torch.load..., weightsonly=False without requiring an explicit unsafe opt-in, such ...

7.8CVSS0.00393EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/19 7:47 p.m.61 views

CVE-2026-12484

The CVE-2026-12484 entry describes a vulnerability in keras-team/keras v3.15.0 where unsafe deserialization of attacker-controlled PyTorch pickle data is possible via keras.layers.TorchModuleWrapper.from_config. The public method calls torch.load(..., weights_only=False) without an explicit safe ...

7.8CVSS8.2AI score0.00393EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/13 3:15 p.m.12 views

PYSEC-2026-3070 Snorkel MultitaskClassifier.load uses an unsafe torch.load

The snorkel library thru v0.10.0 contains an insecure deserialization vulnerability CWE-502 in the MultitaskClassifier.load method of the MultitaskClassifier class. The method loads model weight files using torch.load without enabling the security-restrictive weightsonly=True parameter. This...

8.8CVSS6.5AI score0.00392EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/13 3:15 p.m.30 views

PYSEC-2026-3068 Snorkel Trainer.load uses an unsafe torch.load

The snorkel library thru v0.10.0 contains an insecure deserialization vulnerability CWE-502 in the Trainer.load method of the Trainer class. The method loads model checkpoint files using torch.load without enabling the security-restrictive weightsonly=True parameter. This default behavior allows...

8.8CVSS6.5AI score0.00392EPSS
SaveExploits0References5
Rows per page
Query Builder