LiveActive security incident?Get immediate response
CVE Record

CVE-2018-25068: devent globalpom-utils FileResourceManagerProvider.java createTmpDir temp file

A vulnerability has been found in devent globalpom-utils up to 4.5.0 and classified as critical. This vulnerability affects the function createTmpDir of the file globalpomutils-fileresources/src/main/java/com/anrisoftware/globalpom/fileresourcemanager/FileResourceManagerProvider.java. The manipulation leads to insecure temporary file. The attack can be initiated remotely. Upgrading to version 4.5.1 is able to address this issue. The patch is identified as 77a820bac2f68e662ce261ecb050c643bd7ee560. It is recommended to upgrade the affected component. VDB-217570 is the identifier assigned to this vulnerability.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2018-25068 affects devent globalpom-utils versions 4.0 through 4.5. A temporary-file handling flaw may let a remote authenticated attacker affect confidentiality, integrity, and availability. The provided sources name version 4.5.1 as the fix. No provided source shows known active exploitation.

Executive priority

Handle as a moderate-priority dependency remediation. It is not listed as KEV and active exploitation is not evidenced here, but the flaw is remotely reachable under the source vector and has a vendor-supported upgrade.

Technical view

The flaw is CWE-377 insecure temporary file handling in createTmpDir within FileResourceManagerProvider.java. The source bundle reports CVSS 2.0 6.5, AV:N/AC:L/Au:S/C:P/I:P/A:P. Affected versions are globalpom-utils 4.0 to 4.5, fixed by commit 77a820bac2f68e662ce261ecb050c643bd7ee560 and release globalpomutils-4.5.1.

Likely exposure

Exposure is most likely in Java applications that directly or transitively depend on devent globalpom-utils 4.0 through 4.5 and use its file resource manager functionality. Risk is higher where the affected workflow is reachable through network-accessible, authenticated application paths.

Exploitation context

The source bundle says remote initiation is possible and the CVSS vector requires single authentication. KEV is false, and no provided source states active exploitation. Public exploitability details are incomplete in the supplied evidence, so treat exploitation status as unconfirmed.

Researcher notes

Evidence is limited to the CVE, VulDB entries, and GitHub patch and release references. The vulnerable function and file are named, but the supplied sources do not provide enough detail to validate exploit primitives safely beyond version and code-diff review.

Mitigation direction

  • Upgrade devent globalpom-utils to globalpomutils-4.5.1 or later.
  • Confirm the deployed build includes patch commit 77a820bac2f68e662ce261ecb050c643bd7ee560.
  • Check direct and transitive dependencies for globalpom-utils 4.0 through 4.5.
  • If upgrade is delayed, check vendor guidance before relying on compensating controls.
  • Prioritize systems where affected file resource workflows are network reachable.

Validation and detection

  • Review dependency manifests, lockfiles, and SBOMs for devent globalpom-utils versions.
  • Verify runtime artifacts do not include globalpom-utils 4.0 through 4.5.
  • Confirm globalpomutils-4.5.1 is present in rebuilt and deployed applications.
  • Map whether FileResourceManagerProvider or createTmpDir is used by exposed workflows.
  • Record whether access to affected workflows requires authentication.
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-377: 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-2018-25068 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
6.5 (2.0)
Known Exploited
No
Published

Vector: AV:N/AC:L/Au:S/C:P/I:P/A:P

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
6.5CVSS 2.0MediumAV:N/AC:L/Au:S/C:P/I:P/A:P86.4Primary CVE score

Vulnerability scoring details

Base CVSS 2.0 score

6.5Medium
CVSS 2.0 vector shape for CVE-2018-25068Access VectorAccess ComplexityAuthenticationConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: AV:N/AC:L/Au:S/C:P/I:P/A:P

Access Vector
NetworkAdjacentLocal
Access Complexity
LowMediumHigh
Authentication
NoneSingleMultiple
Confidentiality Impact
CompletePartialNone
Integrity Impact
CompletePartialNone
Availability Impact
CompletePartialNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
deventglobalpom-utils4.0, 4.1, 4.2, 4.3, 4.4, 4.5Listed
Weakness

CWE details

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

CWE-377 · source CWE mapping

Insecure Temporary File

Insecure Temporary File represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.