LiveActive security incident?Get immediate response
CVE Record

CVE-2025-12480: Triofox versions prior to 16.7.10368.56560, are vulnerable to an Improper Access Control flaw that allows a...

Triofox versions prior to 16.7.10368.56560, are vulnerable to an Improper Access Control flaw that allows access to initial setup pages even after setup is complete.

CriticalCVSS 9.1Known exploitedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

Triofox, a file-sharing and remote-access platform, contains a flaw that leaves its initial setup pages reachable even after installation is finished. An unauthenticated attacker on the network can reach those pages and take actions intended only for first-time configuration, putting confidentiality and integrity of the platform at serious risk.

Executive priority

High priority. A critical-rated, network-reachable, no-auth flaw in a file-sharing platform that already has public threat-intelligence reporting warrants emergency change handling. Patch within the next maintenance window or sooner, and direct the security team to confirm no prior abuse has occurred.

Technical view

CVE-2025-12480 is an Improper Access Control issue (CWE-284) in Triofox versions prior to 16.7.10368.56560. Setup endpoints remain accessible post-install with no authentication. CVSS 3.1 is 9.1 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N). Mandiant's MNDT-2025-0008 advisory and Google Cloud threat-intelligence reporting describe abuse of these endpoints to reach administrative functionality.

Likely exposure

Any internet-exposed Triofox instance running a version below 16.7.10368.56560 is likely exposed. Internal-only deployments are still reachable by anyone on a routed segment, since the flaw needs no credentials and no user interaction. Organizations using Triofox for external file sharing or remote workforce access face the highest exposure.

Exploitation context

Not listed in CISA KEV per the provided catalog query. However, Mandiant and Google Cloud Threat Intelligence have published analysis describing real-world abuse of this Triofox flaw, indicating the issue is being investigated in incident contexts. Treat as actively researched by adversaries even though KEV inclusion is not confirmed in the source bundle.

Researcher notes

CVSS vector lacks an availability impact but rates confidentiality and integrity High, consistent with administrative takeover via exposed setup flow. CWE-284 framing suggests missing state-check on installation completion. Mandiant advisory MNDT-2025-0008 and Google Cloud's threat-intelligence post are the authoritative third-party write-ups; consult them for indicators and observed tradecraft. Affected version metadata in the bundle is sparse, so rely on vendor release history for precise build comparisons.

Mitigation direction

  • Upgrade Triofox to version 16.7.10368.56560 or later per vendor release notes.
  • Until patched, restrict network access to Triofox management interfaces using firewall or VPN controls.
  • Review Triofox administrator accounts and rotate credentials suspected of exposure.
  • Monitor Mandiant MNDT-2025-0008 and Google Cloud advisory for updated indicators and guidance.
  • Confirm setup pages are no longer reachable after applying the vendor update.

Validation and detection

  • Inventory all Triofox servers and record installed build numbers against 16.7.10368.56560.
  • Probe known setup URLs from an unauthenticated client and confirm they return access-denied responses post-upgrade.
  • Review web server and Triofox logs for prior unauthenticated hits to setup endpoints.
  • Cross-check findings against indicators published in the Mandiant and Google Cloud reports.
  • Verify administrator account list and configuration has not been altered without authorization.
Prepared
Confidence
medium
Sources
7

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-284: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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-2025-12480 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
Critical
CVSS
9.1 (3.1)
Known Exploited
Yes
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A: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
6Source links

CISA KEV status

Status
Known exploited
Source
CISA / ADP
Date added
Not provided

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
9.1CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N3.95.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

9.1Critical
CVSS 3.1 vector shape for CVE-2025-12480Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
TrioFoxTrioFox0unaffected
Weakness

CWE details

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

CWE-284 · source CWE mapping

Improper Access Control

Improper Access Control represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.