LiveActive security incident?Get immediate response
CVE Record

CVE-2015-10024: hoffie larasync file_storage.go path traversal

A vulnerability classified as critical was found in hoffie larasync. This vulnerability affects unknown code of the file repository/content/file_storage.go. The manipulation leads to path traversal. The name of the patch is 776bad422f4bd4930d09491711246bbeb1be9ba5. It is recommended to apply a patch to fix this issue. The identifier of this vulnerability is VDB-217612.

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2015-10024 is a path traversal issue in hoffie larasync that could let a logged-in nearby attacker make file storage logic access locations outside intended directories. The public record names a patch, but affected versions are not specified. Treat it as a targeted operational risk where larasync is deployed, not a broad internet-scale emergency.

Executive priority

Prioritize remediation if larasync is used in environments reachable by untrusted internal users or adjacent network segments. The score is moderate, but path traversal can affect sensitive files and operational integrity. If larasync is not deployed, document non-exposure and move on.

Technical view

The issue is CWE-22 in repository/content/file_storage.go. CVSS v3.1 is 5.5 with AV:A, AC:L, PR:L, UI:N, and low confidentiality, integrity, and availability impact. Sources identify commit 776bad422f4bd4930d09491711246bbeb1be9ba5 as the patch. Product metadata is sparse: versions are listed as n/a and no CPEs are provided.

Likely exposure

Exposure appears limited to organizations running hoffie larasync, especially where lower-privileged users can interact with file storage or synchronization features. The CVSS vector indicates adjacent-network access and privileges are required. Because versions are not identified, teams should verify any larasync deployment against the patched upstream commit.

Exploitation context

The supplied sources do not show known active exploitation, and the CVE is not listed as KEV. The issue may still matter in shared, internal, or adjacent-network environments because path traversal can cross intended file boundaries. Evidence is incomplete on exploit availability, affected releases, and real-world targeting.

Researcher notes

The public data is thin: no affected version range, no CPEs, and no confirmed exploitation. Analysis should stay anchored to the named file and patch commit. The CVSS vector suggests authenticated adjacent access, so validation should focus on deployment topology, privilege boundaries, and whether the patch is present.

Mitigation direction

  • Apply or verify inclusion of upstream patch 776bad422f4bd4930d09491711246bbeb1be9ba5.
  • Check hoffie larasync upstream guidance for fixed releases or additional hardening notes.
  • Restrict access to larasync file storage functions to trusted authenticated users.
  • Limit filesystem permissions for the larasync process to necessary storage paths only.
  • Monitor for unexpected file reads or writes outside intended repository content paths.

Validation and detection

  • Inventory whether hoffie larasync is deployed in production, staging, or internal tooling.
  • Compare deployed source with patched commit 776bad422f4bd4930d09491711246bbeb1be9ba5.
  • Review repository/content/file_storage.go for the upstream path traversal fix.
  • Confirm larasync service accounts cannot write outside required storage directories.
  • Check logs for unusual file path errors or access outside expected content roots.
Prepared
Confidence
medium
Sources
5

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 · medium confidence lookup

CWE-22: File access and web shell behavior lookup

File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. 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

File access behavior lookup

The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. 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-2015-10024 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.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:A/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
4Source 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.5CVSS 3.1MediumCVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L2.13.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.5Medium
CVSS 3.1 vector shape for CVE-2015-10024Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:A/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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
hoffielarasyncn/aListed
Weakness

CWE details

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

CWE-22 · source CWE mapping

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.