BetaIT-Hub is in early access — your feedback helps us improve. Use the chat or email [email protected]

Latest
Police dismantles fake ID marketplace used by migrant smugglersBleepingComputer · 12m agoChina-Linked TA4922 Expands Phishing Attacks to UK, Germany, Italy, and South AfricaThe Hacker News · 19m agoFlutterShell Backdoor Spreads to macOS via Malicious Google and YouTube AdsThe Hacker News · 1h agoCisco warns of critical Unified CM flaw with PoC exploit codeBleepingComputer · 1h agoHacking Meta’s AI ChatbotSchneier on Security · 1h agoFive Eyes Warns Chinese Spies Are Using Fake Job Ads to Target Military StaffHackRead · 1h agoFake Sites Mimicking Open-Source Tools Rank High on Google to Deliver Malware via TDSThe Hacker News · 2h agoHackers Spied on a Stock Exchange Executive's Outlook Mailbox for Five MonthsThe Hacker News · 3h agoInfosecurity Europe: How Businesses Can Prepare for a Cybersecurity Crisis with Effective PlansInfosecurity Magazine · 3h agoInfosecurity Europe: Ukraine’s Experience Highlights the Need for Preparation and Resilience in CybersecurityInfosecurity Magazine · 3h agoInfosecurity Europe: Raise Security Concerns with Procurement Now, Because Quantum Can’t WaitInfosecurity Magazine · 4h agoDoJ Disrupts Southeast Asia Crypto Fraud Networks, Freezes $3.8 Million in AssetsThe Hacker News · 6h agoISC Stormcast For Thursday, June 4th, 2026 https://isc.sans.edu/podcastdetail/9958, (Thu, Jun 4th)SANS ISC · 10h agoChinese hackers use new Atlas RAT malware in European cyberattacksBleepingComputer · 14h agoHow to Recover Data from iCloud Backup Without Resetting Your iPhoneHackRead · 15h agoPolice dismantles fake ID marketplace used by migrant smugglersBleepingComputer · 12m agoChina-Linked TA4922 Expands Phishing Attacks to UK, Germany, Italy, and South AfricaThe Hacker News · 19m agoFlutterShell Backdoor Spreads to macOS via Malicious Google and YouTube AdsThe Hacker News · 1h agoCisco warns of critical Unified CM flaw with PoC exploit codeBleepingComputer · 1h agoHacking Meta’s AI ChatbotSchneier on Security · 1h agoFive Eyes Warns Chinese Spies Are Using Fake Job Ads to Target Military StaffHackRead · 1h agoFake Sites Mimicking Open-Source Tools Rank High on Google to Deliver Malware via TDSThe Hacker News · 2h agoHackers Spied on a Stock Exchange Executive's Outlook Mailbox for Five MonthsThe Hacker News · 3h agoInfosecurity Europe: How Businesses Can Prepare for a Cybersecurity Crisis with Effective PlansInfosecurity Magazine · 3h agoInfosecurity Europe: Ukraine’s Experience Highlights the Need for Preparation and Resilience in CybersecurityInfosecurity Magazine · 3h agoInfosecurity Europe: Raise Security Concerns with Procurement Now, Because Quantum Can’t WaitInfosecurity Magazine · 4h agoDoJ Disrupts Southeast Asia Crypto Fraud Networks, Freezes $3.8 Million in AssetsThe Hacker News · 6h agoISC Stormcast For Thursday, June 4th, 2026 https://isc.sans.edu/podcastdetail/9958, (Thu, Jun 4th)SANS ISC · 10h agoChinese hackers use new Atlas RAT malware in European cyberattacksBleepingComputer · 14h agoHow to Recover Data from iCloud Backup Without Resetting Your iPhoneHackRead · 15h ago

Security & IT News

Live

Real-time news from 13+ trusted sources — BleepingComputer, The Hacker News, Krebs on Security, Dark Reading & more.

733 results in Vulnerability

VulnerabilityThe Hacker News·38d ago
Fake CAPTCHA IRSF Scam and 120 Keitaro Campaigns Drive Global SMS, Crypto Fraud

Cybersecurity researchers have disclosed details of a telecommunications fraud campaign that uses fake CAPTCHA verification tricks to dupe unsuspecting users into sending international text messages that incur charges on their mobile bills, generating illicit revenue for the threat actors who lease the phone numbers. According to a new report published by Infoblox, the operation is believed to

VulnerabilityThe Hacker News·40d ago
CISA Adds 4 Exploited Flaws to KEV, Sets May 2026 Federal Deadline

The U.S. Cybersecurity and Infrastructure Security Agency (CISA) on Friday added four vulnerabilities impacting SimpleHelp, Samsung MagicINFO 9 Server, and D-Link DIR-823X series routers to its Known Exploited Vulnerabilities (KEV) catalog, citing evidence of active exploitation. The list of vulnerabilities is below - CVE-2024-57726 (CVSS score: 9.9) - A missing authorization vulnerability in

VulnerabilityRapid7·40d ago
Metasploit Wrap-Up 04/25/2026

Check Method Visibility Metasploit has supported check methods for many years now. It’s not always desirable to jump straight into exploiting a vulnerability but instead to determine if the target is vulnerable. Metasploit tries to be very conservative with classifying a target as “vulnerable” unless the vulnerability is leveraged as part of the check method, reserving the “appears” status for version checks. The different check codes a module is capable of returning and the logic to select among them varies from exploit to exploit and is not always the easiest to understand. Aligning with the consistent feedback that Metasploit has received that module actions should be more transparent, adfoster-r7 has been adding reasoning information en masse to the check codes returned by a variety of exploits. This information will help users understand why a particular vulnerability status was determined, making troubleshooting efforts easier and increasing confidence in the results. Legacy SMB Improvements This week, community member g0tm1lk made multiple improvements for legacy and non-Windows SMB targets. Version information is now more reliably extracted from targets running SMB 1, and a variety of minor bugs were fixed across multiple modules that would have affected users targeting systems the module was not intended to target as is often the case when the module is used to scan an entire network. New module content (4) Camaleon CMS Directory Traversal CVE-2024-46987 Authors: Goultarde, Peter Stockli, and bootstrapbool Type: Auxiliary Pull request: #21122 contributed by bootstrapbool Path: gather/camaleon_download_private_file AttackerKB reference: CVE-2024-46987 Description: This adds an auxiliary module to exploit an arbitrary file vulnerability, CVE-2024-46987, on Camaleon CMS = 2.8.0 as well as 2.9.0. Langflow RCE Authors: Takahiro Yokoyama and weblover12 Type: Exploit Pull request: #21260 contributed by Takahiro-Yoko Path: multi/http/langflow_rce_cve_2026_27966 AttackerKB reference: CVE-2026-27966 Description: Adds exploit module for CVE-2026-27966, a prompt injection RCE vulnerability in Langflow 1.8.0. By creating and sending a specially-crafted flow containing python code, the LangChain will execute that code because LangChain's Read-Eval-Print Loop (REPL) is exposed by default and runs any Python code it is given. WebDAV PHP Upload Authors: g0tmi1k and theLightCosine [email protected] Type: Exploit Pull request: #21256 contributed by g0tmi1k Path: multi/http/webdav_upload_php AttackerKB reference: CVE-2012-10062 Description: Updates code and adds features: Linux support, check() method, and cleanup after exploit. Linux Chmod Author: bcoles [email protected] Type: Payload (Single) Pull request: #21238 contributed by bcoles Path: linux/loongarch64/chmod Description: Adds a new linux/loongarch64/chmod payload to change the permissions of a specified file. Enhancements and features (11) #21019 from g0tmi1k - This adds support for phpM

VulnerabilityThe Hacker News·40d ago
NASA Employees Duped in Chinese Phishing Scheme Targeting U.S. Defense Software

The Office of Inspector General (OIG) of the U.S. National Aeronautics and Space Administration (NASA) has revealed how a Chinese national posed as a U.S. researcher as part of a spear-phishing campaign to obtain sensitive information from the space agency, as well as from government entities, universities, and private companies, in violation of export control laws. "For years, NASA employees

VulnerabilityRapid7·40d ago
3 Reasons to Attend our Global Cybersecurity Summit if you’re Focused on AI, Threats, and CTEM

Security teams are dealing with a different kind of pressure now. It is not just the volume of alerts or the pace of attacks, but also the gap between what teams can see and what they can act on with confidence. That gap shows up in different ways. Threats move across identity and cloud in ways that are difficult to track, exposure data exists but often sits disconnected from response, and AI is being introduced into workflows without a clear role in decision-making. This year’s Rapid7 Global Cybersecurity Summit brings those threads together as part of the same operational solution. 1. You need a clearer view of how attacks actually unfold A lot of detection strategies still assume attacks follow a clean path. In practice, they do not. They start in one place, move quickly, and often rely on small gaps rather than obvious failures. Sessions like The Reality of Running a SOC in 2026 break this down in detail, looking at how attacks begin with things like identity misuse or cloud misconfiguration, then evolve as defenders try to keep up. That matters because it changes how detection should be designed. Coverage alone is not enough if teams do not have the context created by strong exposure management to interpret what they are seeing. That same idea carries into Inside the Modern SOC , where a real investigation is followed from first alert to outcome. It is a useful reminder that detection is only part of the problem.Deciding how to respond, and doing it quickly, is the critical next step. 2. Exposure only matters if it connects to action Most teams already have some form of exposure management in place. The challenge is making it useful. A long list of vulnerabilities does not help much if it is not tied to how risk actually shows up in the environment. Sessions like Beyond the Vulnerability List and From Cloud Exposure to Runtime Attack focus on that connection. They look at how exposures turn into active threats, often before any alert is triggered, and how teams can use that information to prioritize earlier. Here’s the part people miss. Exposure is not just about knowing what is wrong. It is about understanding what matters now, based on how the environment is being used and how attackers are likely to move through it. 3. AI is only useful if it improves decisions AI is already part of most security conversations, but the reality is nuanced. In some cases it helps reduce noise and speed up investigations. In others, it creates new questions around trust and transparency. The AI Dilemma: Automating Defense Without Surrendering Judgment tackles this directly. It looks at where AI is helping in real SOC workflows, where it can get in the way, and why explainability matters if teams are going to rely on it. The discussion is grounded in how analysts actually work, not just what the technology promises. There is also a broader point here. Attackers are using AI as well, which means the balance between speed and accuracy is becoming more important

VulnerabilityCISA·41d ago
CISA Adds Four Known Exploited Vulnerabilities to Catalog

p CISA has added four new vulnerabilities to its a href="https://www.cisa.gov/known-exploited-vulnerabilities-catalog" Known Exploited Vulnerabilities (KEV) Catalog /a , based on evidence of active exploitation. /p ul li a href="https://www.cve.org/CVERecord?id=CVE-2024-7399" target="_blank" CVE-2024-7399 /a nbsp;Samsung nbsp;MagicINFO nbsp;9 Server Path Traversal Vulnerability /li li a href="https://www.cve.org/CVERecord?id=CVE-2024-57726" target="_blank" CVE-2024-57726 /a nbsp;SimpleHelp nbsp;Missing Authorization Vulnerability /li li a href="https://www.cve.org/CVERecord?id=CVE-2024-57728" target="_blank" CVE-2024-57728 /a nbsp;SimpleHelp nbsp;Path Traversal Vulnerability /li li a href="https://www.cve.org/CVERecord?id=CVE-2025-29635" target="_blank" CVE-2025-29635 /a nbsp;D-Link DIR-823X Command Injection Vulnerability nbsp; /li /ul p These nbsp;types nbsp;of vulnerabilities nbsp;are nbsp;frequent attack vectors nbsp;for malicious cyber actors and pose significant risks to the federal enterprise. nbsp; /p p a href="https://www.cisa.gov/binding-operational-directive-22-01" Binding Operational Directive (BOD) 22-01: Reducing the Significant Risk of Known Exploited Vulnerabilities /a nbsp;established the KEV Catalog as a living list of known Common Vulnerabilities and Exposures (CVEs) that carry significant risk to the federal enterprise. BOD 22-01 requires Federal Civilian Executive Branch (FCEB) agencies to remediate identified vulnerabilities by the due date to protect FCEB networks against active threats. See the nbsp; a href="https://www.cisa.gov/sites/default/files/publications/Reducing_the_Significant_Risk_of_Known_Exploited_Vulnerabilities_211103.pdf" BOD 22-01 Fact Sheet /a nbsp;for more information. nbsp; /p p Although BOD 22-01 only applies to FCEB agencies, CISA strongly urges all organizations to reduce their exposure to cyberattacks by prioritizing nbsp;timely nbsp;remediation of nbsp; a href="https://www.cisa.gov/known-exploited-vulnerabilities-catalog" KEV Catalog vulnerabilities /a nbsp;as part of their vulnerability management practice. CISA will continue to add vulnerabilities to the catalog that meet the nbsp; a href="https://www.cisa.gov/known-exploited-vulnerabilities" specified criteria /a . nbsp; /p

VulnerabilityThe Hacker News·41d ago
Bridging the AI Agent Authority Gap: Continuous Observability as the Decision Engine

The AI Agent Authority Gap - From Ungoverned to Delegation As discussed in our previous article, AI agents are exposing a structural gap in enterprise security, but the problem is often framed too narrowly. The issue is not simply that agents are new actors. It is that agents are delegated actors. They do not emerge with independent authority. They are triggered, invoked, provisioned, or

VulnerabilityThe Hacker News·41d ago
26 FakeWallet Apps Found on Apple App Store Targeting Crypto Seed Phrases

Cybersecurity researchers have discovered a set of malicious apps on the Apple App Store that impersonate popular cryptocurrency wallets in an attempt to steal recovery phrases and private keys since at least fall 2025. "Once launched, these apps redirect users to browser pages designed to look similar to the App Store and distribute trojanized versions of legitimate wallets," Kaspersky

VulnerabilityThe Hacker News·41d ago
LMDeploy CVE-2026-33626 Flaw Exploited Within 13 Hours of Disclosure

A high-severity security flaw in LMDeploy, an open-source toolkit for compressing, deploying, and serving LLMs, has come under active exploitation in the wild less than 13 hours after its public disclosure. The vulnerability, tracked as CVE-2026-33626 (CVSS score: 7.5), relates to a Server-Side Request Forgery (SSRF) vulnerability that could be exploited to access sensitive data. "A server-side