• A critical zero-day vulnerability in GoAnywhere MFT’s License Servlet is being actively exploited to deploy Medusa ransomware. On September 18, 2025, Fortra released an advisory disclosing CVE-2025-10035, a deserialization flaw with a perfect CVSS score of 10.0. Threat actors tracked as Storm-1175 have abused this issue to gain remote code execution (RCE) on exposed systems, […]

    The post GoAnywhere 0-Day RCE Actively Exploited to Deliver Medusa Ransomware appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A new command injection vulnerability in OpenSSH, tracked as CVE-2025-61984, has been disclosed, which could allow an attacker to achieve remote code execution on a victim’s machine.

    The vulnerability is a bypass of a previous fix for a similar issue (CVE-2023-51385) and exploits how the ProxyCommand feature interacts with the underlying system shell when handling specially crafted usernames.

    The core of the vulnerability lies in OpenSSH’s failure to properly sanitize control characters, such as newlines, within usernames. An attacker can create a username that includes a newline character followed by a malicious command.

    This username is then passed to the shell via SSH’s ProxyCommand. While OpenSSH filters many dangerous shell metacharacters, it does not filter characters that could force a syntax error in certain shells.

    When a shell like Bash, Fish, or csh processes the ProxyCommand, the crafted syntax error on the first line, the command fails, but the shell does not exit.

    Instead, it proceeds to execute the command on the next line, which is the malicious payload supplied by the attacker. This behavior effectively bypasses security measures intended to prevent command execution, opening the door for an RCE.

    The Git Submodule Attack Vector

    The most practical exploitation scenario for CVE-2025-61984 involves a malicious Git repository. An attacker can configure a submodule within their repository to use a URL containing the malicious, multi-line username.

    If a victim clones this repository recursively (git clone --recursive), Git will attempt to connect via SSH to fetch the submodule. This triggers the vulnerability ProxyCommand if the user has a specific configuration.

    The exploit requires two conditions on the victim’s machine: a shell that continues execution after a syntax error (like Bash) and an SSH configuration file (~/.ssh/config) with a ProxyCommand that uses the %r token to include the remote username.

    Notably, the secure shell Zsh is not vulnerable to this technique as it terminates upon encountering such errors. Tools like Teleport have been found to generate SSH configurations that use this vulnerable pattern, potentially increasing the attack surface.

    Mitigations

    The OpenSSH project has released a patch in version 10.1 that fully addresses this vulnerability by disallowing control characters in usernames. All users are strongly urged to upgrade to this version or newer.

    For systems that cannot be immediately updated, several mitigations can be implemented.

    Users can edit their SSH configurations to enclose the %r token in single quotes ('%r') within any ProxyCommand directive, which prevents the shell from interpreting the special characters.

    Another effective defense-in-depth measure is to configure Git to restrict the automatic use of SSH for submodules.

    This vulnerability serves as a critical reminder of the complex security risks that can emerge from the interactions between trusted developer tools.

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

    The post OpenSSH Vulnerability Exploited Via ProxyCommand to Execute Remote Code – PoC Released appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • The notorious Cl0p ransomware group has been actively exploiting a critical zero-day vulnerability in Oracle’s E-Business Suite (EBS), targeting enterprise customers through CVE-2025-61882. This sophisticated attack campaign has prompted Oracle to issue an emergency security advisory after reports surfaced that multiple organizations received extortion emails from the threat actors. Critical Zero-Day Vulnerability Exposed Oracle confirmed the exploitation […]

    The post Cl0p Ransomware Actively Exploiting Oracle E-Business Suite 0-Day appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • The sophisticated China-linked threat actor Mustang Panda has refined its cyber espionage arsenal with an advanced DLL side-loading technique specifically targeting the Tibetan community, according to recent analysis of a campaign first identified by IBM’s X-Force in June 2025. This politically motivated operation demonstrates how threat actors continuously evolve their obfuscation methods to bypass security controls and […]

    The post Mustang Panda Adopts New DLL Side-Loading Method to Deploy Malware appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Oracle has issued an emergency security alert for a critical zero-day vulnerability (CVE-2025-61882) in its E-Business Suite after the notorious Cl0p ransomware group began extorting customers who failed to patch their systems. 

    The vulnerability, carrying a maximum CVSS score of 9.8, affects the Business Intelligence Publisher (BI Publisher) Integration component and enables remote code execution without authentication.

    The vulnerability CVE-2025-61882 represents a significant threat to Oracle E-Business Suite deployments worldwide. Security researchers have confirmed that public proof-of-concept exploits are now available, dramatically increasing the risk for unpatched systems. 

    The flaw affects Oracle EBS versions 12.2.3 through 12.2.14, requiring organizations to implement Oracle’s October 2023 CPU as a prerequisite before applying the latest security patches.

    Tenable investigation revealed that Cl0p ransomware operators have been systematically targeting Oracle E-Business Suite installations, leveraging this zero-day vulnerability to gain unauthorized access to enterprise systems. 

    Cl0p Exploiting Unpatched Oracle EBS Vulnerability

    The attack campaign came to light when multiple Oracle customers received extortion emails from the Cl0p group, claiming to have successfully infiltrated their EBS environments and stolen sensitive business data.

    Tenable stated that the Oracle Concurrent Processing component vulnerability allows attackers to execute arbitrary code remotely without requiring authentication credentials, making it an attractive target for cybercriminals. 

    Security experts emphasize that the combination of widespread Oracle EBS deployment in enterprise environments and the vulnerability’s high severity score creates a perfect storm for large-scale attacks.

    The Cl0p ransomware group, also known as TA505 and FIN11, has established a pattern of targeting zero-day vulnerabilities in enterprise file transfer and business application software. 

    Previous campaigns successfully exploited vulnerabilities in Accellion, MOVEit Transfer, GoAnywhere, and Cleo platforms, demonstrating the group’s sophisticated capability to identify and weaponize high-impact security flaws.

    Risk FactorsDetails
    Affected ProductsOracle E-Business Suite, Business Intelligence Publisher (BI Publisher) Integration 12.2.3 through 12.2.14
    ImpactRemote Code Execution
    Exploit PrerequisitesNetwork access to Oracle EBS instance, No authentication required
    CVSS 3.1 Score9.8 (Critical)

    Mitigations

    Oracle’s security advisory includes multiple indicators of compromise (IOCs) to help organizations detect potential intrusions. 

    The company has released patches addressing not only CVE-2025-61882 but also nine additional vulnerabilities from the July 2025 Critical Patch Update that may have been exploited in conjunction with the zero-day flaw.

    Security teams must prioritize immediate patching of affected Oracle EBS systems, particularly given the availability of public exploits. 

    Organizations should also implement network monitoring for suspicious activity targeting the BI Publisher Integration component and review access logs for unauthorized administrative actions. 

    The incident underscores the critical importance of maintaining current patch levels and implementing defense-in-depth strategies to protect against zero-day exploitation campaigns.

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

    The post Cl0p Ransomware Actively Exploiting Oracle E-Business Suite 0-Day Vulnerability in the Wild appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • The UK National Cyber Security Centre (NCSC) has issued a security alert following confirmation of active exploitation of a critical 0-day vulnerability, tracked as CVE-2025-61882, in Oracle E-Business Suite (EBS). Oracle has released an urgent security update to address the issue, underscoring the immediate risk to organisations running affected EBS versions. Critical Remote Code Execution Flaw in […]

    The post NCSC Issues Alert on Active Exploitation of Oracle E-Business Suite 0-Day Vulnerability appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A remote code execution vulnerability discovered in Redis, the widely-used in-memory data structure store, has sent shockwaves through the cybersecurity community. The flaw, designated CVE-2025-49844 and dubbed “RediShell” by researchers, carries the maximum CVSS 3.1 severity score of 10.0 and affects all Redis versions worldwide. 13-Year-Old Bug Creates Modern Security Crisis Wiz Research uncovered this […]

    The post 13-Year-Old Redis RCE Flaw Lets Attackers Seize Complete Host Control appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • CrowdStrike on Monday said it’s attributing the exploitation of a recently disclosed security flaw in Oracle E-Business Suite with moderate confidence to a threat actor it tracks as Graceful Spider (aka Cl0p), and that the first known exploitation occurred on August 9, 2025. The exploitation involves the exploitation of CVE-2025-61882 (CVSS score: 9.8), a critical vulnerability that facilitates

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A 13-year-old critical remote code execution (RCE) vulnerability in Redis, dubbed RediShell, allows attackers to gain full access to the underlying host system.

    The flaw, tracked as CVE-2025-49844, was discovered by Wiz Research and has been assigned the highest possible CVSS severity score of 10.0, a rating reserved for the most severe security issues.

    The vulnerability is a Use-After-Free (UAF) memory corruption bug that has existed in the Redis source code for approximately 13 years. A post-authentication attacker can exploit this flaw by sending a specially crafted Lua script.

    Because Lua scripting is a default feature, the attacker can escape the Lua sandbox environment to achieve arbitrary code execution on the Redis host.

    This level of access grants an attacker complete control, enabling them to steal, delete, or encrypt data, hijack system resources for activities like crypto mining, and move laterally across the network.

    The potential impact is magnified by Redis’s ubiquity. An estimated 75% of cloud environments utilize the in-memory data store for caching, session management, and messaging.

    The combination of this critical flaw with common deployment practices that often lack proper security hardening creates a significant risk multiplier for organizations globally.

    Redis Instances Exposed to the Internet

    Analysis by Wiz Research revealed an extensive attack surface, with approximately 330,000 Redis instances exposed to the internet. Alarmingly, about 60,000 of these instances have no authentication configured.

    The official Redis container image, which accounts for 57% of cloud installations, does not require authentication by default.

    This configuration is highly dangerous, as it allows any unauthenticated attacker to send malicious Lua scripts and execute code within the environment.

    Even instances exposed only to internal networks are at high risk, as an attacker with an initial foothold could exploit the vulnerability for lateral movement to more sensitive systems.

    The attack flow begins with the attacker sending a malicious Lua script to the vulnerable Redis instance. After successfully exploiting the UAF bug to escape the sandbox, the attacker can establish a reverse shell for persistent access.

    From there, they can compromise the entire host by stealing credentials like SSH keys and IAM tokens, installing malware, and exfiltrating sensitive data from both Redis and the host machine.

    On October 3, 2025, Redis released a security advisory and patched versions to address CVE-2025-49844. All Redis users are strongly urged to upgrade their instances immediately, prioritizing those that are internet-exposed or lack authentication.

    In addition to patching, organizations should implement security hardening best practices.

    These measures include enabling strong authentication, disabling Lua scripting if it is not required, running Redis with a non-root user account with minimal privileges, and implementing network-level access controls like firewalls and Virtual Private Clouds (VPCs) to restrict access to authorized networks only.

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

    The post 13-year-old Critical Redis RCE Vulnerability Let Attackers Gain Full Access to Host System appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • The Golden Dome missile-defense project has a lot of money, and contractors have a lot of questions—so many that the Missile Defense Agency has pushed back the deadline to submit proposals for a chunk of its $151 billion pot.  

    Industry proposals for the Scalable Homeland Innovative Enterprise Layered Defense contract vehicle, or SHIELD, were originally due Oct. 10. However, due to “considerable interest” into the up-to-$151 billion, 10-year indefinite-quantity, indefinite-delivery contract, the deadline has been pushed to Oct. 16. 

    “The solicitation posted on [Sept. 10] generated considerable interest, resulting in over 1,500 questions from industry,” said an Oct. 2 memo from the Missile Defense Agency. 

    “The questions received were primarily focused on requests for clarification based on individual company interests/situations and resulted in very few updates to the solicitation," Mark Wright, a Missile Defense Agency spokesman, said later. "The extension is predominantly due to the sheer volume of answers for industry to review and not the updates to the solicitation.”

    The flood of queries shows how eager industry is to get a slice of the Trump administration’s wildly ambitious missile shield, said Todd Harrison, a senior fellow at the American Enterprise Institute.

    “I think it’s an indication of strong industry interest, which is not surprising given the enormous amount of money already appropriated by Congress,” Harrison said. 

    In May, the president claimed Golden Dome would cost around $175 billion, would be completed in about three years, and would be completely effective in keeping missiles from striking the continental United States.

    The reconciliation bill passed this summer provided $25 billion for the project, but that, according to some estimates, is just a few percent of what it will ultimately cost..

    In May, a Congressional Budget Office report said estimates ranged from $542 billion to $831 billion over 20 years. Last month, Harrison wrote that depending on the actual goals and scope, the project could cost from $252 billion to more than ten times as much.

    “A system that protects against the full range of aerial threats posed by peer and near-peer adversaries could cost $3.6 trillion, and even then, it would fall short of the ‘100 percent’ effectiveness claimed,” Harrison wrote in a report. “In contrast, the $175 billion price tag President Trump cited only affords a much less capable system that is no match for the quantity of missiles China and Russia possess.”

    The Trump administration has claimed Golden Dome can and will use interceptors on Earth and in orbit to mount defenses impenetrable by ballistic, cruise, and hypersonic missile. The project is overseen by Space Force Gen. Michael Guetlein, once vice chief of space operations.

    In September, the Space Force began soliciting prototype proposals for its space-based interceptor program. Guetlein briefed members of the Senate Armed Services Committee members late last month, sparking skepticism among some Democratic lawmakers. 

    Designing orbital interceptors will take a lot of money and effort, industry officials said at the Air & Space Force Association’s Air, Space and Cyber conference near Washington, D.C., last month. 

    “It’s really a large system, engineering architecture problem and it's heavily driven by economics,” said Robert Fleming, corporate vice president and president of Northrop Grumman's Space Systems sector. “So, there’s a lot of work to be done, there’s money involved to get that figured out.”

    ]]>

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶