Cyber Security News

Multiple QNAP Vulnerabilities Let Remote Attacker Gains Access to a User Account

Two significant QNAP security vulnerabilities affecting Qsync Central 4.5.x that could allow remote attackers to exploit user accounts and gain unauthorized access to sensitive data. 

The vulnerabilities, identified as CVE-2025-22482 and CVE-2025-29892, were publicly disclosed on June 7, 2025, with fixes already available in updated software versions released earlier this year.

CVE-2025-22482: Format String Exploitation Vulnerability

The CVE-2025-22482 vulnerability stems from improper handling of user-supplied format specifiers in C/C++ print-style functions. 

The affected code likely contains unprotected calls to functions like sprintf, fprintf, or syslog without proper input validation. Consider this reconstructed vulnerable code snippet:

In this implementation, the action parameter (controlled by an authenticated attacker) contains unescaped format specifiers like %x or %n, enabling memory content disclosure or arbitrary memory writes.

An attacker with valid credentials could:

  • Use %p specifiers to leak stack pointers and calculate memory offsets.
  • Employ %s with crafted addresses to read arbitrary memory locations.
  • Utilize %n to overwrite function pointers or security cookies.

The vulnerability becomes particularly dangerous when combined with other memory corruption flaws, as it potentially enables full Address Space Layout Randomization (ASLR) bypass.

CVE-2025-29892: SQL Injection Vulnerability

The CVE-2025-29892 vulnerability exists in Qsync Central’s database abstraction layer. 

Examination of the advisory suggests the presence of dynamic SQL construction without proper parameterization. A reconstructed vulnerable code path might appear as:

This implementation allows authenticated attackers to inject SQL commands through the username parameter, bypassing standard authentication checks.

The payload would enumerate database tables, potentially exposing sensitive schema information. More dangerous injections could leverage which would escalate privileges through direct database modification.

The vulnerabilities were responsibly disclosed by security researchers Searat, izut, and coral, highlighting the importance of coordinated vulnerability disclosure in maintaining cybersecurity across enterprise infrastructure platforms.

CVEsAffected ProductsImpactExploit PrerequisitesCVSS 3.1 Score
CVE-2025-22482Qsync Central 4.5.xObtain secret data or modify memoryAttacker must gain access to a user account7.8 (High)
CVE-2025-29892Qsync Central 4.5.xExecute unauthorized code or commandsAttacker must gain access to a user account8.1 (High)

Mitigations

QNAP has already addressed both vulnerabilities in Qsync Central version 4.5.0.6, released on March 20, 2025. 

Organizations must immediately update their installations through the QTS or QuTS hero App Center by searching for “Qsync Central” and selecting the Update option. 

System administrators should verify that their current version is 4.5.0.6 or later to ensure protection against these vulnerabilities.

Beyond patching, organizations should implement comprehensive security measures, including regular credential audits, multi-factor authentication enforcement, and network segmentation to limit potential attack surfaces. 

Security teams should also monitor for unusual access patterns or database queries that might indicate exploitation attempts targeting these vulnerabilities.

Try Next-gen Antivirus that Elevates Endpoint Protection – Try for Free

Kaaviya

Kaaviya is a Security Editor and fellow reporter with Cyber Security News. She is covering various cyber security incidents happening in the Cyber Space.

Recent Posts

Google Chrome 153 Update Fixes 42 Security Flaws, Including 3 Critical Ones

Google has released an important Chrome 153 security update that fixes 42 vulnerabilities across the…

4 hours ago

CISA and NIST Release Technical Checklist for Safeguarding Identity Tokens From Theft and Misuse

The Cybersecurity and Infrastructure Security Agency (CISA) and the National Institute of Standards and Technology…

14 hours ago

CISA Shares 17 Techniques Used by Hackers to Compromise Active Directory Environments

CISA and five international cybersecurity agencies have released detailed guidance describing 17 common techniques hackers…

15 hours ago

Apple Rolls Out Massive Security Update Fixing 273 Vulnerabilities Across Its Devices

Apple has released one of its largest coordinated security rollouts, addressing 273 distinct critical vulnerabilities…

15 hours ago

How to Keep Malware’s Rotating Infrastructure From Becoming a Detection Gap

You can’t detect today's attacks with yesterday’s threat intelligence; that’s how you could briefly formulate…

16 hours ago

Microsoft Bans Its AI Models From Launching Cyberattacks or Escalating Their Own Access

Microsoft has published a draft Humanist AI Code of Conduct that would prohibit its in-house…

16 hours ago