CVE-2023-48365
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedQlik Sense Enterprise for Windows before August 2023 Patch 2 allows unauthenticated remote code execution, aka QB-21683. Due to improper validation of HTTP headers, a remote attacker is able to elevate their privilege by tunneling HTTP requests, allowing them to execute HTTP requests on the backend server that hosts the repository application. The fixed versions are August 2023 Patch 2, May 2023 Patch 6, February 2023 Patch 10, November 2022 Patch 12, August 2022 Patch 14, May 2022 Patch 16, February 2022 Patch 15, and November 2021 Patch 17. NOTE: this issue exists because of an incomplete fix for CVE-2023-41265.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceQlik Sense Enterprise for Windows before specified patches contains an improper validation vulnerability in HTTP header handling. A remote, unauthenticated attacker can elevate privileges by tunneling HTTP requests through the vulnerable component, allowing arbitrary HTTP requests to be executed on the backend repository server. This leads to unauthenticated RCE. The vulnerability stems from an incomplete fix for CVE-2023-41265.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data= august_2022= august_2023= february_2022= february_2023= may_2022= may_2023= november_2021= november_2022CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Changed
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify Qlik Sense installationCheck for Qlik Sense Enterprise for Windows by looking for the Qlik Sense installation directory, typically at C:\Program Files\Qlik\Sense\ or by querying Windows Registry under HKLM\SOFTWARE\Qlik for Sense installation info.Affected if Qlik Sense Enterprise for Windows is installed on the system
-
Determine installed Qlik Sense versionOpen Qlik Management Console and navigate to About Qlik Sense, or check the version in the Windows Registry at HKLM\SOFTWARE\Qlik\Sense\Repository\0\Version, or look at the version info in the SenseHub or QMC login page.Affected if The installed version matches one of: August 2022, August 2023, February 2022, February 2023, May 2022, May 2023, November 2021, or November 2022
-
Verify repository service exposureCheck if the Qlik Sense Repository Service (QRS) on port 4747 (or configured port) is accessible from untrusted networks. Review firewall rules and load balancer configurations to determine if the repository API is exposed to the internet or untrusted internal zones.Affected if The repository service port is accessible from untrusted networks without proper authentication barriers
-
Inspect HTTP header handling configurationReview the Qlik Sense Proxy Service configuration files (specifically proxy.yml or similar configuration in the C:\Program Files\Qlik\Sense\Proxy\ folder) for any custom HTTP header validation rules or proxy pass-through settings.Affected if Custom header processing rules exist that bypass standard validation, or if the proxy allows arbitrary header forwarding to the repository
-
Check for signs of tunneling activityReview Qlik Sense Repository Service logs (located in C:\Program Files\Qlik\Sense\Repository\Log) for unusual HTTP requests with abnormal headers, especially X-Forwarded-* headers or host header manipulation attempts targeting the internal repository API.Affected if Logs show requests with manipulated HTTP headers targeting the repository endpoint, or authentication anomalies indicating privilege escalation
A system is affected if Qlik Sense Enterprise for Windows is installed with a version matching the affected list (August 2022, August 2023, February 2022, February 2023, May 2022, May 2023, November 2021, November 2022) AND the repository service is network-accessible, allowing unauthenticated HTTP header manipulation to reach the backend.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedApply the appropriate Qlik Sense patch for the installed version (August 2023 Patch 2, May 2023 Patch 6, or later per the version branch). If immediate patching is not possible, restrict network access to the repository service and implement Web Application Firewall rules to filter malformed HTTP headers.
August 2023 Patch 2 (or earliest applicable patch version at or above current version)
- Identify the currently installed Qlik Sense Enterprise for Windows version and patch level
- Determine the appropriate target patch version based on the fixed versions list (August 2023 Patch 2, May 2023 Patch 6, February 2023 Patch 10, November 2022 Patch 12, August 2022 Patch 14, May 2022 Patch 16, February 2022 Patch 15, or November 2021 Patch 17)
- Download the required patch or upgrade package from the official Qlik download portal or support site
- Back up the Qlik Sense repository database and configuration files
- Test the upgrade in a non-production environment first
- Apply the upgrade following Qlik's standard upgrade procedures for Qlik Sense Enterprise for Windows
- Verify the installation by checking the version and patch level after upgrade
- Test critical business workflows to ensure functionality is intact
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing8.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $6,656.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2023-48365 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2023-48365 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data