Lucene search
+L

6066 matches found

Kitploit
Kitploit
added 2026/09/13 11:07 p.m.6 views

fuzzbench

FuzzBench: Fuzzer Benchmarking As a Service FuzzBench is a free service that evaluates fuzzers on a wide variety of real-world benchmarks, at Google scale. The goal of FuzzBench is to make it painless to rigorously evaluate fuzzing research and make fuzzing research easier for the community to...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/13 4:51 p.m.9 views

clusterfuzz

ClusterFuzz ClusterFuzz 是一个可扩展的模糊测试基础设施,用于发现软件中的安全性和稳定性问题。 Google 使用 ClusterFuzz 对所有 Google 产品进行模糊测试,并作为 OSS-Fuzz 的模糊测试后端。 ClusterFuzz 提供了许多功能,帮助将模糊测试无缝集成到软件项目的开发过程中: 高度可扩展。可在任何规模的集群上运行(例如 OSS-Fuzz 实例在 100,000 台虚拟机上运行)。 精确的崩溃去重。 完全自动的漏洞提交、分类和关闭,支持多种问题追踪器(例如 Monorail、Jira)。...

5.9AI score
SaveExploits0References9
Kitploit
Kitploit
added 2026/09/13 4:51 p.m.56 views

clusterfuzz

ClusterFuzz ClusterFuzz is a scalable fuzzing infrastructure that finds security and stability issues in software. Google uses ClusterFuzz to fuzz all Google products and as the fuzzing backend for OSS-Fuzz. ClusterFuzz provides many features which help seamlessly integrate fuzzing into a softwar...

6AI score
SaveExploits0References11
Kitploit
Kitploit
added 2026/09/13 8:55 a.m.7 views

oss-fuzz-gen

A Framework for Fuzz Target Generation and Evaluation This framework generates fuzz targets for real-world C/C++/Java/Python projects with various Large Language Models LLM and benchmarks them via the OSS-Fuzz platform. More details available in AI-Powered Fuzzing: Breaking the Bug Hunting Barrie...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/13 6:45 a.m.14 views

oss-fuzz

OSS-Fuzz:开源软件的持续模糊测试 模糊测试是一种广为人知的用于发现软件中编程错误的技术。许多这类可检测的错误,例如缓冲区溢出,可能具有严重的安全隐患。Google 通过部署对 Chrome 组件的引导式进程内模糊测试已发现数千个安全漏洞和稳定性缺陷,现在我们希望与开源社区共享这一服务。 与核心基础设施倡议和OpenSSF合作,OSS-Fuzz 旨在通过结合现代模糊测试技术与可扩展的分布式执行,使常见的开源软件更加安全稳定。不符合 OSS-Fuzz 条件(例如闭源软件)的项目可以运行自己的 ClusterFuzz 或 ClusterFuzzLite 实例。 我们支持...

5.9AI score
SaveExploits0References7
Kitploit
Kitploit
added 2026/09/12 2:25 a.m.12 views

tmux-fuzzing

Laboratorio de Fuzzing: Mejorando el Fuzzing para tmux Seguridad de Software @ EPFL, Primavera 2025 Resumen En este laboratorio, mejoramos los esfuerzos de fuzzing para el multiplexor de terminal tmux dentro de la infraestructura OSS-Fuzz de Google. Primero establecimos una línea base evaluando l...

8.8CVSS7.5AI score0.00693EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/10 12:00 p.m.8 views

LibPNG_OSS-Fuzz

libpng 的模糊测试与漏洞分析 小组安全研究项目 关于模糊测试: 模糊测试是一种自动化软件测试技术,向程序提供无效、意外或随机数据,以发现缺陷和漏洞。导向覆盖的模糊测试利用代码覆盖反馈,智能地探索不同的执行路径。 关于 OSS-Fuzz: OSS-Fuzz 是 Google 针对开源软件的持续模糊测试服务。它使用 LibFuzzer 及其他模糊测试引擎,自动测试关键开源项目并报告漏洞。 本项目演示了使用 Google 的 OSS-Fuzz 框架对 libpng 库进行导向覆盖的模糊测试、代码覆盖分析及漏洞利用。 目标: libpng v1.6.48(模糊测试)、v1.5.20(漏洞利...

10CVSS5.9AI score0.04047EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/06 12:22 a.m.6 views

OSV-2026-1239 Security exception in org.apache.lucene.util.ArrayUtil.copyOfSubArray

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=557292360 Crash type: Security exception Crash state: org.apache.lucene.util.ArrayUtil.copyOfSubArray org.apache.lucene.util.BytesRef.deepCopyOf org.apache.lucene.index.Term...

5.8AI score
SaveExploits0References1
OSV
OSV
added 2026/08/31 12:03 a.m.4 views

OSV-2026-1220 Use-of-uninitialized-value in str_escape

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=554268877 Crash type: Use-of-uninitialized-value Crash state: strescape mrbvmexec yieldwithattr...

5.8AI score
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.9 views

Astra Linux – Vulnerability in jq

jq is a command-line JSON processor. In versions up to and including 1.7.1, a heap-bufferoverflow error occurs in the jvstringvfmt function within the jqfuzzexecute harness from oss-fuzz. This error happens at line 1456 of the jv.c file: void p = mallocsz;. As of the time of publication, no patch...

8.7CVSS6.6AI score0.00534EPSS
SaveExploits1References2
OSV
OSV
added 2026/08/23 12:08 a.m.9 views

OSV-2026-1189 Global-buffer-overflow in oidc_cfg_redirect_urls_allowed_get

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=550474749 Crash type: Global-buffer-overflow READ 8 Crash state: oidccfgredirecturlsallowedget oidcvalidateredirecturl fuzzurl.c...

5.3AI score
SaveExploits0References1
Anthropic
Anthropic
added 2026/08/17 5:47 p.m.11 views

ANT-2026-ZRDQDR79 · util-linux · heap-use-after-free

use-after-free medium CVE-2026-13595 GHSA-qpmf-9p9c-455w Severity Claude critical · Security research firm high · Maintainer medium Discovered by Claude Mythos Preview REPORT Anthropic's analysis, sealed at approval. Disclosure to the maintainer was performed by Calif. ANT-2026-ZRDQDR79:...

6.8CVSS7AI score0.00168EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/16 12:02 a.m.39 views

OSV-2026-1157 Memcpy-param-overlap in zxc_decompress_chunk_wrapper_default

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=546426939 Crash type: Memcpy-param-overlap Crash state: zxcdecompresschunkwrapperdefault zxcdecompressframe fuzzdecompress.c...

5.3AI score
SaveExploits0References1
OSV
OSV
added 2026/08/08 12:16 a.m.18 views

OSV-2026-1127 Heap-buffer-overflow in read_data

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=543583447 Crash type: Heap-buffer-overflow READ 1 Crash state: readdata zipsourcecall zipsourceread...

5.3AI score
SaveExploits0References1
OSV
OSV
added 2026/08/04 12:03 a.m.5 views

OSV-2026-1110 Check failed in CheckUnwind

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=541969271 Crash type: Check failed Crash state: CheckUnwind mrbbasicallocfunc pmnodehashinsert...

5.8AI score
SaveExploits0References1
OSV
OSV
added 2026/07/30 12:06 a.m.13 views

OSV-2026-1095 Heap-buffer-overflow in grk::t1::CodeblockDecompressImpl::parsePacketData

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=540111888 Crash type: Heap-buffer-overflow READ 8 Crash state: grk::t1::CodeblockDecompressImpl::parsePacketData grk::PacketParser::readData grk::PacketParser::parsePacketData...

5.4AI score
SaveExploits0References1
OSV
OSV
added 2026/07/29 12:02 a.m.16 views

OSV-2026-1092 Security exception in com.github.javaparser.ast.expr.Name.accept

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=539142495 Crash type: Security exception Crash state: com.github.javaparser.ast.expr.Name.accept com.github.javaparser.ast.visitor.VoidVisitorAdapter.lambda$visit$133 java.base/java.util.Optional.ifPresent...

5.4AI score
SaveExploits0References1
OSV
OSV
added 2026/07/28 7:17 a.m.13 views

OSV-2026-1071 Security exception in com.github.javaparser.ast.expr.FieldAccessExpr.accept

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=537183300 Crash type: Security exception Crash state: com.github.javaparser.ast.expr.FieldAccessExpr.accept com.github.javaparser.ast.visitor.VoidVisitorAdapter.visit java.base/java.nio.ByteBuffer.position...

5.8AI score
SaveExploits0References1
PyPA
PyPA
added 2026/07/13 3:46 p.m.22 views

Open Babel has heap buffer overflow in ChemKin ChemKinFormat::CheckSpecies

SummaryA memory-safety vulnerability in Open Babel's ChemKin parser causeda heap buffer overflow when reading a crafted input file. DetailsThe flaw was in ChemKinFormat::CheckSpecies. A malformed speciesrecord caused the parser to write past the end of a heap-allocatedbuffer. ImpactOpen Babel is ...

7.8CVSS6.5AI score0.0028EPSS
SaveExploits1References10Affected Software1
OSV
OSV
added 2026/06/29 12:21 a.m.17 views

OSV-2026-995 Heap-double-free in dxf_entities_read

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=528859714 Crash type: Heap-double-free Crash state: dxfentitiesread dwgreaddxf llvmfuzz.c...

5.8AI score
SaveExploits0References1
Rows per page
Query Builder