CVE-2026-41049
Received Received - Intake
Authentication Bypass in qSnapper DBus Service

Publication date: 2026-06-22

Last updated on: 2026-06-22

Assigner: SUSE

Description
Incorrect caching of authentication between different users of the  qSnapper dbus service before version 1.3.3 allowed any local attacker to use dbus functions after a privileged users has authenticated for them.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-22
Last Modified
2026-06-22
Generated
2026-06-22
AI Q&A
2026-06-22
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
qsnapper dbus_service 1.3.3
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-303 The requirements for the product dictate the use of an established authentication algorithm, but the implementation of the algorithm is incorrect.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability involves incorrect caching of authentication between different users of the qSnapper dbus service before version 1.3.3.

Because of this flaw, any local attacker can use dbus functions after a privileged user has authenticated, effectively allowing the attacker to act with the privileges of that user.

Impact Analysis

The vulnerability can allow a local attacker to perform actions with elevated privileges by reusing the authentication of a privileged user.

This can lead to unauthorized access to sensitive functions or data accessible through the dbus service, potentially compromising system security.

Compliance Impact

The vulnerability in qSnapper allows local attackers to bypass authentication and perform privileged dbus functions by exploiting incorrect caching of authentication between different users.

This unauthorized access can lead to exposure or manipulation of sensitive data, which may violate security requirements in standards and regulations such as GDPR and HIPAA that mandate strict access controls and protection of personal or sensitive information.

Specifically, the flaw undermines proper authentication and authorization mechanisms, increasing the risk of data breaches or unauthorized data access, which are critical compliance concerns under these regulations.

Detection Guidance

This vulnerability involves incorrect caching of authentication in the qSnapper dbus service, allowing local attackers to reuse privileged sessions. Detection would focus on monitoring local dbus service usage and authentication caching behavior.

Since the issue is local and related to dbus authentication caching, detection can involve checking for unexpected dbus method calls by unprivileged users, especially methods like DeleteSnapshot(), RestoreFiles(), and RestoreFilesDirect() that should require authentication.

Suggested commands to help detect suspicious activity might include:

  • Use `dbus-monitor` to watch for qSnapper dbus service calls from unprivileged users.
  • Check system logs for Polkit authentication events related to qSnapper using `journalctl` or `grep` on auth logs.
  • Verify the installed version of qSnapper with `rpm -q qsnapper` or `qSnapper --version` to ensure it is not older than 1.3.3.
  • Audit active user sessions and their dbus connections to detect if multiple users share authenticated sessions unexpectedly.
Mitigation Strategies

The primary mitigation step is to upgrade qSnapper to version 1.3.3 or later, where this vulnerability has been fixed.

This update includes security hardening such as improved Polkit authentication, input validation, authorization, and logging layers to prevent authentication caching issues.

Until the update can be applied, restrict local user access to the qSnapper dbus service to trusted users only, to reduce the risk of exploitation.

Additionally, monitor system logs for unusual dbus activity and consider temporarily disabling or limiting qSnapper usage if possible.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-41049. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart