ZeroHour
Infosecurity Magazinepublished ()ingested Alessandro Mascellino

Fortinet and PaperCut: Unveiling Critical Vulnerabilities in 2023

Vulnerabilities mentionedAll →

CVEVulnerabilityCVSSEPSSFlagsAffectedExposurePublished
CVE-2022-23529
Rejected reason: DO NOT USE THIS CANDIDATE NUMBER.

Rejected reason: DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: The issue is not a vulnerability. Notes: none.

NVD description · AI analysis pending
CVE-2022-41328
Path Traversal in Fortinet FortiOS Exploited in Targeted Attacks

CVE-2022-41328 is a path traversal flaw (CWE-22) in Fortinet FortiOS in which the system fails to properly limit file paths, allowing crafted CLI commands to escape the restricted directory. A privileged attacker — one who already has CLI access to the device — can issue these crafted commands to read and write arbitrary files on the underlying Linux system, effectively breaking out of the FortiOS CLI sandbox. That post-compromise capability is valuable for stealth and persistence, since changes to system files on the underlying OS may not be visible through normal FortiOS administration. Organizations running FortiOS 7.2.0 through 7.2.3, 7.0.0 through 7.0.9, or any release before 6.4.11 are affected. Exploitation is confirmed in the wild: the flaw was added to CISA's Known Exploited Vulnerabilities Catalog on 2023-03-14, carries a high EPSS score (10.7% probability of exploitation within 30 days, 96th percentile), and public reporting describes its use in targeted cyberattacks on government entities attributed to the espionage group tracked as UNC3886, though no public proof-of-concept code is known.

Do: Upgrade all affected FortiGate/FortiOS devices to a fixed release beyond the affected ranges — 7.2.4 or later, 7.0.10 or later, or 6.4.11 or later — per Fortinet's advisory, as required by the CISA KEV entry. Restrict privileged CLI access (admin accounts, trusted-host/local-in policies) and review CLI logs plus the underlying Linux filesystem for unexpected file changes as signs of compromise, particularly on government or otherwise high-value networks given UNC3886 targeting.

7.111% KEV
  • Fortinet FortiOS 7.2.0 through 7.2.3
  • Fortinet FortiOS 7.0.0 through 7.0.9
  • Fortinet FortiOS all versions before 6.4.11
masshundreds of thousands of FortiGate deployments (well over 100,000 internet-facing FortiGates appear in public scans)
CVE-2023-27350
Authentication Bypass Leading to SYSTEM RCE in PaperCut MF/NG

PaperCut MF and PaperCut NG print management software contain an improper access control flaw (CWE-284) in the SetupCompleted class that allows an unauthenticated attacker to bypass authentication and reach internal administrative functionality. The flaw is triggered by sending crafted, unauthenticated requests to the PaperCut application's web interface, without requiring valid user credentials. A successful attacker gains the ability to execute code in the context of the SYSTEM account on the PaperCut server, typically a Windows print server, giving full control of that host. Any organization running PaperCut MF or NG is potentially affected, and exposure is highest where the server's web interface is reachable from the internet or by untrusted networks. Exploitation is confirmed in the wild: CISA added the flaw to the KEV on 2023-04-21 with known ransomware use, and EPSS rates exploitation probability at 100% within 30 days.

Do: Apply the vendor's updates as instructed (this is the required action in CISA KEV) — upgrade PaperCut MF/NG to the patched releases listed in PaperCut's security advisory rather than relying on unpatched installs. Until patched, restrict network access to the PaperCut web/admin interface so it is reachable only from trusted hosts, and check the server for signs of compromise given known ransomware use. Prioritize internet-facing PaperCut servers, which public scans show are exposed in the thousands.

9.8100% KEV ransomware PoC ×3
  • PaperCut MF
  • PaperCut NG
masstens of thousands of organizations (~70k+) and millions of users; thousands of internet-exposed PaperCut servers
CVE-2023-27524
Insecure default SECRET_KEY in Apache Superset enables auth bypass and RCE

Apache Superset versions up to and including 2.0.1 ship with a known, hard-coded default SECRET_KEY that signs all session cookies and encrypts sensitive data in the database. Installations that never changed this default value, contrary to the vendor's installation instructions, can be attacked over the network with no privileges or user interaction, because anyone who knows the public default key can forge valid, authenticated session cookies. By forging an administrator's session cookie, an attacker gains unauthorized access to Superset resources, and public proofs of concept demonstrate chaining this authentication bypass to remote code execution. Only deployments still using the default SECRET_KEY are affected; administrators who set a unique, strong key per the vendor instructions are not impacted. Exploitation is confirmed in the wild: CISA added the issue to the Known Exploited Vulnerabilities catalog on 2024-01-08, EPSS estimates a 97.4% probability of exploitation within 30 days, and public scans show thousands of exposed servers.

Do: Upgrade Superset beyond 2.0.1 to a patched release (fixed in 2.1.0) and, critically, set a unique, strong random SECRET_KEY in superset_config.py or via the SUPERSET_SECRET_KEY environment variable on every deployment, since upgrading alone does not help if the well-known default key remains in use. If the default key was ever used, rotate it, invalidate existing sessions, and review affected servers—especially internet-exposed ones—for unauthorized access or code execution. Per CISA KEV, apply mitigations per vendor instructions or discontinue use of affected installations.

9.897% KEV PoC ×2
  • Apache Superset up to and including 2.0.1 (installations that have not changed the default configured SECRET_KEY)
moderate≈ thousands of internet-exposed Apache Superset instances (public internet scans); total self-hosted deployments likely higher
CVE-2023-28858
redis-py before 4.5.3 leaves a connection open after canceling an async Redis command at an inopportune time, and can send response data to the client of an unr

redis-py before 4.5.3 leaves a connection open after canceling an async Redis command at an inopportune time, and can send response data to the client of an unrelated request in an off-by-one manner. NOTE: this CVE Record was initially created in response to reports about ChatGPT, and 4.3.6, 4.4.3, and 4.5.3 were released (changing the behavior for pipeline operations); however, please see CVE-2023-28859 about addressing data leakage across AsyncIO connections in general.

NVD description · AI analysis pending
3.71%
  • redis redis-py
Full article379 words · extracted from infosecurity-magazine.com · click to collapse

A recent report from Rezilion has shed light on some noteworthy vulnerabilities found in the first half of 2023 and provided recommended remediation strategies. 

The vulnerabilities span various sources, including development processes, open source software and supply chains.

One such vulnerability regards Apache Superset (CVE-2023-27524). With  Common Vulnerability Scoring System (CVSS) 9.8, the critical flaw exposed organizations to unauthorized access due to the use of default configurations. 

Additionally, PaperCut (CVE-2023-27350) and Fortinet FortiOS (CVE-2022-41328) vulnerabilities allowed attackers to bypass authentication and execute code with system privileges. They had CVSS 9.8 and 7.1 scores, respectively.

The JsonWebToken vulnerability (tracked CVE-2022-23529) is also mentioned in the report. The flaw was a significant concern, initially assigned a high CVSS score of 9.8. 

However, upon closer examination and thorough analysis, the severity of this vulnerability was reevaluated and subsequently retracted. This highlights the critical role of meticulous scrutiny and active community involvement in ensuring precise assessments and effective mitigation strategies.

Another vulnerability mentioned in the report (tracked CVE-2023-28858) had a CVSS score of 3.7 and affected the Open AI ChatGPT service, resulting in a leak of user data.

Read more on this flaw: ChatGPT Vulnerability May Have Exposed Users’ Payment Information

“Although the CVSS score for this vulnerability is relatively low, it gained attention due to the increasing reliance on AI services across industries,” explained Callie Guenther, cyber threat research senior manager at Critical Start.

“Security teams should give it attention, as even low-severity vulnerabilities in critical services can have significant consequences,” Guenther said. 

To stay resilient against evolving cyber threats, the report says security leaders and teams must remain informed about the latest vulnerabilities and take proactive measures to mitigate the associated risks. 

“Coming up with a list of the ‘most significant’ vulnerabilities is often a challenge,” explained Mike Parkin, senior technical engineer at Vulcan Cyber.

The security expert also emphasized the importance of considering various factors when evaluating the severity of an exploit, such as the number of targets affected.

“The bottom line is that if a CVE applies in your environment, you need to address it. If the CVE has exploits in the wild, you need to address it now,” Parkin added.

By understanding these vulnerabilities and implementing recommended fixes, organizations can fortify their defenses and protect against potential damages.

Text extracted automatically; images, tables and formatting may be missing. Original: https://www.infosecurity-magazine.com/news/critical-vulnerabilities-2023/