• NCSC has issued an urgent warning regarding a critical zero-day flaw in Oracle E-Business Suite (EBS) that is currently being exploited in the wild. 

    Tracked as CVE-2025-61882, the vulnerability resides in the BI Publisher Integration component of Oracle Concurrent Processing and allows unauthenticated remote code execution. 

    Organisations running EBS versions 12.2.3 through 12.2.14—especially those exposed to the internet are at the highest risk.

    Oracle BI Publisher Flaw (CVE-2025-61882)

    Oracle’s security alert confirms that an attacker can send specially crafted HTTP requests to the BI Publisher Integration servlet without any prior authentication, achieving full system compromise. 

    No user interaction is required. A proof-of-concept HTTP request pattern resembles the following:

    NCSC Warns Oracle E-Business Suite 0-Day Vulnerability

    Successful exploitation could allow arbitrary command execution under the Oracle EBS application account, potentially leading to data exfiltration, system takeover, or lateral movement across the corporate network. 

    Indicators of compromise (IoCs) published in Oracle’s advisory include anomalous servlet URIs, unexpected child processes spawned by $XBPSRV, and suspicious outbound connections on non-standard ports.

    The NCSC is closely monitoring incident reports and has observed multiple exploitation attempts against UK organisations. 

    Exposed EBS instances on the public internet are the primary target, although internal networks lacking proper segmentation may also be vulnerable to threat actors who gain an initial foothold.

    Risk FactorsDetails
    Affected ProductsOracle E-Business Suite (EBS) 12.2.3 – 12.2.14; BI Publisher Integration component of Oracle Concurrent Processing
    ImpactRemote code execution (RCE)
    Exploit PrerequisitesNetwork access to exposed BI Publisher Integration endpoint; no authentication or user interaction required
    CVSS 3.1 Score9.8 (Critical)

    Mitigation 

    To address CVE-2025-61882, the NCSC urges UK organisations to adopt a defense-in-depth approach.

    Apply Oracle’s October 2023 Critical Patch Update followed by the dedicated EBS patch for CVE-2025-61882. Oracle’s advisory provides detailed installation instructions.

    NCSC Warns Oracle E-Business Suite 0-Day Vulnerability

    Leverage the published IoCs to scan logs, web access records, and process listings for signs of exploitation. Tools such as grep and SIEM rules can help identify:

    NCSC Warns Oracle E-Business Suite 0-Day Vulnerability

    Limit public exposure of Oracle EBS components. Where internet access is unavoidable, implement web application firewalls (WAFs), strict access control lists (ACLs), and network perimeter guidelines as outlined by the NCSC.

    Deploy EDR agents on application servers and conduct behavioral analysis to detect anomalous child processes or unusual outbound traffic.

    If compromise is suspected, contact Oracle PSIRT and report to the NCSC via its online portal. Early notification can help coordinate response and threat intelligence sharing.

    Additional free NCSC resources include guidance on vulnerability management, preventing lateral movement, and the Early Warning service for real-time alerts. 

    By taking these precautions, Oracle E-Business Suite resilience would be strengthened against present and upcoming vulnerabilities.

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

    The post NCSC Warns of Oracle E-Business Suite 0-Day Vulnerability Actively Exploited in Attacks appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Hosted at the repository “Huckel789/Android-RAT,” this fully undetectable (FUD) RAT is designed to evade antivirus detection permanently, maintain persistence in battery-optimized environments, and deliver a feature-rich command-and-control (C2C) experience entirely from a web interface. This Android RAT sets itself apart by eliminating the traditional requirement for a desktop or laptop in the attack chain. A […]

    The post New ‘Fully Undetectable’ Android RAT Discovered on GitHub appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Cybersecurity researchers are reporting an alleged security breach involving Chinese technology giant Huawei Technologies, with hackers claiming to have accessed and leaked sensitive source code and internal development tools. The incident, which surfaced through social media channels, represents a potentially significant security compromise of one of the world’s largest telecommunications equipment manufacturers. Hacker illustrating world’s biggest […]

    The post Hackers Allegedly Breach Huawei Technologies, Leak Source Code and Internal Tools appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A critical security vulnerability has been discovered in Zabbix Agent and Agent 2 for Windows that allows attackers with local system access to escalate their privileges through DLL injection attacks. 

    The flaw, tracked as CVE-2025-27237 with a CVSS score of 7.3 (High), affects multiple versions of the popular network monitoring solution and has prompted immediate security updates from Zabbix.

    The vulnerability stems from improper handling of OpenSSL configuration files in Windows environments, where the configuration file is loaded from a path that can be modified by low-privileged users. 

    This design flaw creates an attack vector for malicious actors who can inject dynamic link libraries (DLLs) to gain elevated system privileges.

    Zabbix Agent Windows Local Privilege Escalation

    The security flaw resides in how Zabbix Agent and Agent 2 process OpenSSL configuration files on Windows systems. 

    When these agents initialize, they load the OpenSSL configuration from a file path that has insufficient access controls, allowing users with limited privileges to modify the configuration content. 

    The attack requires local system access and involves modifying the OpenSSL configuration file to reference a malicious DLL that gets loaded during the agent’s startup or system restart process.

    The vulnerability affects a broad range of Zabbix versions, including 6.0.0 through 6.0.40, 7.0.0 through 7.0.17, 7.2.0 through 7.2.11, and 7.4.0 through 7.4.1. 

    The attack vector has specific prerequisites: attackers need existing access to the Windows system with Zabbix Agent installed, and the malicious configuration only takes effect after the Zabbix Agent service restarts or the system reboots.

    Security researcher himbeer discovered this vulnerability and reported it through Zabbix’s HackerOne bug bounty program

    The DLL injection technique exploits the trust relationship between the Zabbix Agent service and the OpenSSL library, allowing attackers to execute arbitrary code with the elevated privileges of the agent process.

    Risk FactorsDetails
    Affected Products– Zabbix Agent for Windows 6.0.0 – 6.0.40- Zabbix Agent for Windows 7.0.0 – 7.0.17- Zabbix Agent2 for Windows 7.2.0 – 7.2.11- Zabbix Agent2 for Windows 7.4.0 – 7.4.1
    ImpactLocal privilege escalation
    Exploit Prerequisites– Local Windows user account- Zabbix Agent or Agent 2 installed- Ability to modify OpenSSL configuration file path- Agent service or system restart to load malicious DLL
    CVSS 3.1 Score7.8 (High)

    Mitigations

    Zabbix has released security patches across all affected product lines to address this privilege escalation vulnerability. 

    The fixed versions include 6.0.41, 7.0.18, 7.2.12, and 7.4.2, which implement proper access controls for OpenSSL configuration file paths and validate configuration content before processing.

    System administrators should immediately update their Zabbix Agent installations to the corresponding patched versions. 

    The company has not provided specific workarounds for this vulnerability, making the security updates the primary mitigation strategy. 

    Organizations using Zabbix monitoring infrastructure should prioritize these updates, particularly in environments where multiple users have local system access or where the monitoring agents run with elevated privileges.

    Given the widespread deployment of Zabbix monitoring solutions in enterprise environments, this security flaw could potentially affect thousands of Windows-based monitoring installations globally.

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

    The post Zabbix Agent and Agent 2 for Windows Vulnerability Let Attackers Escalate Privileges appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A sophisticated malware campaign dubbed TamperedChef has successfully compromised European organizations by masquerading as a legitimate PDF editor application, according to new research from WithSecure’s Strategic Threat Intelligence & Research Group (STINGR). The campaign demonstrates how threat actors can leverage convincing advertising strategies and fully functional decoy applications to harvest sensitive credentials and establish persistent […]

    The post TamperedChef Malware Disguised as PDF Editor Hijacks Browser Credentials and Opens Backdoors appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • The cyber world never hits pause, and staying alert matters more than ever. Every week brings new tricks, smarter attacks, and fresh lessons from the field. This recap cuts through the noise to share what really matters—key trends, warning signs, and stories shaping today’s security landscape. Whether you’re defending systems or just keeping up, these highlights help you spot what’s coming

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • In the era of rapidly advancing artificial intelligence (AI) and cloud technologies, organizations are increasingly implementing security measures to protect sensitive data and ensure regulatory compliance. Among these measures, AI-SPM (AI Security Posture Management) solutions have gained traction to secure AI pipelines, sensitive data assets, and the overall AI ecosystem. These solutions help

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A security flaw in Zabbix Agent and Agent2 for Windows has been discovered that could allow a local attacker to gain higher system privileges. The issue, tracked as CVE-2025-27237, stems from the way the agent loads its OpenSSL configuration file. By exploiting this weakness, an attacker with limited rights on a Windows host could escalate […]

    The post Zabbix Agent/Agent2 for Windows Vulnerability Could Allow Privilege Escalation appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Cybersecurity researchers have shed light on a Chinese-speaking cybercrime group codenamed UAT-8099 that has been attributed to search engine optimization (SEO) fraud and theft of high-value credentials, configuration files, and certificate data.  The attacks are designed to target Microsoft Internet Information Services (IIS) servers, with most of the infections reported in India, Thailand

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • With the release of Kali Linux 2025.3, penetration testers and security professionals gain access to an innovative AI-powered assistant, the Gemini Command-Line Interface (CLI). This open-source package brings Google’s Gemini AI directly into the terminal, offering natural language–driven automation for common pentesting workflows. The integration of Gemini CLI marks a significant leap forward in the […]

    The post Integrate Gemini CLI into Your Kali Terminal to Speed Up Pentesting Tasks appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶