y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#software-security News & Analysis

13 articles tagged with #software-security. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

13 articles
AIBullisharXiv – CS AI · 3d ago7/10
🧠

VULPO: Context-Aware Vulnerability Detection via On-Policy LLM Optimization

Researchers introduce VULPO, an on-policy LLM optimization framework for vulnerability detection that achieves 203% improvement over baseline models by incorporating context-aware reasoning and multidimensional reward signals. The approach combines a new ContextVul dataset with specialized fine-tuning to create more effective security analysis tools that reason through complex code interactions.

AIBearisharXiv – CS AI · May 117/10
🧠

Direction for Detection: A Survey of Automated Vulnerability Detection and all of its Pain Points

A comprehensive survey of 87 machine learning vulnerability detection studies reveals that the field has stalled despite a decade of research, trapped in self-reinforcing feedback loops that optimize for narrow, artificial problems. Researchers identify twelve interconnected pain points spanning datasets, formulations, metrics, and evaluation approaches that perpetuate focus on binary C/C++ function-level classification while neglecting vulnerability type prediction, multilingual support, and broader detection granularities.

AINeutralarXiv – CS AI · Mar 46/105
🧠

Human-Certified Module Repositories for the AI Age

Researchers propose Human-Certified Module Repositories (HCMRs) as a new framework to ensure trustworthy software development in the AI era. The system combines human oversight with automated analysis to certify and curate reusable code modules, addressing growing security concerns as AI increasingly generates and assembles software components.

AIBullishOpenAI News · Oct 307/106
🧠

Introducing Aardvark: OpenAI’s agentic security researcher

OpenAI has launched Aardvark, an AI-powered autonomous security researcher that can find, validate, and help fix software vulnerabilities at scale. The system is currently in private beta with early testing available through sign-up.

AINeutralarXiv – CS AI · 4d ago6/10
🧠

ConVer: Using Contracts and Loop Invariant Synthesis for Scalable Formal Software Verification

ConVer is a compositional verification tool that leverages large language models and contract synthesis to formally verify C programs more efficiently than traditional bounded model checking. The tool achieves 82-96% success on simple benchmarks and 67% on complex programs, demonstrating significant progress in automated software verification despite limitations on recursive and loop-intensive code.

AI × CryptoNeutralarXiv – CS AI · 4d ago6/10
🤖

Cryptographic Registry Provenance: Structural Defense Against Dependency Confusion in AI Package Ecosystems

Researchers propose a cryptographic registry provenance system to prevent dependency confusion attacks in software ecosystems by requiring mandatory publisher signatures, cryptographic registry identity, registry countersignatures, and consumer-side enforcement. Analysis of eight major ecosystems reveals none currently implement all four defense layers, leaving package managers vulnerable to attacks that exploit the lack of provenance verification.

GeneralBearishArs Technica – AI · May 186/10
📰

Bug bounty businesses bombarded with AI slop

Bug bounty platforms are being overwhelmed by low-quality AI-generated submissions that waste time and resources, straining corporate vulnerability disclosure programs. This surge reflects broader challenges in maintaining security reward schemes as AI tools democratize report generation without improving actual security research quality.

Bug bounty businesses bombarded with AI slop
AIBullisharXiv – CS AI · May 126/10
🧠

VulTriage: Triple-Path Context Augmentation for LLM-Based Vulnerability Detection

Researchers introduce VulTriage, an LLM-based framework that enhances vulnerability detection in source code through triple-path context augmentation combining control flow analysis, vulnerability knowledge retrieval, and semantic summarization. The approach achieves state-of-the-art results on benchmark datasets and demonstrates strong generalization to low-resource scenarios.

AI × CryptoBullishCrypto Briefing · Apr 117/10
🤖

Gavriel Cohen: Open source projects thrive on community support, AI native service companies can achieve high margins, and security challenges in software architecture must be addressed | No Priors AI

Gavriel Cohen discusses how open-source projects drive AI innovation through community collaboration, highlighting NanoClaw's rapid growth as a case study. The analysis covers the commercial viability of AI-native service companies with high-margin potential and addresses critical security vulnerabilities in modern software architecture that developers must prioritize.

Gavriel Cohen: Open source projects thrive on community support, AI native service companies can achieve high margins, and security challenges in software architecture must be addressed | No Priors AI
AINeutralarXiv – CS AI · Mar 96/10
🧠

ESAA-Security: An Event-Sourced, Verifiable Architecture for Agent-Assisted Security Audits of AI-Generated Code

Researchers have developed ESAA-Security, a new architecture for conducting secure, verifiable audits of AI-generated code using structured agent workflows rather than unstructured LLM conversations. The system creates an immutable audit trail through event-sourcing and produces comprehensive security reports across 26 tasks and 95 executable checks.

AIBullisharXiv – CS AI · Mar 26/1012
🧠

Enhancing Continual Learning for Software Vulnerability Prediction: Addressing Catastrophic Forgetting via Hybrid-Confidence-Aware Selective Replay for Temporal LLM Fine-Tuning

Researchers developed Hybrid Class-Aware Selective Replay (Hybrid-CASR), a continual learning method that improves AI-based software vulnerability detection by addressing catastrophic forgetting in temporal scenarios. The method achieved 0.667 Macro-F1 score while reducing training time by 17% compared to baseline approaches on CVE data from 2018-2024.