• Threat actors are leveraging Microsoft Azure Blob Storage to craft highly convincing phishing sites that mimic legitimate Office 365 login portals, putting Microsoft 365 users at severe risk of credential theft.

    This method exploits trusted Microsoft infrastructure, making the attacks harder to spot as the fraudulent pages appear secured by official SSL certificates issued by Microsoft itself.

    ALI TAJRAN recently highlighted a surge in these campaigns, with alerts circulating widely on October 17, 2025, urging immediate vigilance among enterprises and individuals.​

    How the Attack Leverages Azure Blob

    The phishing scheme typically begins with deceptive emails that include links disguised as routine Microsoft Forms surveys or document shares, often starting with URLs like forms.office[.]com followed by a unique identifier.

    Victims who click these links are redirected to what seems like a harmless PDF download prompt, but this quickly escalates to a demand for Microsoft 365 credentials on a fake login page.

    The malicious URL terminates in windows.net, specifically utilizing subdomains under blob.core.windows.net, which hosts the phishing form as a simple HTML file stored in Azure’s blob storage service.​

    This storage solution, designed for unstructured data like images or documents, inadvertently provides phishers with a veil of legitimacy since browsers and endpoint protection tools inherently trust Azure endpoints.

    Once users enter their email and password, the credentials are captured and sent to attacker-controlled servers, potentially granting access to sensitive email, files, and tenant resources.

    Attackers may then escalate privileges to intercept authentication tokens or infiltrate the entire organization. Historical reports from 2018 noted similar lures using themed PDF attachments pretending to be legal documents, a tactic that persists today with more sophisticated social engineering.​

    To counter this threat, security experts recommend blocking all traffic to *.blob.core.windows.net endpoints in firewalls or web proxies, while whitelisting only specific, trusted storage accounts like <your-storage-account>.blob.core.windows.net.

    This granular approach prevents broad access without disrupting legitimate Azure operations. Additionally, enabling multi-factor authentication (MFA) and monitoring for anomalous logins via Microsoft Entra ID can detect breaches early.​

    A proactive step involves customizing company branding in your Microsoft 365 tenant, displaying your organization’s logo, colors, and name on official sign-in pages to help users distinguish genuine portals from impostors.

    Without branding, a generic Microsoft login might blend seamlessly with phishing mimics, eroding user trust at critical moments resources from Microsoft guide administrators on implementing these customizations swiftly.​

    This phishing variant underscores the dual-edged nature of cloud services: while Azure Blob Storage offers scalability and security for legitimate use, it becomes a weapon when abused by threat actors.

    Organizations should prioritize user education on scrutinizing URLs, legitimate Office 365 logins always direct to login.microsoftonline.com, not blob storage paths.​

    Follow us on Google News, LinkedIn, and X for daily cybersecurity updates. Contact us to feature your stories.

    The post New Phishing Attack Leverages Azure Blob Storage to Impersonate Microsoft appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Law enforcement authorities across Europe have dismantled a sophisticated cybercrime-as-a-service operation that enabled criminals to commit widespread fraud and other serious offenses across the continent. The coordinated action, codenamed ‘SIMCARTEL’, resulted in seven arrests, the seizure of over 40,000 active SIM cards, and the takedown of infrastructure that facilitated crimes causing millions of euros in […]

    The post Authorities Shut Down Cybercrime-as-a-Service, Seize 40,000 SIM Cards appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Cybersecurity researchers have shed light on a new campaign that has likely targeted the Russian automobile and e-commerce sectors with a previously undocumented .NET malware dubbed CAPI Backdoor. According to Seqrite Labs, the attack chain involves distributing phishing emails containing a ZIP archive as a way to trigger the infection. The cybersecurity company’s analysis is based on the ZIP

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Zimbra has released an emergency security patch to address a critical Server-Side Request Forgery (SSRF) vulnerability that could allow attackers to access sensitive data through the platform’s chat proxy configuration. The flaw, classified as high severity, affects Zimbra versions 10.1.5 through 10.1.11, prompting the company to urge immediate action from users and administrators.​ Understanding the […]

    The post Critical Zimbra SSRF Flaw Exposes Sensitive Data appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Microsoft’s October 2025 Windows 11 update has introduced an unexpected connectivity issue affecting developers and IT professionals worldwide. The security patch KB5066835, released on October 14, 2025, for OS Builds 26200.6899 and 26100.6899, has disrupted localhost connections, preventing applications from accessing services running on the loopback address 127.0.0.1. The update, which primarily addressed security vulnerabilities […]

    The post Microsoft Windows 11 October Update Disrupts Localhost (127.0.0.1) Connectivity appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A proof-of-concept exploit for two critical vulnerabilities in the popular file archiver 7-Zip, potentially allowing attackers to execute arbitrary code remotely through malicious ZIP files.

    The flaws, tracked as CVE-2025-11001 and CVE-2025-11002, were disclosed by the Zero Day Initiative (ZDI) on October 7, 2025, and stem from improper handling of symbolic links during ZIP extraction on Windows systems.

    Both carry a CVSS v3.0 score of 7.0, highlighting their potential for serious impact despite initial perceptions of lower risk.

    These issues affect 7-Zip versions from 21.02 up to 24.09, where flaws in the symlink conversion process enable path traversal attacks. Discovered by Ryota Shiga of GMO Flatt Security Inc., the vulnerabilities exploit how 7-Zip processes Linux-style symlinks, converting them to Windows equivalents without adequate safeguards.

    In a detailed analysis shared by security expert pacbypass, the bugs arise in the ArchiveExtractCallback.cpp module, particularly in functions like IsSafePath and CLinkLevelsInfo::Parse.

    The core problem lies in 7-Zip’s extraction logic, which fails to properly validate symlink targets. When extracting a ZIP containing a Linux symlink pointing to a Windows absolute path like C:\Users, the software misclassifies it as relative due to a flawed absolute path check tailored for Linux or WSL environments.

    This bypasses safety checks in IsSafePath, allowing the symlink to resolve outside the extraction directory.

    Further, during symlink creation in SetFromLinkPath, 7-Zip prepends the extraction folder path to the target, crafting a seemingly safe relative path that evades validation.

    A subsequent check in CloseReparseAndFile skips directory-specific scrutiny for non-directories, enabling the symlink to point arbitrarily. Patches in version 25.00 introduce a new IsSafePath overload with an isWSL flag and refined parsing to detect absolute paths correctly, closing these gaps.

    The analysis draws from diffs between versions 24.09 and 25.00 on GitHub, revealing a rework of symlink support. While one CVE likely targets direct path traversal, the other involves UNC path symlinks, amplifying risks in networked scenarios.

    Exploiting these flaws requires crafting a ZIP where a symlink extracts first, redirecting subsequent files to sensitive locations like the Desktop or system directories.

    For instance, a malicious archive could create a symlink named “link” pointing to C:\Users$$Username]\Desktop, followed by a payload like calc.exe. Upon extraction, 7-Zip follows the link, writing the executable to the target, potentially leading to code execution if the user runs it.

    The PoC, available on pacbypass’s GitHub repository, demonstrates this by unpacking a directory structure that dereferences the symlink, enabling arbitrary file writes.

    However, exploitation demands elevated privileges, developer mode, or an elevated service context, limiting it to targeted attacks rather than broad phishing. It works solely on Windows, ignoring Linux or macOS.

    Mitigations

    Users should update to 7-Zip 25.00 immediately, as it addresses these issues comprehensively. Disabling symlink support during extraction or scanning archives with antivirus tools can reduce exposure. These vulnerabilities underscore ongoing risks in archive handlers, echoing past 7-Zip flaws like directory traversals.

    With the PoC public, attackers may weaponize these for initial access in phishing campaigns. Organizations relying on 7-Zip for bulk extractions should audit workflows and monitor for anomalous file writes.

    Follow us on Google News, LinkedIn, and X for daily cybersecurity updates. Contact us to feature your stories.

      The post PoC Exploit Released for 7-Zip Vulnerabilities that Let Attackers Execute Arbitrary Code Remotely appeared first on Cyber Security News.

      ¶¶¶¶¶

      ¶¶¶¶¶

      ¶¶¶¶¶

      ¶¶¶¶¶

      ¶¶¶¶¶

    1. The threat actors behind a malware family known as Winos 4.0 (aka ValleyRAT) have expanded their targeting footprint from China and Taiwan to target Japan and Malaysia with another remote access trojan (RAT) tracked as HoldingHands RAT (aka Gh0stBins). “The campaign relied on phishing emails with PDFs that contained embedded malicious links,” Pei Han Liao, researcher with Fortinet’s FortiGuard

      ¶¶¶¶¶

      ¶¶¶¶¶

      ¶¶¶¶¶

      ¶¶¶¶¶

      ¶¶¶¶¶

    2. An international law enforcement operation has dismantled a large-scale cybercrime-as-a-service network responsible for fueling thousands of online fraud cases across Europe.

      The operation, known as SIMCARTEL, took place on 10 October 2025 in Latvia and resulted in five arrests, the seizure of key infrastructure, and the disruption of a sophisticated online criminal marketplace.

      During coordinated raids, authorities executed 26 searches across multiple sites, arresting five Latvian nationals suspected of operating the illegal platform.

      Investigators seized five servers, 1,200 SIM-box devices, and more than 40,000 active SIM cards used to power the fraudulent service. Two linked websites gogetsms[.]com and apisim[.]com were taken over by law enforcement and replaced with “splash pages” announcing their seizure.

      The seized operation had enabled more than 49 million fake online accounts and was tied to over 3,200 known cyber fraud cases across Austria and Latvia alone.

      Financial losses from these crimes exceeded EUR 4.5 million in Austria and an additional EUR 420,000 in Latvia. Authorities also froze EUR 431,000 in bank assets, USD 333,000 in cryptocurrency, and confiscated four luxury vehicles belonging to suspects.

      Cybercrime-as-a-Service Platform Dismantled

      The dismantled service sold access to phone numbers registered in more than 80 countries, allowing clients to mask their identities while committing crimes ranging from phishing and smishing to large-scale fraud, extortion, and child exploitation.

      The platform allowed criminals to create fake social media, banking, and e-commerce accounts that appeared legitimate but were used to defraud unsuspecting victims.

      The network’s offerings supported several widespread scams, including fraudulent second-hand marketplace listings, “daughter–son” WhatsApp scams, investment fraud schemes, fake bank websites, and impersonations of police officers targeting Russian-speaking victims. Each of these crimes relied on the anonymity provided by the rented SIM-based numbers.

      The operation was coordinated by Europol and Eurojust, working in close collaboration with law enforcement agencies from Austria, Latvia, Estonia, and Finland.

      Technical support from the Shadowserver Foundation helped dismantle the network’s infrastructure and secure digital evidence. Europol analysts conducted OSINT mapping of the platform’s online footprint and facilitated international data exchange to track financial and digital assets.

      The joint action marks a major success in Europe’s fight against crime-as-a-service networks, striking at the infrastructure that enabled cybercriminals to hide behind false identities and target victims worldwide.

      Follow us on Google News, LinkedIn, and X for daily cybersecurity updates. Contact us to feature your stories.

      The post Authorities Dismantle Cybercrime-as-a-Service Platform, Seize 40,000 Active SIM Cards appeared first on Cyber Security News.

      ¶¶¶¶¶

      ¶¶¶¶¶

      ¶¶¶¶¶

      ¶¶¶¶¶

      ¶¶¶¶¶

    3. A newly disclosed Server-Side Request Forgery (SSRF) flaw in Zimbra Collaboration Suite has raised major security concerns, prompting administrators to patch systems immediately.

      The issue, identified in the chat proxy configuration component, could allow attackers to gain unauthorized access to internal resources and sensitive user data.

      According to Zimbra’s latest advisory, this critical SSRF vulnerability affects Zimbra versions 10.1.5 through 10.1.11. Malicious actors could exploit the issue by manipulating URL requests to make the server perform unintended actions, such as accessing restricted endpoints or internal systems.

      Although the deployment risk is categorized as low, the security severity is classified as high due to the potential data exposure and privilege abuse.

      The vulnerability stems from improper validation in the chat proxy configuration module, which could enable crafted requests to route through Zimbra’s internal network.

      This vector might allow attackers to retrieve configuration files, tokens, or other sensitive data stored in connected services, posing a significant privacy risk for enterprise users who rely on Zimbra for email and collaboration.

      Mitigations

      Zimbra has released version 10.1.12, which patches the SSRF flaw and introduces several performance stability updates. Administrators are strongly advised to review the Zimbra 10.1.12 Release Notes and deploy the newest update as soon as possible to prevent exploitation.

      Security teams should also verify system integrity following patch installation and monitor access logs for any suspicious or unauthorized internal requests that might indicate prior compromise.

      Applying the latest update not only mitigates this SSRF threat but also enhances Zimbra’s overall resilience and performance.

      Regular patch maintenance, combined with proper configuration hardening, remains the best defense against evolving threat vectors targeting enterprise collaboration platforms.

      Follow us on Google News, LinkedIn, and X for daily cybersecurity updates. Contact us to feature your stories.

      The post Critical Zimbra SSRF Vulnerability Let Attackers Access Sensitive Data appeared first on Cyber Security News.

      ¶¶¶¶¶

      ¶¶¶¶¶

      ¶¶¶¶¶

      ¶¶¶¶¶

      ¶¶¶¶¶

    4. Russian incursions into NATO allies’ airspace are causing rare public disagreements between treaty allies. Is this the disarray that Moscow wants, or a sign of healthy debate? Officials we spoke to suggested that the answer is both.

      On the eve of a Wednesday meeting of alliance defense ministers in Brussels, Secretary-General Mark Rutte argued to his colleagues that shooting down Russian crewed aircraft over NATO territory would show weakness, not strength. Across the Atlantic a day later, Danish Army chief Maj. Gen. Peter Harling Boysen had a more aggressive message for allies: “Shoot down Russian drones, period.” To be sure, alliance policy may differ for manned and unmanned incursions—but members are still arguing about the policy. 

      The disagreement is even sharper behind closed doors, according to two officials from alliance-member governments. They pointed to a recent Article Four consultation in Tallinn and a NATO ministers’ meeting in Riga, where some nations said incursions should receive stronger responses and others wanted to build up defenses before taking steps that could lead to war.

      Last month, Russia sent some two dozen unarmed drones into Polish airspace; Poland shot down up to four of them. Days later, when Russian fighter jets flew across the Estonian border, Tallinn elected to do no more than escort them back out—drawing criticism from some allies.

      Czech President Petr Pavel, for example, said members must show more willingness to shoot down not just drones, but also planes. Asked about Pavel’s comments a bit later, Estonian Defense Minister Hanno Pevkur visibly bristled.

      No standard NATO policy covers such incursions, which are being handled case by case by nations in different circumstances, said one senior official from an ally.

      “Some nations may be more proactive in their willingness to shoot at Russian assets,” that  official said.

      One senior NATO military official told Defense One in Riga that questions about various countries’ rules of engagement were “mostly being smoothed out.”

      Another area of disagreement is the pace and scope of counter-drone defenses. The entire European Union has signaled their support for the “drone wall” concept much-discussed in recent weeks. But there is some divergence of opinion on whether EU members should prioritize money for new drone defenses over conventional capabilities like tanks. German leaders have concerns that an attempt to build an impenetrable sense-and-shoot network might be an expensive failure.

      However, some military officials and the senior NATO government official said recent developments are shifting German thinking.

      The recent incursions likely reflect a Russian campaign to sow discontinuity among allies, Boysen and others said Wednesday.

      They're just gonna drive a break in between us. I think that's one thing they're trying to do,” the Dutch general said Wednesday at the Association of the U.S. Army’s annual conference in Washington, D.C.. “ I think they're trying to put headlines on our inability to act and their ability to act very, very quickly on the presidential order.”

      Norway’s Lt. Gen. Pasi Välimäki agreed. 

      “What Russia is trying to do is to undermine the aligned cohesion, and also to undermine the support to Ukraine,” Välimäki said at AUSA.

      Maj. Gen. Lars Lervik of Finland went a step further, describing Russia’s escalating incursions as war below the threshold of armed conflict. 

      “Basically, [Russia] is boiling the frog, moving the position incrementally over time,” Lervik said at AUSA. 

      Disagreements also exist on just how quickly to send military aid to Ukraine. Eastern European nations such as Estonia, Lithuania, Latvia, and Poland, which have long been more aggressive on NATO funding and deployment, are seizing the momentum from more risk-averse countries, such as Germany, European government and military officials say.

      European pledges of aid to Ukraine had fallen earlier this year. Pledges made at Wednesday’s summit reverse that trend:

      *Germany: €2 billion for Patriot interceptors, radar systems, ammunition, and precision-guided artillery rockets, as well as $500 million in financial aid.*Denmark: $171 million for training and repairs.*Lithuania:  $30 million to buy U.S. weapons for Ukraine.*Estonia: $12 million and drones “worth millions.”

      That presented something of a win for the White House, or at least those White House players who have favored continued support for Ukraine. On Wednesday, Defense Secretary Pete Hegseth said in Brussels, “Our expectation today is that more countries donate even more, that they purchase even more, to provide for Ukraine, to bring that conflict to a peaceful conclusion.”

      The United States is presenting its own challenge to NATO unity. The Pentagon’s upcoming national defense strategy will reportedly turn the focus of the U.S. military toward the Western Hemisphere. The senior European government official said many U.S. officials and power brokers around President Trump “refuse to see this strong link between the security of Europe, that attacks on democratically aligned nations could affect other countries where the United States has interests.” 

      So European members are girding for a potential withdrawal of more U.S. troops from the continent—even though Trump recently promised Poland, specifically, he’d shield it from any cuts. 

      The sheer unpredictability of U.S. support is deepening European urgency to cohere on policy. At AUSA, Boysen was asked about Trump’s threats to seize Greenland. The Danish general called them a “wake-up call” that had helped to spur defense spending. 

      European officials are cautiously optimistic that Trump is learning to see Russia as a threat,  the senior European government official said.

      “We'll see in a couple of weeks, I guess.”

      ]]>

      ¶¶¶¶¶

      ¶¶¶¶¶

      ¶¶¶¶¶

      ¶¶¶¶¶

      ¶¶¶¶¶