WMSA-2600001
Weidmueller Security Advisory by Weidmueller PSIRT

Multiple vulnerabilities in Energy Meter 750-24 and Energy Meter 750-230

Publisher: Weidmueller Interface GmbH & Co. KG Document category: csaf_security_advisory
Initial release date: 2026-02-26T11:00:00.000Z Engine: Secvisogram 2.5.43
Current release date: 2026-02-26T11:00:00.000Z Build Date: 2026-02-26T11:00:00.000Z
Current version: 1.0.0 Status: final
CVSSv3.1 Base Score: 9.8 Severity: High
Original language: Language: en-GB
Also referred to: VDE-2025-096, WMSA-2600001

Summary

An unauthenticated remote attacker can exploit several vulnerabilities in Weidmueller devices Energy Meter 750-24 and Energy Meter 750-230 to ultimately gain full system access and remote code execution.

General Recommendation

As a general security measure, Weidmueller strongly recommends to change the default passwords and to minimize the network exposure of products. Limit access to trusted networks by using the appropriate mechanisms.

Impact

These vulnerabilities in combination allow an unauthenticated remote attacker to fully compromise the system including remote code execution. Further details on each separate vulnerability can be found under vulnerability details.

Remediation

It is strongly advised to update to the newest version. The vulnerabilities are fixed in version 3.14.

Product groups

Affected products. Fixed products.
Product Atricle number Affected Version Fixed Version
ENERGY METER 750-24 2540900000 <=3.13 3.14
ENERGY METER 750-230 2540910000

Vulnerabilities

Command injection in power analyzer via Modbus-TCP and Modbus-RTU (CVE-2025-41709)
CVE Description

An unauthenticated remote attacker can perform a command injection via Modbus-TCP or Modbus-RTU to gain read and write access on the affected device.

CWE: CWE-78:Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')

Product status

Known affected
Product CVSS-Vector CVSS Base Score
Firmware 3.13 installed on ENERGY METER 750-24 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H 9.8
Firmware 3.13 installed on ENERGY METER 750-230 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H 9.8
Firmware <=3.13 installed on ENERGY METER 750-24 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H 9.8
Firmware <=3.13 installed on ENERGY METER 750-230 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H 9.8
Fixed
  • Firmware 3.14 installed on ENERGY METER 750-24
  • Firmware 3.14 installed on ENERGY METER 750-230

Remediations

Vendor fix

Update to version 3.14

For products:
  • Firmware 3.13 installed on ENERGY METER 750-24
  • Firmware 3.13 installed on ENERGY METER 750-230
  • Firmware <=3.13 installed on ENERGY METER 750-24
  • Firmware <=3.13 installed on ENERGY METER 750-230

Use of Hard-coded Credentials in power analyzer (CVE-2025-41710)
CVE Description

An unauthenticated remote attacker may use hardcodes credentials to get access to the previously activated FTP Server with limited read and write privileges.

CWE: CWE-798:Use of Hard-coded Credentials

Product status

Known affected
Product CVSS-Vector CVSS Base Score
Firmware 3.13 installed on ENERGY METER 750-24 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N 6.5
Firmware 3.13 installed on ENERGY METER 750-230 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N 6.5
Firmware <=3.13 installed on ENERGY METER 750-24 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N 6.5
Firmware <=3.13 installed on ENERGY METER 750-230 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N 6.5
Fixed
  • Firmware 3.14 installed on ENERGY METER 750-24
  • Firmware 3.14 installed on ENERGY METER 750-230

Remediations

Vendor fix

Update to version 3.14

For products:
  • Firmware 3.13 installed on ENERGY METER 750-24
  • Firmware 3.13 installed on ENERGY METER 750-230
  • Firmware <=3.13 installed on ENERGY METER 750-24
  • Firmware <=3.13 installed on ENERGY METER 750-230

Use of a Broken or Risky Cryptographic Algorithm for firmware images of power analyzer (CVE-2025-41711)
CVE Description

An unauthenticated remote attacker can use firmware images to extract password hashes and brute force plaintext passwords of accounts with limited access.

CWE: CWE-327:Use of a Broken or Risky Cryptographic Algorithm

Product status

Known affected
Product CVSS-Vector CVSS Base Score
Firmware 3.13 installed on ENERGY METER 750-24 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N 5.3
Firmware 3.13 installed on ENERGY METER 750-230 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N 5.3
Firmware <=3.13 installed on ENERGY METER 750-24 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N 5.3
Firmware <=3.13 installed on ENERGY METER 750-230 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N 5.3
Fixed
  • Firmware 3.14 installed on ENERGY METER 750-24
  • Firmware 3.14 installed on ENERGY METER 750-230

Remediations

Vendor fix

Update to version 3.14

For products:
  • Firmware 3.13 installed on ENERGY METER 750-24
  • Firmware 3.13 installed on ENERGY METER 750-230
  • Firmware <=3.13 installed on ENERGY METER 750-24
  • Firmware <=3.13 installed on ENERGY METER 750-230

Incorrect Permission Assignment on power analyzer (CVE-2025-41712)
CVE Description

An unauthenticated remote attacker who tricks a user to upload a manipulated HTML file can get access to sensitive information on the device. This is a result of incorrect permission assignment for the web server.

CWE: CWE-732:Incorrect Permission Assignment for Critical Resource

Product status

Known affected
Product CVSS-Vector CVSS Base Score
Firmware 3.13 installed on ENERGY METER 750-24 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N 6.5
Firmware 3.13 installed on ENERGY METER 750-230 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N 6.5
Firmware <=3.13 installed on ENERGY METER 750-24 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N 6.5
Firmware <=3.13 installed on ENERGY METER 750-230 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N 6.5
Fixed
  • Firmware 3.14 installed on ENERGY METER 750-24
  • Firmware 3.14 installed on ENERGY METER 750-230

Remediations

Vendor fix

Update to version 3.14

For products:
  • Firmware 3.13 installed on ENERGY METER 750-24
  • Firmware 3.13 installed on ENERGY METER 750-230
  • Firmware <=3.13 installed on ENERGY METER 750-24
  • Firmware <=3.13 installed on ENERGY METER 750-230

Acknowledgments

Weidmueller Interface GmbH & Co. KG thanks the following parties for their efforts:

Weidmueller Interface GmbH & Co. KG

Namespace: https://www.weidmueller.com

psirt@weidmueller.com

References

Revision history

Version Date of the revision Summary of the revision
1.0.0 2026-02-26T11:00:00.000Z Initial version

Sharing rules

TLP:WHITE
For the TLP version see: https://www.first.org/tlp/