Description
A flaw has been found in davenardella snap7 up to 1.4.3. This affects the function TS7Worker::PerformFunctionRead of the file src/core/s7_server.cpp of the component ReadVar Request Handler. This manipulation causes deserialization. The attack requires access to the local network. The exploit has been published and may be used. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-07-08
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw resides in the TS7Worker::PerformFunctionRead routine within src/core/s7_server.cpp of davenardella snap7. An attacker with local‑network access can send a specially crafted ReadVar request that is deserialized without adequate validation, raising CWE‑20 and CWE‑502 concerns. The CVE description does not explicitly confirm that code execution or other concrete impacts are achieved, so this remains a possible but unconfirmed outcome.

Affected Systems

All installations of davenardella snap7 up to and including version 1.4.3 are affected. The vulnerability is located in the core s7_server component, so any deployment that exposes the snap7 interface to the local network—regardless of operating system—falls within scope.

Risk and Exploitability

The CVSS base score of 5.3 indicates moderate severity. The EPSS score of <1% suggests a low exploitation probability, yet a public exploit has already been released. The vulnerability requires local network access, so any user‑facing snap7 server exposed to a network could be affected. The flaw is not listed in the CISA KEV catalog, but the existence of a functional exploit necessitates timely remediation.

Generated by OpenCVE AI on July 24, 2026 at 08:48 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Check for updates to davenardella snap7 that address the flaw; if no official patch is available, consider using a newer version that is not affected.
  • Limit exposure of the snap7 interface by binding the server to localhost or configuring firewall rules to allow access only from trusted network segments.
  • If the ReadVar functionality is not required, disable or remove it; otherwise apply strict input validation to reject malformed ReadVar requests before deserialization occurs.

Generated by OpenCVE AI on July 24, 2026 at 08:48 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 09 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 08 Jul 2026 22:30:00 +0000

Type Values Removed Values Added
Description A flaw has been found in davenardella snap7 up to 1.4.3. This affects the function TS7Worker::PerformFunctionRead of the file src/core/s7_server.cpp of the component ReadVar Request Handler. This manipulation causes deserialization. The attack requires access to the local network. The exploit has been published and may be used. The project was informed of the problem early through an issue report but has not responded yet.
Title davenardella snap7 ReadVar Request s7_server.cpp PerformFunctionRead deserialization
First Time appeared Davenardella
Davenardella snap7
Weaknesses CWE-20
CWE-502
CPEs cpe:2.3:a:davenardella:snap7:*:*:*:*:*:*:*:*
Vendors & Products Davenardella
Davenardella snap7
References
Metrics cvssV2_0

{'score': 5.8, 'vector': 'AV:A/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 6.3, 'vector': 'CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Davenardella Snap7
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-09T13:21:48.368Z

Reserved: 2026-07-08T17:07:19.722Z

Link: CVE-2026-15105

cve-icon Vulnrichment

Updated: 2026-07-09T13:21:32.397Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-24T09:00:09Z

Weaknesses
  • CWE-20

    Improper Input Validation

  • CWE-502

    Deserialization of Untrusted Data