Lucene search
+L

625 matches found

Packet Storm News
Packet Storm News
added 2025/10/19 12:00 a.m.6 views

BreakFun: Jailbreaking LLMs Via Schema Exploitation

The proficiency of Large Language Models LLMs in processing structured data and adhering to syntactic rules is a capability that drives their widespread adoption but also makes them paradoxically vulnerable. In this paper, we investigate this vulnerability through BreakFun, a jailbreak methodolog...

6.7AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2025/10/12 12:00 a.m.45 views

SASER: Stego Attacks on Open-Source LLMs

Open-source large language models LLMs have demonstrated considerable dominance over proprietary LLMs in resolving neural processing tasks, thanks to the collaborative and sharing nature. Although full access to source codes, model parameters, and training data lays the groundwork for transparenc...

6.5AI score
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/10/10 1:02 a.m.12 views

iommu/s390: Make attach succeed when the device was surprise removed

...

7.8CVSS7AI score0.00133EPSS
SaveExploits0
EUVD
EUVD
added 2025/10/07 12:30 a.m.10 views

EUVD-2017-8797

Malware in sbrugna...

9.8CVSS9.5AI score0.02204EPSS
SaveExploits2References3
EUVD
EUVD
added 2025/10/07 12:30 a.m.11 views

EUVD-2007-0008

Malware in sbrugna...

1.9CVSS6.4AI score0.00343EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/03 8:07 p.m.10 views

EUVD-2025-29147

Malicious code in bioql PyPI...

5.3CVSS4.9AI score0.00291EPSS
SaveExploits1References6
EUVD
EUVD
added 2025/10/03 8:07 p.m.15 views

EUVD-2025-24016

Malicious code in bioql PyPI...

5.1CVSS4.8AI score0.00237EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:07 p.m.14 views

EUVD-2025-22670

Malicious code in bioql PyPI...

7.6AI score0.00188EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/10/03 8:07 p.m.10 views

EUVD-2022-55529

Malicious code in bioql PyPI...

7.4AI score0.00137EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:07 p.m.12 views

EUVD-2025-31985

Malicious code in bioql PyPI...

6.5AI score0.00153EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:07 p.m.13 views

EUVD-2025-26464

Malicious code in bioql PyPI...

5.3CVSS4.9AI score0.00292EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:07 p.m.6 views

EUVD-2021-31872

Malicious code in bioql PyPI...

9.1CVSS8AI score0.02784EPSS
SaveExploits0References4
NVD
NVD
added 2025/10/01 12:15 p.m.12 views

CVE-2022-50433

In the Linux kernel, the following vulnerability has been resolved: efi: ssdt: Don't free memory if ACPI table was loaded successfully Amadeusz reports KASAN use-after-free errors introduced by commit 3881ee0b1edc "efi: avoid efivars layer when loading SSDTs from variables". The problem appears t...

7.8CVSS0.00153EPSS
SaveExploits0References2
Packet Storm News
Packet Storm News
added 2025/10/01 12:00 a.m.11 views

Backdoor Attacks against Speech Language Models

Large Language Models LLMs and their multimodal extensions are becoming increasingly popular. One common approach to enable multimodality is to cascade domain-specific encoders with an LLM, making the resulting model inherit vulnerabilities from all of its components. In this work, we present the...

6.9AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2025/10/01 12:00 a.m.43 views

Breaking the Code: Security Assessment of AI Code Agents through Systematic Jailbreaking Attacks

Code-capable large language model LLM agents are increasingly embedded into software engineering workflows where they can read, write, and execute code, raising the stakes of safety-bypass "jailbreak" attacks beyond text-only settings. Prior evaluations emphasize refusal or harmful-text detection...

7.7AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2025/09/30 12:37 a.m.9 views

kernel: drm/vkms: Fix use after free and double free on init error

In the Linux kernel, the following vulnerability has been resolved: drm/vkms: Fix use after free and double free on init error If the driver initialization fails, the vkmsexit function might access an uninitialized or freed defaultconfig pointer and it might double free it. Fix both possible erro...

7.8CVSS6.8AI score0.0021EPSS
SaveExploits0References5
Packet Storm News
Packet Storm News
added 2025/09/25 12:00 a.m.11 views

Vision Transformers: the Threat of Realistic Adversarial Patches

The increasing reliance on machine learning systems has made their security a critical concern. Evasion attacks enable adversaries to manipulate the decision-making processes of AI systems, potentially causing security breaches or misclassification of targets. Vision Transformers ViTs have gained...

7AI score
SaveExploits0
OSV
OSV
added 2025/09/19 4:15 p.m.3 views

DEBIAN-CVE-2025-39847

In the Linux kernel, the following vulnerability has been resolved: ppp: fix memory leak in padcompressskb If allocskb fails in padcompressskb, it returns NULL without releasing the old skb. The caller does: skb = padcompressskbppp, skb; if !skb goto drop; drop: kfreeskbskb; When padcompressskb...

5.5CVSS5.3AI score0.0016EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2025/09/16 11:30 p.m.7 views

SUSE CVE-2023-53295

In the Linux kernel, the following vulnerability has been resolved: udf: Do not update file length for failed writes to inline files When write to inline file fails or happens only partly, we still updated length of inline data as if the whole write succeeded. Fix the update of length of inline...

6.5CVSS6.6AI score0.00145EPSS
SaveExploits0References8
OSV
OSV
added 2025/09/16 8:15 a.m.3 views

DEBIAN-CVE-2023-53295

In the Linux kernel, the following vulnerability has been resolved: udf: Do not update file length for failed writes to inline files When write to inline file fails or happens only partly, we still updated length of inline data as if the whole write succeeded. Fix the update of length of inline...

5.5CVSS5.3AI score0.00145EPSS
SaveExploits0References1
Rows per page
Query Builder