MyproApplication · Myscada

CVE-2025-24865

CRITICAL · 9.8 CVSS v3.1 Published 2025-02-13
Fix available
A fix is available. Upgrade to 1.4 or later.
See remediation →
100/100
Remediation priority · Urgent
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
The administrative web interface of mySCADA myPRO Manager can be accessed without authentication which could allow an unauthorized attacker to retrieve sensitive information and upload files without the associated password.

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 administrative web interface of mySCADA myPRO Manager lacks authentication enforcement, allowing any remote attacker to directly access the admin panel without credentials. This unauthenticated access enables retrieval of sensitive system information and arbitrary file uploads to the server.

MitigationImmediately restrict the admin web interface to authorized networks or implement proper authentication and session management; verify no unauthorized files have been uploaded and assess for compromise.

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
MyproApplication
Affected:< 1.4

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
High
Integrity
High
Availability
High

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

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 admin web interface accessibility
    Attempt to access the administrative web interface via HTTP/HTTPS without providing any credentials. Typical paths include /admin, /manager, /webadmin, or the main application root on ports 8080, 8443, or 80/443. If the interface loads or responds without redirecting to a login page or returning an authentication error, the interface may be accessible without authentication.
    Affected if The admin web interface loads or responds without requiring any login credentials.
  2. Check installed mySCADA myPRO version
    Locate and inspect the installed mySCADA myPRO version. This may be found in the application itself (often displayed in the UI footer or About section), in installed package files, or in version information files within the installation directory. Compare the version number against the affected range (versions < 1.4).
    Affected if The installed version is lower than 1.4.
  3. Verify authentication is enforced on admin endpoints
    Send a direct HTTP request to admin-specific endpoints (such as /admin, /api/admin, /manager, or configuration endpoints) without including any session cookies, Authorization headers, or authentication tokens. Examine the HTTP response to confirm whether the request is rejected with an authentication error, redirected to a login page, or properly protected.
    Affected if Admin endpoints are accessible and return valid responses without authentication credentials.
  4. Inspect for unauthorized uploaded files
    Examine the web server's file upload directories, web root, and temporary directories for unexpected or suspicious files. Look for newly created files, especially executable scripts (.php, .asp, .jsp, .sh), webshells, or unknown binaries that were not intentionally deployed. Check file creation timestamps against expected deployment dates.
    Affected if Unexpected files exist in the web directories, particularly executables or scripts that were not intentionally deployed.
  5. Determine admin interface network exposure
    Review firewall rules, network configurations, and access control lists to determine whether the admin web interface is accessible from untrusted networks, including the public internet. Use network scanning tools to confirm which IP addresses can reach the admin interface ports.
    Affected if The admin interface is reachable from networks outside the trusted internal network.

A user is affected if their mySCADA myPRO installation is version 1.4 or higher is not applied, AND the admin web interface is accessible without authentication credentials, exposing sensitive system information and file upload capabilities to unauthorized parties.

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.

dbcve · scoped
Upgrade available Upgrade to 1.4 or later
Fixed in 1.4
Interim mitigation

Immediately restrict the admin web interface to authorized networks or implement proper authentication and session management; verify no unauthorized files have been uploaded and assess for compromise.

Recommended fix High confidence

myPRO version 1.4 or later

  1. Verify current myPRO version by accessing the administrative web interface or checking system documentation
  2. Download myPRO version 1.4 or later from the official mySCADA website (www.myscada.org)
  3. Review the upgrade documentation provided with the new version
  4. Create a backup of the current system configuration and any custom settings
  5. Stop the myPRO Manager service before upgrading
  6. Install version 1.4 or newer following the official installation procedures
  7. Restart the myPRO Manager service after installation
  8. Verify that the administrative interface now requires authentication

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Mypro Scoped from the published advisory
  • Consultation4.0 h
  • Implementation12.0 h
  • Testing6.0 h
  • Review / QA3.0 h
25.0 hours of engineering $4,400
Get the upgrade done

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

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2025-24865 — 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-2025-24865 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