REPORTS
Fresh threat intelligence we ingest from public vendor and research feeds — each report linked to its original source. Search, filter by source, and open the reference.
Reports
Newest first. Search, filter by source, open the original.
2138 reports · page 10 of 54
trail_of_bits · tlp:amber · 7/13/2026, 11:00:00 AM
Rust-proof your code with our new Testing Handbook chapter We’ve added a new chapter to our Testing Handbook : a comprehensive guide to security testing Rust programs. This chapter covers the tools and techniques we use at Trail of Bits to validate the security of Rust programs and systems. fn main () {( | f: & dyn Fn ( u128 )-> Box < dyn Iterator < Item = char >+ 'static >| f( * [ & ( 0x7B736D70683F73 u128 << 64 | 0x7A6A6D7C3F7A667D ), & ( 0…
Read original ↗https://blog.trailofbits.com/2026/07/13/rust-proof-your-code-with-our-new-testing-handbook-chapter
the_hacker_news · tlp:amber · 7/13/2026, 7:30:00 AM
Misconfigured Server Reveals Three Evilginx Phishing Operations Targeting Microsoft 365 An attacker running a live Microsoft 365 phishing operation left a Python web server listening on a public port with directory listing switched on. The command that did it: python3 -m http.server 8080, was still sitting in the readable .bash_history. From that one lapse, French security firm Lexfo lifted the operator's entire toolkit and pivoted through it to two more …

the_hacker_news · tlp:amber · 7/13/2026, 5:36:02 AM
iCagenda and Balbooa Forms Joomla Flaws Reportedly Exploited as Zero-Days The U.S. Cybersecurity and Infrastructure Security Agency (CISA) has added two maximum-severity security flaws impacting iCagenda and Balbooa extensions for Joomla to its Known Exploited Vulnerabilities (KEV) catalog, following reports of zero-day exploitation in the wild. The vulnerabilities, both rated 10.0 on the CVSS scoring system, are below - CVE-2026-48939 - A vulnerability in the iCagenda and …
Read original ↗https://thehackernews.com/2026/07/icagenda-and-balbooa-forms-joomla-flaws.htmlarxiv_cs_cr · tlp:amber · 7/13/2026, 4:00:00 AM
Leveraging Interpretable Tsetlin Machine for PDF Malware Detection arXiv:2607.09290v1 Announce Type: new Abstract: In the digital era, Portable Document Format (PDF) is one of the most widely used file formats for storing and exchanging digital documents due to its platform independence and rich functionality. However, these same capabilities have also made PDF files an attractive attack vector for cyberattackers, who embed malicious code within seemingly legitimate document…
Read original ↗https://arxiv.org/abs/2607.09290arxiv_cs_cr · tlp:amber · 7/13/2026, 4:00:00 AM
SFDS: Selective File Disclosure System arXiv:2607.09370v1 Announce Type: new Abstract: Access control to networked resources has been a longstanding challenge. The conventional solution relies on authentication mechanisms, which introduce additional complexities associated with Identity and Access Management (IAM). Such systems require user authentication, identity management, and authorization services, while also introducing security risks arising from vulnerabilities, mis…
Read original ↗https://arxiv.org/abs/2607.09370arxiv_cs_cr · tlp:amber · 7/13/2026, 4:00:00 AM
Ruby: Unmasking Unsafe Rust in Stripped Binaries via Machine Learning arXiv:2211.00111v3 Announce Type: replace Abstract: Rust, as an emerging system programming language, introduces $\texttt{unsafe}$ to allow developers to bypass safety checks during compilation. As a result, memory safety bugs are typically confined to the $\texttt{unsafe}$ regions, which have been the primary focus of Rust bug-finding tools. However, such tools rely on the presence of the $\texttt{unsafe}…
Read original ↗https://arxiv.org/abs/2211.00111arxiv_cs_cr · tlp:amber · 7/13/2026, 4:00:00 AM
Malaika: Understanding Malware through Tri-Grounded Agentic Reasoning arXiv:2607.09179v1 Announce Type: new Abstract: Recent LLM-based systems have shown promising capabilities for security-focused code analysis. Malware understanding, however, poses a distinct challenge: analysts must reconstruct high-level malicious behaviors under partial observability from sparse, dispersed evidence intertwined with benign functionality. While static analysis can expose security-relevant…
Read original ↗https://arxiv.org/abs/2607.09179arxiv_cs_cr · tlp:amber · 7/13/2026, 4:00:00 AM
Blockchain-Linked Auditable Decision Management for Telecom/IoT Fraud-Control Requests arXiv:2607.09259v1 Announce Type: new Abstract: Telecom fraud-control studies often stop at detector-level classification, but deployment use requires request-level policy resolution, lifecycle traceability, and auditability. This paper reframes fraud control as blockchain-linked auditable decision management for synthetic telecom/IoT fraud-control requests, and its main result is that the…
Read original ↗https://arxiv.org/abs/2607.09259arxiv_cs_cr · tlp:amber · 7/13/2026, 4:00:00 AM
Event Burst Trigger: An Availability Backdoor Attack on Event-Based SNN Object Detection arXiv:2607.09115v1 Announce Type: cross Abstract: Event-based vision and spiking neural networks (SNNs) are increasingly adopted for edge intelligence under strict latency and energy constraints. However, the vulnerability of event-based SNN object detection models to availability backdoor attacks remains insufficiently studied. This paper presents Event Burst Trigger (EBT), an availabil…
Read original ↗https://arxiv.org/abs/2607.09115arxiv_cs_cr · tlp:amber · 7/13/2026, 4:00:00 AM
TSAI-MetaFraud: A Benchmark Dataset for Financial Fraud Transaction and Behavioral Risk Detection in Metaverse Ecosystems arXiv:2607.09528v1 Announce Type: cross Abstract: The emergence of metaverse platforms has created virtual economies that introduce new challenges related to fraud, bot activity, and illicit financial behavior. Despite growing interest in trustworthy metaverse analytics, existing datasets typically focus on user behavior, authentication, or financial tran…
Read original ↗https://arxiv.org/abs/2607.09528arxiv_cs_cr · tlp:amber · 7/13/2026, 4:00:00 AM
When Routes Run Out: Adversarial Co-Learning and Explainable Robustness in Quantum Repeater Networks arXiv:2607.09378v1 Announce Type: cross Abstract: We study an adversarial bandit problem for entanglement-based quantum-network routing over a modest graph corpus. Alice selects an end-to-end repeater route for an Ekert-91 protocol (E91) representing her move, while Eve selects an attack surface, either edge intercept--resend or repeater memory degradation. Payoffs are drawn …
Read original ↗https://arxiv.org/abs/2607.09378arxiv_cs_cr · tlp:amber · 7/13/2026, 4:00:00 AM
Efficient and Universal Watermarking for LLM-Generated Code Detection arXiv:2402.07518v5 Announce Type: replace Abstract: Large language models (LLMs) have significantly enhanced the usability of AI-generated code, providing effective assistance to programmers. This advancement also raises ethical and legal concerns, such as academic dishonesty and the generation of malicious code. For accountability, it is imperative to detect whether a piece of code is AI-generated. Waterm…
Read original ↗https://arxiv.org/abs/2402.07518arxiv_cs_cr · tlp:amber · 7/13/2026, 4:00:00 AM
Portable Acceleration of Learning With Errors KEMs for Post-Quantum Cryptography arXiv:2607.09541v1 Announce Type: new Abstract: The transition to post-quantum cryptography (PQC) is driving demand for implementations that can meet the computational requirements of real-world applications. Among the proposed PQC constructions, Learning With Errors (LWE) based key encapsulation mechanisms (KEMs) are particularly attractive due to their strong security foundations, but they inc…
Read original ↗https://arxiv.org/abs/2607.09541arxiv_cs_cr · tlp:amber · 7/13/2026, 4:00:00 AM
Privacy Detective: A Narrative Game that Cultivates Student Developers' Privacy Awareness by Harnessing Legal Documents arXiv:2607.09022v1 Announce Type: cross Abstract: Developers' choices about what data a system collects, how it is used and shared, and what defaults govern user choices directly shape users' privacy experiences. Yet, developers often make problematic privacy-related design decisions without realizing the potential consequences. We introduce Privacy Detecti…
Read original ↗https://arxiv.org/abs/2607.09022arxiv_cs_cr · tlp:amber · 7/13/2026, 4:00:00 AM
SLBench: Evaluating How LLM Agents Follow Logical Relations in Skills arXiv:2607.09016v1 Announce Type: new Abstract: Agent skills extend LLM agents with reusable procedures, tools, and domain-specific workflows, but their safety depends on resolving dependencies among interacting instructions. We introduce SkillLogic, a framework for analyzing logical relations in skill files and constructing executable tests from them. Our taxonomy covers eight relation types, including pr…
Read original ↗https://arxiv.org/abs/2607.09016arxiv_cs_cr · tlp:amber · 7/13/2026, 4:00:00 AM
RaMark: Radioactive Watermarking for Generated Tabular Data arXiv:2607.09000v1 Announce Type: new Abstract: Recent advances in generative modeling have made generated tabular data a practical solution for privacy-sensitive data sharing, where watermarking enables ownership verification. However, existing watermarking methods fundamentally fail under retraining attacks, in which an adversary retrains a generative model on a watermarked dataset and regenerates high-utility dat…
Read original ↗https://arxiv.org/abs/2607.09000arxiv_cs_cr · tlp:amber · 7/13/2026, 4:00:00 AM
Secret Scanner Agent: Extracting Secrets and Access Context from Unstructured Documents arXiv:2607.09011v1 Announce Type: new Abstract: Exposed documents such as emails, chat threads, tickets, and incident notes routinely leak credentials, but during incident response a leaked secret is only half the story. Responders also need to identify the ``door'' the secret opens: the account, tenant, endpoint, database, cloud resource, or other system that the credential could allow a…
Read original ↗https://arxiv.org/abs/2607.09011arxiv_cs_cr · tlp:amber · 7/13/2026, 4:00:00 AM
SeedSmith: LLM-Driven Seed Synthesis for Directed Fuzzing arXiv:2607.08949v1 Announce Type: new Abstract: Directed fuzzing steers fuzzers toward user-defined sink functions to identify vulnerabilities, but it frequently fails to trigger crashes even after long campaigns. We identify two challenges that prevent directed fuzzers from exposing crashes: incomplete static analysis of indirect calls, which leaves reachable paths invisible to distance-based guidance, and lack of se…
Read original ↗https://arxiv.org/abs/2607.08949arxiv_cs_cr · tlp:amber · 7/13/2026, 4:00:00 AM
Impact of Benign Connectivity Variations on Intrusion Detection for Encrypted OPC UA Traffic in Industrial Private 5G Networks arXiv:2607.09659v1 Announce Type: new Abstract: Machine learning (ML)-based intrusion detection systems (IDSs) are increasingly used to monitor encrypted industrial communication. However, their behavior under realistic private 5G operating conditions remains insufficiently understood. This paper investigates the impact of benign connectivity variati…
Read original ↗https://arxiv.org/abs/2607.09659arxiv_cs_cr · tlp:amber · 7/13/2026, 4:00:00 AM
Triggering Stealthy Feature Map Backdoors via Physical Fault Injection in Embedded Neural Networks arXiv:2607.09473v1 Announce Type: new Abstract: Fault injection (FI) attacks on embedded neural network (NN) implementations primarily focus on inducing misclassification by corrupting weights or intermediate computations, overlooking their interaction with algorithmic adversarial threats. In this work, we present a cross-level attack that bridges implementation-level physical …
Read original ↗https://arxiv.org/abs/2607.09473arxiv_cs_cr · tlp:amber · 7/13/2026, 4:00:00 AM
Federated Learning Architecture: Data Privacy and System Security Approaches arXiv:2607.09391v1 Announce Type: new Abstract: This study explores the integration of homomorphic encryption and differential privacy techniques to enhance data privacy and security in Federated Learning (FL) systems. FL allows data to remain on local devices, eliminating the need for centralized data collection; however, sensitive information may still be leaked during model updates. To address th…
Read original ↗https://arxiv.org/abs/2607.09391arxiv_cs_cr · tlp:amber · 7/13/2026, 4:00:00 AM
VEXAIoT: Autonomous IoT Vulnerability EXploitation using AI Agents arXiv:2607.09653v1 Announce Type: new Abstract: Internet of Things (IoT) systems are inherently vulnerable due to constrained hardware, outdated firmware, and insecure default configurations, creating a need for scalable and adaptive security testing approaches. While recent adoptions of Large Language Model (LLM) agents have demonstrated promise in penetration testing and Capture-the-Flag (CTF) environments,…
Read original ↗https://arxiv.org/abs/2607.09653arxiv_cs_cr · tlp:amber · 7/13/2026, 4:00:00 AM
Entropy Bootstrapping for Wireless Embedded Systems arXiv:2607.08865v1 Announce Type: new Abstract: Weak randomness has broken deployed cryptography through implementation bugs, boot entropy scarcity, and backdoored generators. Inexpensive wireless sensors concentrate the risk because many boot or operate in highly deterministic conditions while relying on basic, rudimentary, or opaque RNGs. On ESP32-class boards, RF-disabled wireless device RNG register (WDEV) output is pse…
Read original ↗https://arxiv.org/abs/2607.08865arxiv_cs_cr · tlp:amber · 7/13/2026, 4:00:00 AM
Proof-of-Continuity: A Temporal Model for Authority Propagation in Distributed Systems and AI Agents arXiv:2607.08906v1 Announce Type: new Abstract: Proof-of-Possession authorization models derive authority from the possession of artifacts such as tokens, credentials, or capabilities. This paper argues that possession is insufficient for discrete execution chains, whether they span multiple services or occur as separated steps within the same machine, because it does not gua…
Read original ↗https://arxiv.org/abs/2607.08906arxiv_cs_cr · tlp:amber · 7/13/2026, 4:00:00 AM
A Seed for Privacy -- semi-automatic privacy-revealing data reminder in databases and data streams arXiv:2607.08801v1 Announce Type: new Abstract: Sharing databases and data streams imposes the danger of revealing private information in the form of complex events which can comprise individual data elements and their combinations. Identifying these privacy-revealing complex events is crucial for preserving privacy while maintaining data utility. However, data producers often …
Read original ↗https://arxiv.org/abs/2607.08801arxiv_cs_cr · tlp:amber · 7/13/2026, 4:00:00 AM
Privacy-Preserving Intent Fulfilment and Assurance for 6G RAN arXiv:2607.08809v1 Announce Type: new Abstract: Intent-based network management is the emerging paradigm for 6G service lifecycle automation, with the 3GPP intent management framework (TS~28.312) defining creation, translation, fulfilment, and assurance stages. Existing fulfilment and assurance approaches require deep packet inspection, per-flow state tracking, or access to vendor-internal node telemetry to verify…
Read original ↗https://arxiv.org/abs/2607.08809arxiv_cs_cr · tlp:amber · 7/13/2026, 4:00:00 AM
Statistically Undetectable Backdoors in Deep Neural Networks arXiv:2607.09532v1 Announce Type: cross Abstract: We show how an adversarial model trainer can plant backdoors in a large class of deep, feedforward neural networks. These backdoors are statistically undetectable in the white-box setting, meaning that the backdoored and honestly trained models are close in total variation distance, even given the full descriptions of the models (e.g., all of the weights). The backd…
Read original ↗https://arxiv.org/abs/2607.09532arxiv_cs_cr · tlp:amber · 7/13/2026, 4:00:00 AM
SherAgent: Scaling Attack Investigation in the Wild via LLM-Empowered Iterative Query-Filter Backtracking arXiv:2607.09176v1 Announce Type: new Abstract: Provenance-based attack investigation enables viable automation by standardizing data and query logic; however, it is critically hindered in practice by dependency explosions and fragmented causal chains in the wild. Towards designing a robust and automated investigation tool, we collaborated with the SOC of a major Interne…
Read original ↗https://arxiv.org/abs/2607.09176lwn_kernel · tlp:amber · 7/12/2026, 11:29:47 PM
Kernel prepatch 7.2-rc3 The 7.2-rc3 kernel prepatch is out for testing. Linus said: " Things continue to look normal (the 'new normal' with slightly higher rates of commits, although I do get the feeling that we're seeing that slightly balanced out by people starting to go on summer vacation) ". Kernel prepatch 7.2-rc3 [LWN.net] LWN .net News from the source Content Weekly Edition Archives Search Kernel Security Events calendar Unread comments LWN FAQ Write for us User: Pas…
Read original ↗https://lwn.net/Articles/1082487
the_hacker_news · tlp:amber · 7/11/2026, 5:59:26 PM
Compromised jscrambler 8.14.0 npm Release Drops Rust Infostealer During Install The jscrambler npm package was compromised, and simply installing its 8.14.0 release runs an infostealer on your machine. Published on July 11, 2026, the malicious version carries a preinstall hook that drops and executes a native binary, one build each for Windows, macOS, and Linux. Socket flagged the release six minutes after it was published. If you or one of your Com…
Read original ↗https://thehackernews.com/2026/07/compromised-jscrambler-8140-npm-release.html
the_hacker_news · tlp:amber · 7/11/2026, 5:49:31 PM
Hackers Weaponize Balochistan Police Portal in Multi-Group Espionage Campaigns Cybersecurity researchers have disclosed details of sustained cyber espionage activity against several Pakistani law enforcement organizations undertaken by suspected China- and India-aligned threat actors between February 2024 and April 2026. "At Balochistan Police, the compromised assets included servers hosting web applications that manage police and citizen data, such as criminal and Hackers …
Read original ↗https://thehackernews.com/2026/07/hackers-weaponize-balochistan-police.htmlsecurityweek · tlp:amber · 7/11/2026, 5:30:00 PM
Ghost Accounts Abuse GitHub API in Mass Recon Campaign Multiple campaigns are using ghost accounts to map GitHub organizations, including their repositories and members. The post Ghost Accounts Abuse GitHub API in Mass Recon Campaign appeared first on SecurityWeek . Ghost Accounts Abuse GitHub API in Mass Recon Campaign - SecurityWeek SECURITYWEEK NETWORK: Cybersecurity News Webcasts Virtual Events ICS: ICS Cybersecurity Conference Malware & Threats Cyberwarfare Cybercr…
Read original ↗https://www.securityweek.com/ghost-accounts-abuse-github-api-in-mass-recon-campaign
the_hacker_news · tlp:amber · 7/11/2026, 6:45:55 AM
Critical Zimbra Flaw Could Let Crafted Emails Run Malicious Code in User Sessions Zimbra is urging customers to apply updates to address a critical security vulnerability impacting the Classic Web Client that could result in arbitrary code execution. The vulnerability has been described as a case of stored cross-site scripting (XSS) that could allow specially crafted emails to execute malicious scripts in a user's session. It has yet to be assigned a CVE identifier. "The Cr…
Read original ↗https://thehackernews.com/2026/07/critical-zimbra-flaw-could-let-crafted_0483473395.html
unit42 · tlp:amber · 7/10/2026, 10:00:39 PM
No Manners Here: The Ruthless Rise of The Gentlemen Ransomware Unit 42 explores The Gentlemen ransomware operations, revealing the affiliate model driving its rapid growth. Learn more here. The post No Manners Here: The Ruthless Rise of The Gentlemen Ransomware appeared first on Unit 42 . No Manners Here: The Ruthless Rise of The Gentlemen Ransomware Menu Tools ATOMs Security Consulting About Us Under Attack? Threat Research Center Insights Hospitality Hacks and Retail Real…
Read original ↗https://unit42.paloaltonetworks.com/the-gentlemen-ransomware
the_record · tlp:amber · 7/10/2026, 7:30:00 PM
Europe revives law allowing big tech to scan for CSAM The law known as Chat Control 2.0 passed in the European Parliament, permitting companies like Google, Meta and Microsoft to scan users' messages to hunt for CSAM. Europe revives law allowing big tech to scan for CSAM | The Record from Recorded Future News Leadership Cybercrime Nation-state Influence Operations Technology Cyber Daily® Click Here Podcast Go Subscribe to The Record ✉️ Free Newsletter Members of the Europea…
Read original ↗https://therecord.media/chat-control-2-csam-scans-european-parliament-passage
the_record · tlp:amber · 7/10/2026, 5:01:00 PM
Ryuk operator pleads guilty; Blackcat/AlphV conspirator gets nearly 6-year sentence One man accused of deploying Ryuk ransomware pleaded guilty Wednesday in an Oregon federal court to conspiracy and computer fraud, while another man received a 70-month federal prison sentence in a Florida court for helping the Blackcat/AlphV gang extort multiple victims. Ryuk operator pleads guilty; Blackcat/AlphV conspirator gets nearly 6-year sentence | The Record from Recorded Future New…
Read original ↗https://therecord.media/ryuk-operator-pleads-guilty-alphv-conspirator-sentenced
the_record · tlp:amber · 7/10/2026, 4:50:00 PM
License plate cameras may be next target after Supreme Court reins in location tracking If a warrant is ultimately needed for ALPR searches, experts say, it would radically limit how the networks of cameras can be used and would change modern policing. License plate cameras may be next target after Supreme Court reins in location tracking | The Record from Recorded Future News Leadership Cybercrime Nation-state Influence Operations Technology Cyber Daily® Click Here Podcast…
Read original ↗https://therecord.media/license-plate-cameras-may-be-next-target-after-supreme-court-reins-in-location-tracking
the_hacker_news · tlp:amber · 7/10/2026, 4:30:00 PM
URGENT - Progress Tells ShareFile Customers to Shut Down Storage Zone Controllers Over Security Threat Progress Software has told ShareFile customers to shut down the Windows servers running their Storage Zone Controllers, confirming to The Hacker News that it is responding to a "credible external security threat." The company has temporarily disabled access to the affected accounts, a step it says it took "out of an abundance of caution" while it works with internal and ext…
Read original ↗https://thehackernews.com/2026/07/urgent-progress-tells-sharefile.html
the_hacker_news · tlp:amber · 7/10/2026, 4:29:00 PM
Injective Labs GitHub Compromise Pushes Wallet-Key-Stealing npm Packages Unknown threat actors compromised the Injective Labs SDK project's GitHub repository and leveraged it to publish a malicious package on the npm registry to steal cryptocurrency wallet private keys and mnemonic seed phrases. The compromised version, @injectivelabs/sdk-ts@1.20.21, came embedded with fake telemetry functionality that exfiltrated data from cryptocurrency wallets. The version was Injective …
Read original ↗https://thehackernews.com/2026/07/injective-labs-github-compromise-pushes.htmlmicrosoft_mstic · tlp:amber · 7/10/2026, 4:00:00 PM
Securing our future: July 2026 progress report on Microsoft’s Secure Future Initiative Microsoft’s latest Secure Future Initiative report outlines progress on secure foundations, AI-powered defense, and future-ready cybersecurity. The post Securing our future: July 2026 progress report on Microsoft’s Secure Future Initiative appeared first on Microsoft Security Blog . Security is never finished. That conviction is where the Secure Future Initiative (SFI) started two y…
Read original ↗https://www.microsoft.com/en-us/security/blog/2026/07/10/securing-our-future-july-2026-progress-report-on-microsofts-secure-future-initiative