vulnerability-research

Tag

Cards List
#vulnerability-research

I accidentally turned LLM memory into program analysis

Hacker News Top · 2026-08-28 Cached

The author developed a Datalog-based memory system for LLMs to maintain accurate state during investigations like vulnerability research, automatically updating conclusions when facts change.

0 favorites 0 likes
#vulnerability-research

What's in a tag name? JavaScript, apparently

Lobsters Hottest · 2026-08-26 Cached

Research article from PortSwigger demonstrating new XSS attack vectors using JavaScript properties in HTML tag names, enabling WAF bypasses across browsers.

0 favorites 0 likes
#vulnerability-research

A revisit of remote Spectre attacks on Cloudflare Workers

Hacker News Top · 2026-08-19 Cached

This article revisits remote Spectre attacks on Cloudflare Workers, demonstrating a successful attack in production despite existing defenses. It details improvements to security mechanisms and announces the publication of a research paper on the findings.

0 favorites 0 likes
#vulnerability-research

@OpenAI: We've used GPT-5.6-Cyber extensively in real-world vulnerability research, including work that uncovered previously unk…

X AI KOLs · 2026-08-10 Cached

OpenAI highlights the use of GPT-5.6-Cyber in real-world vulnerability research, including discovering previously unknown bugs in open-source software like Chrome's V8 engine.

0 favorites 0 likes
#vulnerability-research

@DragonsCyberHQ: Windows PnP is the loader here. Attacker-controlled device identities can make Windows fetch and run vendor code as SYS…

X AI KOLs Timeline · 2026-08-09 Cached

Security researchers release a DEF CON 34 talk and tooling showing that Windows Plug and Play can silently download and execute vendor code as SYSTEM via attacker-controlled device identities, including through USB emulation and RDP USB redirection.

0 favorites 0 likes
#vulnerability-research

The Most Dangerous AI Hacking Techniques Still Have Humans in the Loop

Wired · 2026-08-05 Cached

Security researcher James Kettle presented findings at Black Hat showing that while agentic AI is limited in autonomously devising novel hacks, it becomes a powerful partner when guided by humans, leading to the discovery of a new vulnerability class called Shared-Parser Confusion.

0 favorites 0 likes
#vulnerability-research

Realized the other day that “AI reads your instructions” and “AI reads an attacker’s instructions” look identical to it

Reddit r/ArtificialInteligence · 2026-08-05

A security researcher discusses how LLM agents cannot distinguish between user instructions and text in documents, introducing AVE, an open standard for naming AI agent vulnerabilities that is cross-referenced with OWASP and MITRE frameworks.

0 favorites 0 likes
#vulnerability-research

Bugtraq Is Back

Hacker News Top · 2026-08-05 Cached

Bugtraq, the historic full-disclosure security mailing list, is being revived. The new owner acquired securityfocus.com and pledges to restore researcher-first vulnerability disclosure and preserve the field's history.

0 favorites 0 likes
#vulnerability-research

Pass the Passkey: A Novel Attack Surface in Passwordless Authentication

Hacker News Top · 2026-08-04 Cached

This Unit 42 research discloses three novel attacks against passwordless authentication using Google's synced passkey ecosystem, showing how malware can take over passkey-protected accounts, bypass user verification, and extract private keys.

0 favorites 0 likes
#vulnerability-research

How AI guardrails are impeding the work of offensive cybersecurity researchers

TechCrunch AI · 2026-07-24 Cached

AI safety guardrails intended to prevent malicious use are also hindering legitimate offensive cybersecurity researchers, who need unrestricted model access to identify and exploit vulnerabilities for defense. Researchers criticize the arbitrary gatekeeping by AI companies like Anthropic and OpenAI.

0 favorites 0 likes
#vulnerability-research

FreeBSoD: Leveraging Language Models to Find and Exploit Kernel Bugs (Part 2 of 2)

Lobsters Hottest · 2026-07-13 Cached

This article explores using large language models to assist in writing exploits for FreeBSD kernel vulnerabilities, detailing two exploit chains that achieve full jail escape.

0 favorites 0 likes
#vulnerability-research

FreeBSoD: Leveraging Language Models to Find and Exploit Kernel Bugs (Part 1 of 2)

Lobsters Hottest · 2026-07-13 Cached

This article describes how researchers at Praetorian used Claude Opus (via Claude Code) to discover and exploit vulnerabilities in the FreeBSD kernel, including a stack overflow (CVE-2026-3038) that allows escape from FreeBSD jails. Part one focuses on methodology for finding bugs.

0 favorites 0 likes
#vulnerability-research

Hacking Apple - SQL Injection to Remote Code Execution — ProjectDiscovery Blog

Lobsters Hottest · 2026-07-12 Cached

A detailed write-up from ProjectDiscovery detailing how they discovered a critical SQL injection vulnerability in Apple's Book Travel portal via Masa/Mura CMS and achieved Remote Code Execution.

0 favorites 0 likes
#vulnerability-research

Protocol Prying: Vulnerability Research in AirDrop and Quick Share

Hacker News Top · 2026-07-04 Cached

This paper presents the first cross-platform reverse engineering and protocol-aware fuzzing study of Apple AirDrop and Android Quick Share, uncovering six vulnerabilities in these widely used proximity transfer protocols.

0 favorites 0 likes
#vulnerability-research

@hetmehtaa: Local AI for Penetration Testing & Research https://projectblack.io/blog/local-ai-for-cyber-security/…

X AI KOLs Timeline · 2026-07-02 Cached

A blog post benchmarks four approaches (Semgrep, GLM 5.1 with Strix, cloud SOTA with code review skill, and local AI with a custom harness) for finding a known LFI vulnerability in PHPIPAM, finding that the local AI harness with a tailored approach outperforms the others.

0 favorites 0 likes
#vulnerability-research

@OpenAI: GPT-5.6 Sol is our most capable model yet for cybersecurity. It shifts the performance-efficiency frontier for long-hor…

X AI KOLs · 2026-06-26 Cached

OpenAI announces GPT-5.6 Sol, a model specialized for cybersecurity, improving performance-efficiency on long-horizon security tasks like vulnerability research and exploitation.

0 favorites 0 likes
#vulnerability-research

@0x0SojalSec: AI Ghidra and Radare2 : AI-powered reverse engineering. AI agents that can disassemble, decompile, scan with YARA, and …

X AI KOLs Timeline · 2026-06-25 Cached

Reversecore MCP is an enterprise-grade AI-powered reverse engineering and security analysis tool that integrates with AI assistants via the Model Context Protocol, offering 50+ tools for static/dynamic analysis, malware analysis, vulnerability research, and more.

0 favorites 0 likes
#vulnerability-research

Anthropic study shows AI can build working exploits from security patches in hours, not weeks

Reddit r/ArtificialInteligence · 2026-06-11

Anthropic's study demonstrates that large language models can rapidly generate working exploits from security patches, reducing the time from weeks to hours, raising concerns about AI-driven vulnerability exploitation.

0 favorites 0 likes
#vulnerability-research

I built a vulnerable app and spent $1,500 seeing if LLMs could hack it

Hacker News Top · 2026-06-04 Cached

The author built a vulnerable React Native app to test if LLMs could exploit a common Firebase misconfiguration, finding that only a few models (GPT 5.5, Deepseek V4 Pro, Claude Sonnet 4.6, Claude Opus 4-8) succeeded, with GPT 5.5 having the highest solve rate.

0 favorites 0 likes
#vulnerability-research

An AI audit of FreeBSD

Lobsters Hottest · 2026-05-29 Cached

An AI-assisted security audit of FreeBSD uncovered 15 kernel vulnerabilities, including privilege escalations and a VM escape, and details the collaborative process of reporting and patching bugs with the FreeBSD team.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback