LiveActive security incident?Get immediate response
CVE Record

CVE-2023-45035: QTS, QuTS hero, QuTScloud

A buffer copy without checking size of input vulnerability has been reported to affect several QNAP operating system versions. If exploited, the vulnerability could allow authenticated administrators to execute code via a network. We have already fixed the vulnerability in the following versions: QTS 5.1.4.2596 build 20231128 and later QuTS hero h5.1.4.2596 build 20231128 and later QuTScloud c5.1.5.2651 and later

LowCVSS 3.8Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

CVE-2023-45035 is a low-severity QNAP operating system flaw. An already authenticated administrator could potentially execute code over the network on affected QTS, QuTS hero, or QuTScloud systems. The main business risk is misuse of privileged access or compromise chaining, not unauthenticated mass exploitation based on the provided sources.

Executive priority

Handle through normal vulnerability management unless the device has exposed administrative access, shared administrator accounts, or other compromise indicators. Prioritize upgrades for externally reachable or business-critical QNAP systems, but the available evidence supports low urgency compared with unauthenticated remote-code-execution issues.

Technical view

The issue is a CWE-120 buffer copy without input-size checking in QNAP QTS, QuTS hero, and QuTScloud. CVSS 3.1 is 3.8: network reachable, low complexity, administrator privileges required, no user interaction, unchanged scope, no confidentiality impact, and low integrity and availability impact.

Likely exposure

Exposure is most likely limited to QNAP systems running the named OS families below the vendor-fixed versions and reachable by authenticated administrators over a network. The provided sources do not identify specific services, ports, or broader affected version ranges beyond the fixed release guidance.

Exploitation context

The source bundle does not show CISA KEV listing or cite active exploitation. The attack requires high privileges, specifically an authenticated administrator. That materially lowers urgency, but internet-exposed or weakly governed admin access could increase practical risk.

Researcher notes

Sources identify CWE-120 and code execution by authenticated administrators over a network, but do not provide component-level details, exploit prerequisites beyond privilege, or public exploit evidence. Avoid assuming affected services or exploitability beyond QNAP’s advisory and CVSS vector.

Mitigation direction

  • Upgrade QTS to 5.1.4.2596 build 20231128 or later.
  • Upgrade QuTS hero to h5.1.4.2596 build 20231128 or later.
  • Upgrade QuTScloud to c5.1.5.2651 or later.
  • Restrict QNAP administrative access to trusted networks and administrators.
  • Review QNAP advisory QSA-23-46 for current vendor guidance.

Validation and detection

  • Inventory QNAP QTS, QuTS hero, and QuTScloud assets.
  • Record OS family, version, and build for each system.
  • Confirm each system is at or above the fixed vendor version.
  • Review administrative account access and recent privileged activity.
  • Verify management access is not unnecessarily exposed to untrusted networks.
Prepared
Confidence
high
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-120: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2023-45035 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Low
CVSS
3.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:L

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
3.8CVSS 3.1LowCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:L1.22.5Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

3.8Low
CVSS 3.1 vector shape for CVE-2023-45035Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:L

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
QNAP Systems Inc.QTS5.1.xunaffected
QNAP Systems Inc.QuTS heroh5.1.xunaffected
QNAP Systems Inc.QuTScloudc5.x.xunaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-120 · source CWE mapping

Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')

Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.