LiveActive security incident?Get immediate response
CVE Record

CVE-2019-25078: pacparser pacparser.c pacparser_find_proxy buffer overflow

A vulnerability classified as problematic was found in pacparser up to 1.3.x. Affected by this vulnerability is the function pacparser_find_proxy of the file src/pacparser.c. The manipulation of the argument url leads to buffer overflow. Attacking locally is a requirement. Upgrading to version 1.4.0 is able to address this issue. The name of the patch is 853e8f45607cb07b877ffd270c63dbcdd5201ad9. It is recommended to upgrade the affected component. The associated identifier of this vulnerability is VDB-215443.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

pacparser is a library for evaluating proxy auto-configuration logic. In versions through 1.3.x, a local user can trigger a buffer overflow through URL handling. Business risk is limited by the local attack requirement, but affected embedded uses should be upgraded because memory corruption can affect confidentiality, integrity, and availability.

Executive priority

Treat this as a moderate maintenance and dependency-risk item. It is not shown as internet-exploited or KEV-listed, but memory corruption in a shared library can create broader risk when embedded in operational software.

Technical view

CVE-2019-25078 affects pacparser 1.0 through 1.3.x. The issue is a CWE-119 buffer overflow in pacparser_find_proxy in src/pacparser.c caused by the url argument. CVSS 3.1 is 5.3 with local access, low complexity, low privileges, no user interaction, and limited C/I/A impact.

Likely exposure

Exposure is most likely where pacparser is installed directly, bundled into applications, or vendored into proxy/PAC handling workflows. Public-facing exposure is not indicated by the sources because local access is required.

Exploitation context

The provided sources do not show active exploitation, and the CVE is not listed as KEV. The source bundle states local attack is required, with low privileges and no user interaction in the CVSS vector.

Researcher notes

The sources identify the affected function, file, argument, version range, CVSS vector, CWE-119, and fixed release. They do not provide evidence of remote reachability, active exploitation, or downstream product impact, so those points should be verified per environment.

Mitigation direction

  • Upgrade pacparser to version 1.4.0 or later.
  • Apply or verify inclusion of patch commit 853e8f45607cb07b877ffd270c63dbcdd5201ad9.
  • Replace bundled or vendored pacparser copies in dependent applications.
  • Check vendor or application maintainer guidance for packaged distributions.
  • Limit local access to systems processing untrusted PAC URLs where upgrade is delayed.

Validation and detection

  • Inventory package managers, SBOMs, and source trees for pacparser versions 1.0 through 1.3.x.
  • Confirm deployed binaries or containers include pacparser 1.4.0 or the named patch.
  • Review applications that embed PAC parsing rather than linking a system pacparser package.
  • Verify change management records cover dependent products that bundle pacparser.
  • Track vendor advisories for downstream packages that may carry older pacparser code.
Prepared
Confidence
high
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-119: 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-2019-25078 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
Medium
CVSS
5.3 (3.1)
Known Exploited
No
Published

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

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
5.3CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L1.83.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.3Medium
CVSS 3.1 vector shape for CVE-2019-25078Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
unspecifiedpacparser1.0, 1.1, 1.2, 1.3Listed
Weakness

CWE details

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

CWE-119 · source CWE mapping

Improper Restriction of Operations within the Bounds of a Memory Buffer

Improper Restriction of Operations within the Bounds of a Memory Buffer represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.