LiveActive security incident?Get immediate response
CVE Record

CVE-2019-25693: ResourceSpace 8.6 SQL Injection via collection_edit.php

ResourceSpace 8.6 contains an SQL injection vulnerability that allows authenticated attackers to execute arbitrary SQL queries by injecting malicious code through the keywords parameter in collection_edit.php. Attackers can submit POST requests with crafted SQL payloads in the keywords field to extract sensitive database information including schema names, user credentials, and other confidential data.

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

ResourceSpace 8.6 has a reported authenticated SQL injection issue in collection editing. A logged-in attacker could query the application database and potentially access sensitive information such as user data or credentials. This is high urgency for organizations still running ResourceSpace 8.6, especially if it is internet-accessible or broadly available to users.

Executive priority

Prioritize within the next remediation cycle, sooner for internet-facing or high-user-count deployments. The risk is data exposure from an authenticated attacker, not confirmed unauthenticated compromise. If ResourceSpace 8.6 is not present, document non-exposure and continue normal monitoring.

Technical view

CVE-2019-25693 is described as SQL injection in ResourceSpace 8.6 via the keywords parameter in collection_edit.php. The supplied CVSS v4.0 score is 7.1, with network access, low complexity, low privileges, and no user interaction. The bundle lists CWE-352, which conflicts with the SQL injection description and should be treated as a data-quality inconsistency.

Likely exposure

Exposure is most likely where ResourceSpace 8.6 is deployed and authenticated users can access collection editing. Internet-facing systems or environments with many low-privilege accounts carry higher practical risk. The sources do not identify other affected versions.

Exploitation context

A public ExploitDB reference is listed, indicating public exploit information exists. CISA KEV status is false in the provided bundle, and no cited source confirms active exploitation in the wild. Exploitation requires authentication according to the CVSS vector and description.

Researcher notes

The advisory data is limited. The CVE description and advisory title indicate SQL injection, while the listed CWE is CSRF, suggesting metadata inconsistency. No official fix version is provided in the bundle. Avoid assuming broader version impact beyond ResourceSpace 8.6 without vendor confirmation.

Mitigation direction

  • Inventory ResourceSpace deployments and identify any running version 8.6.
  • Restrict ResourceSpace access to trusted networks or VPN where feasible.
  • Review vendor guidance and upgrade documentation for supported fixed versions.
  • Limit collection-editing permissions to users with a business need.
  • Monitor database and application logs for unusual authenticated query activity.

Validation and detection

  • Confirm installed ResourceSpace version from administrative or deployment records.
  • Identify whether collection_edit.php is reachable by authenticated low-privilege users.
  • Review user roles with access to collection editing workflows.
  • Check logs for abnormal requests involving collection keyword updates.
  • Track vendor or advisory updates for corrected affected-version and fix details.
Prepared
Confidence
medium
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 · medium confidence lookup

CWE-352: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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

Database behavior lookup

The CVE wording references database injection or access, so collection and exfiltration 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-2019-25693 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
High
CVSS
7.1 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA: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
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
7.1CVSS 4.0HighCVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:NPrimary CVE score

Vulnerability scoring details

Base CVSS 4.0 score

7.1High
CVSS 4.0 vector shape for CVE-2019-25693Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

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

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
ResourcespaceResourceSpaceStable release: 8.6Listed
Weakness

CWE details

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

CWE-352 · source CWE mapping

Cross-Site Request Forgery (CSRF)

Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.