Lucene search
+L

35 matches found

NVD
NVD
added 2026/09/02 5:18 p.m.7 views

CVE-2026-84809

Tencent AI-Infra-Guard's skill-scan component excludes compiled Python bytecode files from analysis by hardcoding pycache directories and .pyc/.pyo/.pyd extensions into skip lists across multiple scanning surfaces. Attackers can distribute skills with benign Python source files alongside maliciou...

7.1CVSS0.00315EPSS
SaveExploits0References6
NVD
NVD
added 2026/09/02 5:18 p.m.8 views

CVE-2026-84810

claude-skill-antivirus fails to analyze executable files when scanning local skill directories, reading only SKILL.md while ignoring Python source, bytecode, and other artifacts in the scripts directory. Attackers can distribute skills with malicious code in non-manifest files that receive a SAFE...

7.1CVSS0.00262EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/02 4:59 p.m.4 views

CVE-2026-84811 agentverus-scanner Companion Code Analysis Bypass via Excluded Python Bytecode

agentverus-scanner fails to analyze compiled Python bytecode files in companion code directories, allowing attackers to bypass security scanning by shipping malicious pycache entries alongside benign source files. Attackers can execute arbitrary Python bytecode on import while the scanner reports...

7.1CVSS6.1AI score
SaveExploits0References7
EUVD
EUVD
added 2026/09/02 4:59 p.m.8 views

EUVD-2026-70225

claude-skill-antivirus fails to analyze executable files when scanning local skill directories, reading only SKILL.md while ignoring Python source, bytecode, and other artifacts in the scripts directory. Attackers can distribute skills with malicious code in non-manifest files that receive a SAFE...

7.1CVSS5.9AI score0.00262EPSS
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/01 10:31 p.m.5 views

jsonorg-fn1

json.org CVE-2022-45688 미탐 이 프로젝트는 json.org의 CVE-2022-45688을 설명합니다. -- 입력에서 XML을 읽어 JSON으로 변환하고 콘솔에 보기 좋게 출력하는 간단한 애플리케이션 XML2JSONConverter가 있습니다. 악의적인 입력을 사용하면 애플리케이션이 스택 오버플로stackoverflow로 인해 충돌합니다. 테스트 케이스 CVE202245688Test는 이러한 동작을 보여주며, mvn test를 실행하여 수행할 수 있습니다. 소프트웨어 구성 분석SCA 실행 다양한 분석을 실행하...

7.5CVSS6.7AI score0.01181EPSS
SaveExploits5
CVE
CVE
added 2026/08/25 6:21 p.m.19 views

CVE-2026-55618

eml_parser is a Python module for parsing .eml files. Prior to 3.0.2 , the clean_found_uri function in parser.py validates potential URL strings before unescaping HTML entities for colon, slash, or period characters. As a result, valid encoded URLs and their hostnames are rejected and omitted fro...

6.5CVSS5.3AI score0.003EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/05/06 1:43 a.m.23 views

SUSE CVE-2026-31734

In the Linux kernel, the following vulnerability has been resolved: schedext: Fix isbpfmigrationdisabled false negative on non-PREEMPTRCU Since commit 8e4f0b1ebcf2 "bpf: use rcureadlockdontmigrate for trampoline.c", the BPF prolog bpfprogenter calls migratedisable only when CONFIGPREEMPTRCU is...

5.8AI score0.00121EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/05/01 2:14 p.m.19 views

CVE-2026-31734

In the Linux kernel, the following vulnerability has been resolved: schedext: Fix isbpfmigrationdisabled false negative on non-PREEMPTRCU Since commit 8e4f0b1ebcf2 "bpf: use rcureadlockdontmigrate for trampoline.c", the BPF prolog bpfprogenter calls migratedisable only when CONFIGPREEMPTRCU is...

5.5CVSS5.7AI score0.00121EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/05/01 2:14 p.m.45 views

CVE-2026-31734 sched_ext: Fix is_bpf_migration_disabled() false negative on non-PREEMPT_RCU

In the Linux kernel, the following vulnerability has been resolved: schedext: Fix isbpfmigrationdisabled false negative on non-PREEMPTRCU Since commit 8e4f0b1ebcf2 "bpf: use rcureadlockdontmigrate for trampoline.c", the BPF prolog bpfprogenter calls migratedisable only when CONFIGPREEMPTRCU is...

0.00121EPSS
SaveExploits0References3
CVE
CVE
added 2026/05/01 2:14 p.m.29 views

CVE-2026-31734

CVE-2026-31734 (Linux kernel sched_ext) has been fixed. The issue was a false negative where is_bpf_migration_disabled() could be incorrect on systems without CONFIG_PREEMPT_RCU, causing migration_disabled == 1 to be treated as truly migration-disabled even for the current task. The BPF prolog no...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References3Affected Software1
Packet Storm News
Packet Storm News
added 2026/04/04 12:00 a.m.10 views

Measuring the Permission Gate: A Stress-Test Evaluation of Claude Code's Auto Mode

Claude Code's auto mode is the first deployed permission system for AI coding agents, using a two-stage transcript classifier to gate dangerous tool calls. Anthropic reports a 0.4% false positive rate and 17% false negative rate on production traffic. We present the first independent evaluation o...

5.9AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/01/10 12:00 a.m.20 views

ALFA: A Safe-By-Design Approach to Mitigate Quishing Attacks Launched Via Fancy QR Codes

Phishing with Quick Response QR codes is termed as Quishing. The attackers exploit this method to manipulate individuals into revealing their confidential data. Recently, we see the colorful and fancy representations of QR codes, the 2D matrix of QR codes which does not reflect a typical mixture ...

6.9AI score
SaveExploits0
EUVD
EUVD
added 2025/10/07 12:30 a.m.9 views

EUVD-2020-0427

Malware in sbrugna...

8.6CVSS8.5AI score0.00932EPSS
SaveExploits0References4
OSV
OSV
added 2025/02/26 6:37 a.m.15 views

CVE-2021-47640

In the Linux kernel, the following vulnerability has been resolved: powerpc/kasan: Fix early region not updated correctly The shadow's page table is not updated when PTERPNSHIFT is 24 and PAGESHIFT is 12. It not only causes false positives but also false negative as shown the following text. Fix ...

7.8CVSS6.8AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/02/26 1:54 a.m.26 views

CVE-2021-47640 powerpc/kasan: Fix early region not updated correctly

In the Linux kernel, the following vulnerability has been resolved: powerpc/kasan: Fix early region not updated correctly The shadow's page table is not updated when PTERPNSHIFT is 24 and PAGESHIFT is 12. It not only causes false positives but also false negative as shown the following text. Fix ...

0.00256EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/02/26 1:54 a.m.66 views

CVE-2021-47640

In the Linux kernel, the following vulnerability has been resolved: powerpc/kasan: Fix early region not updated correctly The shadow's page table is not updated when PTERPNSHIFT is 24 and PAGESHIFT is 12. It not only causes false positives but also false negative as shown the following text. Fix ...

7.8CVSS5.8AI score0.00256EPSS
SaveExploits0
GithubExploit
GithubExploit
added 2024/01/28 8:03 p.m.808 views

Exploit for Deserialization of Untrusted Data in Alibaba Fastjson

json.org CVE-2022-45688 true & false positive WTF ?? The p...

9.8CVSS7.7AI score0.18743EPSS
SaveExploits10
Positive Technologies
Positive Technologies
added 2023/11/27 12:00 a.m.6 views

PT-2023-33058 · Esapi · Esapi

Name of the Vulnerable Software and Affected Versions: ESAPI versions 1.3 through 2.5.x Description: The Validator.isValidSafeHTML method can result in false negatives, reporting some input as safe when it is not, potentially leading to XSS vulnerabilities. This issue affects all versions of ESAP...

6.5AI score
SaveExploits0References3
Malwarebytes
Malwarebytes
added 2021/05/18 5:12 p.m.33 views

4 things you should know about testing AV software with VirusTotal’s free online multiscanner

As COVID-19 soldiers on, small and medium-size businesses now feel as ripe for malware attacks as deep-pocketed multinationals. SMBs see that, along with remote work, our pandemic has also brought troubling new holes to their security. This means cybercriminals—equal opportunity charlatans that...

7.4AI score
SaveExploits0
GithubExploit
GithubExploit
added 2020/10/21 9:42 a.m.211 views

Exploit for CVE-2020-1472

ZeroLogon testing script A Python script that uses the Impack...

10CVSS8.3AI score0.99512EPSS
SaveExploits76
Rows per page
Query Builder