Description
Joomla Component Myportfolio 3.0.2 contains an SQL injection vulnerability that allows unauthenticated attackers to manipulate database queries by injecting SQL code through the pid parameter. Attackers can send GET requests to index.php with malicious pid values in the task=project&view=grid endpoint to extract sensitive database information.
Published: 2026-06-19
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability is an SQL injection flaw in the pid parameter of the Joomla component Myportfolio. Unauthenticated attackers can inject arbitrary SQL into the query executed by the task=project&view=grid endpoint, allowing extraction of sensitive database contents and potentially more advanced exploitation if combined with other weaknesses. The weakness is classified as CWE-89.

Affected Systems

The affected product is Myportfolio for Joomla, version 3.0.2. Administrators using this component must confirm whether this exact version is deployed and vulnerable.

Risk and Exploitability

The CVSS score of 8.8 indicates high severity. Although no EPSS score is available, the presence of a public exploit means attackers can target the flaw remotely by sending a crafted GET request to index.php with malicious pid values. The vulnerability is not listed in the CISA KEV catalog, but its high CVSS and publicly available exploit code imply a realistic exploitation probability. Proper database privilege limits and input validation are key mitigations.

Generated by OpenCVE AI on June 19, 2026 at 20:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Myportfolio to the latest non‑vulnerable version or apply the vendor‑issued patch if available
  • Configure the database user used by the component with the least privileges needed for read-only operations
  • Implement input validation or parameterized queries to ensure that the pid value is sanitized before being used in SQL statements

Generated by OpenCVE AI on June 19, 2026 at 20:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 24 Jun 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Myportfolio
Myportfolio myportfolio
Vendors & Products Myportfolio
Myportfolio myportfolio

Tue, 23 Jun 2026 03:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 19 Jun 2026 18:15:00 +0000

Type Values Removed Values Added
Description Joomla Component Myportfolio 3.0.2 contains an SQL injection vulnerability that allows unauthenticated attackers to manipulate database queries by injecting SQL code through the pid parameter. Attackers can send GET requests to index.php with malicious pid values in the task=project&view=grid endpoint to extract sensitive database information.
Title Joomla Component Myportfolio 3.0.2 SQL Injection via pid Parameter
Weaknesses CWE-89
References
Metrics cvssV3_1

{'score': 8.2, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N'}

cvssV4_0

{'score': 8.8, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Myportfolio Myportfolio
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-06-23T02:15:09.308Z

Reserved: 2026-06-19T15:10:34.412Z

Link: CVE-2017-20280

cve-icon Vulnrichment

Updated: 2026-06-23T02:15:03.542Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-24T20:41:40Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')