LiveActive security incident?Get immediate response
CVE Record

CVE-2013-2806: Rockwell Automation RSLinx Enterprise Software (LogReceiver.exe) CPR9, CPR9-SR1, CPR9-SR2, CPR9-SR3, CPR9-S...

Rockwell Automation RSLinx Enterprise Software (LogReceiver.exe) CPR9, CPR9-SR1, CPR9-SR2, CPR9-SR3, CPR9-SR4, CPR9-SR5, CPR9-SR5.1, and CPR9-SR6 does not handle input correctly and results in a logic error if it calculates an incorrect value for the “End of Current Record” field. By sending a datagram to the service over Port 4444/UDP with the “Record Data Size” field modified to a specifically oversized value, the service will calculate an undersized value for the “Total Record Size.” Then the service will calculate an incorrect value for the “End of Current Record” field causing access violations that lead to a service crash. The service can be recovered with a manual reboot. The patches and details pertaining to these vulnerabilities can be found at the following Rockwell Automation security advisory link (login is required): https://rockwellautomation.custhelp.com/app/answers/detail/a_id/537599

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This vulnerability can let an unauthenticated network sender crash Rockwell Automation RSLinx Enterprise LogReceiver in affected CPR9 releases. In an industrial environment, that is primarily an availability risk: logging or related software services may stop until manually rebooted.

Executive priority

Treat this as a targeted operational resilience issue, not confirmed active exploitation. Prioritize remediation where affected RSLinx systems support production operations or are reachable beyond a tightly controlled ICS segment.

Technical view

CVE-2013-2806 is an input-handling logic error associated with CWE-190. Malformed UDP traffic to the LogReceiver service can cause incorrect record-size calculations, access violations, and a service crash. The source bundle names CPR9 through CPR9-SR6 as affected.

Likely exposure

Exposure is likely limited to organizations still running the listed legacy RSLinx Enterprise CPR9 versions, especially where LogReceiver is reachable over UDP port 4444 from untrusted or broadly routed networks.

Exploitation context

The bundle does not indicate CISA KEV listing or active exploitation. It describes a remote network-triggered crash condition, but provides no public evidence of exploitation in the supplied sources.

Researcher notes

The public details support denial of service, not code execution. Patch details are referenced through a Rockwell advisory requiring login, so fix specificity is limited in the supplied bundle.

Mitigation direction

  • Check Rockwell Automation advisory 537599 for applicable patches and supported upgrade paths.
  • Apply vendor patches or upgrade affected CPR9 deployments where guidance confirms applicability.
  • Restrict UDP port 4444 access to trusted ICS management hosts only.
  • Segment RSLinx Enterprise systems away from enterprise and internet-reachable networks.
  • Prepare operational recovery steps for service crash and manual reboot scenarios.

Validation and detection

  • Inventory RSLinx Enterprise versions and identify any CPR9 through CPR9-SR6 installations.
  • Confirm whether LogReceiver is enabled on affected hosts.
  • Review firewall rules for UDP port 4444 reachability.
  • Check system and application logs for LogReceiver crashes or access violations.
  • Verify applied patches or upgraded versions against Rockwell guidance.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-190: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2013-2806 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

0CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Rockwell AutomationRSLinx Enterprise SoftwareCPR9, CPR9-SR1, CPR9-SR2, CPR9-SR3, CPR9-SR4, CPR9-SR5, CPR9-SR5.1, CPR9-SR6Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-190 · source CWE mapping

Integer Overflow or Wraparound

Integer Overflow or Wraparound represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.