Skip to main content

qSnapper CVE-2026-41047

| EUVDEUVD-2026-38267 MEDIUM
Missing Authentication for Critical Function (CWE-306)
2026-06-22 suse GHSA-rv65-qg4j-mcmv
6.9
CVSS 4.0 · Vendor: suse
Share

Severity by source

Vendor (suse) PRIMARY
6.9 MEDIUM
CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
6.2 MEDIUM

Local D-Bus access required with no privileges; confidentiality-only impact as attackers read but cannot modify snapshot diff data.

3.1 AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
4.0 AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
SUSE
MEDIUM
qualitative

Primary rating from Vendor (suse).

CVSS VectorVendor: suse

Attack Vector
Local
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

3
Patch available
Jun 22, 2026 - 17:01 EUVD
Source Code Evidence Fetched
Jun 22, 2026 - 16:09 vuln.today
Analysis Generated
Jun 22, 2026 - 16:09 vuln.today

DescriptionCVE.org

Lack of authentication when using the "snapshot diff" functions in qSnapper before version 1.3.3 allowed a local attacker to see otherwise read protected information.

AnalysisAI

Unauthenticated local access to qSnapper's D-Bus snapshot diff interface before version 1.3.3 exposes read-protected file contents to any local user on the host. The 'snapshot diff' D-Bus methods - GetFileChanges, GetFileChangesBetween, GetFileDiffBetween, and GetFileDiffAndDetails - lacked any Polkit authorization check, meaning a local unprivileged caller could invoke them directly and receive sensitive file diff data. This is one of five authentication/authorization flaws (CVE-2026-41045 through CVE-2026-41049) discovered and reported by the SUSE security team under coordinated disclosure; no public exploit is identified at time of analysis.

Technical ContextAI

qSnapper is a Linux snapshot management application by presire that exposes its core functionality through a D-Bus service interface. The affected operations are the snapshot comparison and diff retrieval methods: GetFileChanges, GetFileChangesBetween, GetFileDiffBetween, and GetFileDiffAndDetails. These methods were callable on the D-Bus without triggering any Polkit authorization, making the protected snapshot data accessible to any local user who could address the service. The root cause is CWE-306 (Missing Authentication for Critical Function) - the methods simply had no authorization gate. The fix in v1.3.3 (P1 commit) introduced a dedicated Polkit action com.presire.qsnapper.view-diff with auth_admin_keep enforcement, gating all four methods behind admin-level authentication. All presire qSnapper releases prior to 1.3.3 are affected per CPE cpe:2.3:a:presire:qsnapper:*:*:*:*:*:*:*:*.

RemediationAI

Vendor-released patch: qSnapper 1.3.3, available at https://github.com/presire/qSnapper/releases/tag/v1.3.3. Upgrading to v1.3.3 is the definitive fix; the release introduces a dedicated Polkit action com.presire.qsnapper.view-diff with auth_admin_keep enforcement, ensuring that GetFileChanges, GetFileChangesBetween, GetFileDiffBetween, and GetFileDiffAndDetails all require admin authentication before returning data. As a compensating control prior to patching, administrators can restrict access to the qSnapper D-Bus methods at the D-Bus policy level by adding deny rules for non-root users targeting the affected interface - note this will prevent legitimate snapshot diff viewing for all non-admin users and may break dependent tooling. Additionally, reducing the number of local user accounts on hosts running qSnapper limits the pool of potential local attackers.

Vendor StatusVendor

SUSE

Severity: Moderate

Share

CVE-2026-41047 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy