LiveActive security incident?Get immediate response
CVE Record

CVE-2019-25615: Lavavo CD Ripper 4.20 Local SEH Buffer Overflow

Lavavo CD Ripper 4.20 contains a structured exception handling (SEH) buffer overflow vulnerability that allows local attackers to execute arbitrary code by supplying a malicious string in the License Activation Name field. Attackers can craft a payload with controlled buffer data, NSEH jump instructions, and SEH handler addresses to trigger code execution and establish a bind shell on port 3110.

HighCVSS 8.6Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Lavavo CD Ripper 4.20 has a local buffer overflow in the License Activation Name field. If an attacker can run or interact with the application on a workstation, they may execute code on that machine. This is not described as remotely exploitable over the network, but public exploit information exists.

Executive priority

Treat as a high-priority cleanup item if the software exists in the environment. The main business risk is endpoint compromise through legacy desktop software, not broad internet exposure. Remove or replace the product if it is not required.

Technical view

CVE-2019-25615 is a CWE-787 out-of-bounds write / SEH buffer overflow in Lavavo CD Ripper 4.20. The CVSS 4.0 score is 8.6, with local attack vector and high impact to confidentiality, integrity, and availability on the vulnerable system. Sources identify the License Activation Name field as the trigger point.

Likely exposure

Exposure is likely limited to Windows endpoints or lab systems where Lavavo CD Ripper 4.20 is installed. The source bundle provides no CPE data and no evidence of server-side or internet-facing exposure.

Exploitation context

A public ExploitDB entry is cited, so exploit details are publicly available. The CVE is not listed as KEV in the provided data, and no cited source claims active exploitation in the wild.

Researcher notes

The advisory describes a local SEH buffer overflow with arbitrary code execution potential. Public exploit availability increases validation urgency, but sources do not identify a vendor patch, affected CPE, or active exploitation. Avoid assuming exposure beyond Lavavo CD Ripper 4.20.

Mitigation direction

  • Inventory endpoints for Lavavo CD Ripper 4.20.
  • Remove the application where it is not business-essential.
  • Check Lavavo vendor guidance for updates or replacement versions.
  • Restrict use to trusted users on controlled systems.
  • Use application control to block unapproved legacy software.

Validation and detection

  • Confirm installed product name and version on endpoints.
  • Review software inventory for Lavavo CD Ripper 4.20.
  • Check whether the vendor has published a fixed version.
  • Verify the CVE is not in KEV using current CISA data.
  • Prioritize systems where untrusted local users can access the application.
Prepared
Confidence
medium
Sources
6

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-787: 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
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2019-25615 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
High
CVSS
8.6 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

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.

1CVSS vectors
0Timeline events
0ADP providers
5Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
8.6CVSS 4.0HighCVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:NPrimary CVE score

Vulnerability scoring details

Base CVSS 4.0 score

8.6High
CVSS 4.0 vector shape for CVE-2019-25615Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LavavosoftwareLavavo CD Ripper4.20Listed
Weakness

CWE details

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

CWE-787 · source CWE mapping

Out-of-bounds Write

Out-of-bounds Write represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.