Lucene search
K

926 matches found

Packet Storm News
Packet Storm News
added 2026/04/13 12:0 a.m.1 views

RedShell: A Generative AI-Based Approach to Ethical Hacking

The application of Machine Learning techniques in code generation is now a common practice for most developers. Tools such as ChatGPT from OpenAI leverage the natural language processing capabilities of Large Language Models to generate machine code from natural language descriptions. In the...

5.9AI score
Exploits0
Packet Storm News
Packet Storm News
added 2026/04/13 12:0 a.m.2 views

Towards Automated Pentesting with Large Language Models

Large Language Models LLMs are redefining offensive cybersecurity by allowing the generation of harmful machine code with minimal human intervention. While attackers take advantage of dark LLMs such as XXXGPT and WolfGPT to produce malicious code, ethical hackers can follow similar approaches to...

6AI score
Exploits0
Packet Storm News
Packet Storm News
added 2026/04/08 12:0 a.m.1 views

SkillTrojan: Backdoor Attacks on Skill-Based Agent Systems

Skill-based agent systems tackle complex tasks by composing reusable skills, improving modularity and scalability while introducing a largely unexamined security attack surface. We propose SkillTrojan, a backdoor attack that targets skill implementations rather than model parameters or training...

6AI score
Exploits0
NVD
NVD
added 2026/04/07 4:16 p.m.1 views

CVE-2026-35492

Kedro-Datasets is a Kendo plugin providing data connectors. Prior to 9.3.0, PartitionedDataset in kedro-datasets was vulnerable to path traversal. Partition IDs were concatenated directly with the dataset base path without validation. An attacker or malicious input containing .. components in a...

6.5CVSS0.00018EPSS
Exploits0References3
Vulnrichment
Vulnrichment
added 2026/04/07 3:3 p.m.0 views

CVE-2026-35492 Kedro-Datasets has a path traversal vulnerability in PartitionedDataset allows arbitrary file write

Kedro-Datasets is a Kendo plugin providing data connectors. Prior to 9.3.0, PartitionedDataset in kedro-datasets was vulnerable to path traversal. Partition IDs were concatenated directly with the dataset base path without validation. An attacker or malicious input containing .. components in a...

6.5CVSS6AI score0.00018EPSS
Exploits0References3
CVE
CVE
added 2026/04/07 3:3 p.m.9 views

CVE-2026-35492

Kedro-Datasets PartitionedDataset has a path traversal vulnerability prior to 9.3.0, where partition IDs were concatenated with the dataset base path without validation, potentially allowing writing outside the dataset directory on local FS or storage backends (S3, GCS, etc.). The issue affects a...

6.5CVSS6AI score0.00018EPSS
Exploits0References3
Cvelist
Cvelist
added 2026/04/07 3:3 p.m.14 views

CVE-2026-35492 Kedro-Datasets has a path traversal vulnerability in PartitionedDataset allows arbitrary file write

Kedro-Datasets is a Kendo plugin providing data connectors. Prior to 9.3.0, PartitionedDataset in kedro-datasets was vulnerable to path traversal. Partition IDs were concatenated directly with the dataset base path without validation. An attacker or malicious input containing .. components in a...

6.5CVSS0.00018EPSS
Exploits0References3
ATTACKERKB
ATTACKERKB
added 2026/04/07 3:3 p.m.3 views

CVE-2026-35492

Kedro-Datasets is a Kendo plugin providing data connectors. Prior to 9.3.0, PartitionedDataset in kedro-datasets was vulnerable to path traversal. Partition IDs were concatenated directly with the dataset base path without validation. An attacker or malicious input containing .. components in a...

6.5CVSS6AI score0.00018EPSS
Exploits0References4Affected Software1
Packet Storm News
Packet Storm News
added 2026/04/07 12:0 a.m.0 views

Hybrid ResNet-1D-BiGRU with Multi-Head Attention for Cyberattack Detection in Industrial IoT Environments

This study introduces a hybrid deep learning model for intrusion detection in Industrial IoT IIoT systems, combining ResNet-1D, BiGRU, and Multi-Head Attention MHA for effective spatial-temporal feature extraction and attention-based feature weighting. To address class imbalance, SMOTE was applie...

5.9AI score
Exploits0
CNNVD
CNNVD
added 2026/04/07 12:0 a.m.2 views

Kedro-Plugins 路径遍历漏洞

Kedro-Plugins is an official plugin collection for the Kedro framework, developed by Kedro itself. Versions of Kedro-Plugins prior to 9.3.0 contained a path traversal vulnerability. This vulnerability stemmed from PartitionedDataset connecting partition IDs directly with the basic dataset path...

6.5CVSS5.8AI score0.00018EPSS
Exploits0References4
OSV
OSV
added 2026/04/06 6:16 p.m.2 views

PYSEC-2026-71

Kedro is a toolbox for production-ready data science. Prior to 1.3.0, the getversionedpath method in kedro/io/core.py constructs filesystem paths by directly interpolating user-supplied version strings without sanitization. Because version strings are used as path components, traversal sequences...

8.1CVSS5.8AI score0.00022EPSS
Exploits0References2
Snyk
Snyk
added 2026/04/06 5:55 p.m.2 views

Directory Traversal

Overview kedro-datasets is a Kedro-Datasets is where you can find all of Kedro's data connectors. Affected versions of this package are vulnerable to Directory Traversal via the PartitionedDataset component. An attacker can overwrite arbitrary files on the filesystem by supplying partition IDs...

7.1CVSS6.4AI score0.00018EPSS
Exploits0References2
OSV
OSV
added 2026/04/06 5:55 p.m.1 views

GHSA-CJG8-H5QC-HRJV kedro-datasets has a path traversal vulnerability in PartitionedDataset that allows arbitrary file write

Impact PartitionedDataset in kedro-datasets was vulnerable to path traversal. Partition IDs were concatenated directly with the dataset base path without validation. An attacker or malicious input containing .. components in a partition ID could cause files to be written outside the configured...

6.5CVSS5.9AI score0.00018EPSS
Exploits0References7
Github Security Blog
Github Security Blog
added 2026/04/06 5:55 p.m.4 views

kedro-datasets has a path traversal vulnerability in PartitionedDataset that allows arbitrary file write

Impact PartitionedDataset in kedro-datasets was vulnerable to path traversal. Partition IDs were concatenated directly with the dataset base path without validation. An attacker or malicious input containing .. components in a partition ID could cause files to be written outside the configured...

6.5CVSS5.9AI score0.00018EPSS
Exploits0References7Affected Software1
Cvelist
Cvelist
added 2026/04/06 5:43 p.m.12 views

CVE-2026-35167 Kedro has a path traversal in versioned dataset loading via unsanitized version string

Kedro is a toolbox for production-ready data science. Prior to 1.3.0, the getversionedpath method in kedro/io/core.py constructs filesystem paths by directly interpolating user-supplied version strings without sanitization. Because version strings are used as path components, traversal sequences...

7.1CVSS0.00022EPSS
Exploits0References2
RedhatCVE
RedhatCVE
added 2026/04/06 10:57 a.m.1 views

CVE-2026-5535

A security flaw has been discovered in FedML-AI FedML up to 0.8.9. This impacts an unknown function of the file FileUtils.java of the component MQTT Message Handler. Performing a manipulation of the argument dataSet results in path traversal. The attack is possible to be carried out remotely. The...

5.4CVSS5.4AI score0.00121EPSS
Exploits1References1
Positive Technologies
Positive Technologies
added 2026/04/06 12:0 a.m.1 views

PT-2026-30759

Impact PartitionedDataset in kedro-datasets was vulnerable to path traversal. Partition IDs were concatenated directly with the dataset base path without validation. An attacker or malicious input containing .. components in a partition ID could cause files to be written outside the configured...

6.5CVSS5.9AI score0.00018EPSS
Exploits0References8
EUVD
EUVD
added 2026/04/05 3:30 a.m.0 views

EUVD-2026-19017

A security flaw has been discovered in FedML-AI FedML up to 0.8.9. This impacts an unknown function of the file FileUtils.java of the component MQTT Message Handler. Performing a manipulation of the argument dataSet results in path traversal. The attack is possible to be carried out remotely. The...

5.3CVSS5.4AI score0.00121EPSS
Exploits1References5
Cvelist
Cvelist
added 2026/04/05 2:0 a.m.25 views

CVE-2026-5535 FedML-AI FedML MQTT Message FileUtils.java path traversal

A security flaw has been discovered in FedML-AI FedML up to 0.8.9. This impacts an unknown function of the file FileUtils.java of the component MQTT Message Handler. Performing a manipulation of the argument dataSet results in path traversal. The attack is possible to be carried out remotely. The...

5.3CVSS0.00121EPSS
Exploits1References4
CVE
CVE
added 2026/04/05 2:0 a.m.5 views

CVE-2026-5535

FedML-AI FedML up to 0.8.9 has a path traversal flaw in the MQTT Message Handler’s FileUtils.java triggered by manipulating the dataSet argument. The issue is remotely exploitable and an exploit has been publicly released. Affected component: MQTT Message Handler (FileUtils.java) within FedML-Fed...

5.4CVSS5.4AI score0.00121EPSS
Exploits1References4Affected Software1
Rows per page
Query Builder