← Vulnerability feed

Vulnerability record · CVE-2019-17418 · published 10 October 2019

CVE-2019-17418: MetInfo 7.0 admin parameter SQL injection

MMetinfo · Metinfo

MetInfo 7.0 contains a SQL injection flaw in the admin language parameter search endpoint (admin/?n=language&c=language_general&a=doSearchParameter), reachable through the appno parameter. It is a distinct issue from CVE-2019-16997, and because it sits in the admin interface it matters mainly for environments where administrative access is weakly controlled or credentials are reused.

7.2 CVSS 3.1 High EPSS 49% · top 1.1% CWE-89 · SQL injection
7.2CVSS 3.1 base score, v2 6.5
49%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
2References, 2 tagged exploit
17 Jun 2026Last modified by NVD

Description

An issue was discovered in MetInfo 7.0. There is SQL injection via the admin/?n=language&c=language_general&a=doSearchParameter appno parameter, a different issue than CVE-2019-16997.

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

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 20 September 2026. Confidence: medium.

high priorityHigh CVSS severity and a very high EPSS percentile with public exploit code, though exploitation requires prior admin access.

What it is

MetInfo 7.0 contains a SQL injection flaw in the admin language parameter search endpoint (admin/?n=language&c=language_general&a=doSearchParameter), reachable through the appno parameter. It is a distinct issue from CVE-2019-16997, and because it sits in the admin interface it matters mainly for environments where administrative access is weakly controlled or credentials are reused.

Impact

An attacker with admin-level access can inject SQL to read or modify database contents, potentially exposing credentials and site data or altering stored records. The CVSS vector rates confidentiality, integrity and availability impact as high.

Attack surface

Reached over the network via an HTTP request to the admin language search endpoint with a crafted appno parameter. The CVSS vector requires high privileges (PR:H) and no user interaction, so the attacker must already hold an administrative session or credentials.

Exploitation

No CISA KEV listing and no ransomware association; EPSS is 0.49299 (98.8th percentile), and both references are tagged Exploit, indicating public proof-of-concept code exists.

What to do

  • Apply the vendor fix for MetInfo 7.0 or upgrade to a release that addresses this SQL injection.
  • Restrict access to the admin interface by IP allowlist or VPN so the vulnerable endpoint is not internet-exposed.
  • Enforce strong, unique admin credentials and rotate any that may have been exposed.
  • Review database accounts used by the application and remove unnecessary write or file privileges.
  • Monitor and alert on unusual queries or error responses from the admin language search endpoint.

Detection

  • Search web logs for requests to admin/?n=language&c=language_general&a=doSearchParameter with suspicious appno values containing SQL syntax.
  • Alert on SQL error strings or unexpected 500 responses from admin endpoints.
  • Baseline normal admin traffic and flag anomalous query volume or parameter patterns from a single source.
  • Review database audit logs for unexpected SELECT, UNION or stacked statements originating from the web application.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

LinkTags
https://github.com/evi1code/Just-for-fun/issues/2 ExploitThird Party Advisory
https://github.com/evi1code/Just-for-fun/issues/2 ExploitThird Party Advisory

Track CVE-2019-17418 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

Source: NIST National Vulnerability Database (record CVE-2019-17418), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.