LiveActive security incident?Get immediate response
CVE Record

CVE-2018-25168: Precurio Intranet Portal 2.0 Cross-Site Request Forgery Add Admin

Precurio Intranet Portal 2.0 contains a cross-site request forgery vulnerability that allows unauthenticated attackers to create administrative user accounts by submitting crafted POST requests. Attackers can forge requests to the /public/admin/user/submitnew endpoint with user creation parameters to add new admin accounts without requiring CSRF tokens or user interaction.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Precurio Intranet Portal 2.0 is reported vulnerable to cross-site request forgery that can result in creation of administrative accounts. For an intranet portal, unauthorized administrator access could expose internal content and user data. Public exploit information exists, but the provided sources do not show active exploitation.

Executive priority

Prioritize verification if Precurio 2.0 is still deployed. The main business risk is unauthorized administrative access to an intranet platform. Treat as a near-term remediation item, especially for externally reachable or broadly accessible instances.

Technical view

The advisory describes missing CSRF protection around administrative user creation in Precurio Intranet Portal 2.0. The CVSS v4 vector is network-accessible, low complexity, no privileges, with user interaction present. The record lists CWE-434, which appears inconsistent with the CSRF description, so validate against the primary CVE and advisory.

Likely exposure

Organizations running Precurio Intranet Portal 2.0 are the known exposed population. Risk is higher where the portal is reachable by untrusted users or where administrators use it from browsers that may encounter attacker-controlled content.

Exploitation context

Exploit-DB is listed as a public exploit reference, and VulnCheck has an advisory. The CVE is not in CISA KEV in the provided data, and no provided source states active exploitation. CSRF typically depends on inducing a target browser action.

Researcher notes

Evidence supports a public advisory and exploit reference, but not active exploitation. The CVSS vector includes user interaction, while the description says unauthenticated request forgery; model exposure conservatively. The listed CWE does not align cleanly with CSRF and should not drive remediation decisions alone.

Mitigation direction

  • Check Precurio vendor guidance for a supported update or configuration mitigation.
  • Restrict portal access to trusted networks or VPN users where feasible.
  • Review and remove unexpected administrative accounts immediately.
  • Enforce least privilege for portal administrators.
  • If maintaining custom code, add CSRF protections to administrative actions.

Validation and detection

  • Inventory Precurio Intranet Portal deployments and confirm whether version 2.0 is present.
  • Review user records for newly created or unexpected administrator accounts.
  • Inspect application logs for unusual administrative user creation activity.
  • Confirm whether administrative forms enforce anti-CSRF protections.
  • Document compensating controls limiting who can reach the portal.
Prepared
Confidence
medium
Sources
4

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-434: 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
cve · low confidence lookup

CVE-2018-25168 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 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:L/VA:N/SC:L/SI:L/SA: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
3Source 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 4.0MediumCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:L/VA:N/SC:L/SI:L/SA:LPrimary CVE score

Vulnerability scoring details

Base CVSS 4.0 score

5.3Medium
CVSS 4.0 vector shape for CVE-2018-25168Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

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

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
PrecurioPrecurio Intranet Portal2.0Listed
Weakness

CWE details

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

CWE-434 · source CWE mapping

Unrestricted Upload of File with Dangerous Type

Unrestricted Upload of File with Dangerous Type represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.