7kt Pac1260 Data Manager FirmwareOperating system · Siemens

CVE-2024-41791

MEDIUM · 6.5 CVSS v3.1 Published 2025-04-08
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
74/100
Remediation priority · Elevated
Remotely reachable No privileges Zero-click

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 · unedited
A vulnerability has been identified in SENTRON 7KT PAC1260 Data Manager (All versions). The web interface of affected devices does not authenticate report creation requests. This could allow an unauthenticated remote attacker to read or clear the log files on the device, reset the device or set the date and time.

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 confidence

The SENTRON 7KT PAC1260 Data Manager web interface lacks authentication enforcement on report creation endpoints. An unauthenticated remote attacker can send direct HTTP requests to perform actions including reading/clearing log files, device reset, and modifying date/time settings. This is a classic missing authentication vulnerability (CWE-306) in the web application's API layer.

MitigationImmediately restrict network exposure of the device using firewalls or VLAN segmentation. Apply vendor firmware updates when available. If the device must remain accessible, implement additional authentication controls at the network or proxy layer.

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
7kt Pac1260 Data Manager FirmwareOperating system
Affected:all versions

CVSS 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
None
User interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
None

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

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 checks

Work through these to decide whether this CVE applies to you.

  1. Identify if the PAC1260 web interface is network-accessible
    Scan the network for the device's web interface typically on port 80/443. Attempt to access the base URL of the device from an unauthorized client (e.g., curl http://<device-ip>/).
    Affected if The web interface returns HTTP 200 or other valid responses without requiring authentication credentials.
  2. Check if log file endpoints respond without authentication
    Send HTTP GET requests to the device's log-related endpoints (commonly /logs, /logfiles, or similar report creation paths) using a tool like curl from an unauthorized context. Do not include any session cookies or Authorization headers.
    Affected if The endpoint returns log data or acknowledges the request without returning an authentication error (e.g., HTTP 401 or redirect to login).
  3. Check if device reset endpoint is accessible without authentication
    Send HTTP POST requests to endpoints associated with device reset or reboot functionality (commonly /reset, /reboot, or device control paths) without providing any authentication credentials.
    Affected if The device accepts the request and returns a success response without requiring authentication.
  4. Check if date/time modification endpoints allow unauthenticated access
    Send HTTP POST or PUT requests to time/date configuration endpoints (commonly /datetime, /settings/time, or similar configuration paths) without any authentication tokens.
    Affected if The device accepts and processes the time/date modification request without rejecting it due to missing authentication.

If the web interface is accessible and any of the sensitive endpoints (logs, reset, time settings) respond successfully without requiring authentication credentials, the environment is affected by this CVE.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

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.

From vendor data
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Immediately restrict network exposure of the device using firewalls or VLAN segmentation. Apply vendor firmware updates when available. If the device must remain accessible, implement additional authentication controls at the network or proxy layer.

Fix this in 7kt Pac1260 Data Manager Firmware Scoped from the published advisory
  • Consultation4.0 h
  • Implementation3.0 h
  • Testing2.0 h
  • Review / QA2.0 h
11.0 hours of engineering $2,000
Get help mitigating

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,200.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2024-41791 — 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 sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2024-41791 in production — separate from our analysis above.

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.

What this is

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.

What belongs here
  • 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