Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-41930 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

Vvveb before version 1.0.8.2 contains a hard-coded credentials vulnerability in its docker-compose-apache.yaml configuration that allows unauthenticated attackers to access the bundled phpMyAdmin container with pre-configured database credentials. Attackers can connect to the phpMyAdmin port to gain unrestricted read and write access to the entire Vvveb database, including administrator password hashes, customer personally identifiable information, and order data, enabling account takeover and data manipulation.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-306Missing Authentication for Critical Function[email protected]

Affected Products

ProductVersions
givanz Vvveb
All versions

CPE

  • cpe:2.3:a:vvveb:vvvebjs:*:*:*:*:*:*:*:*

Remediation

  • No remediation found in references.
phpMyAdmin
< 1.0.8.2

CPE

  • cpe:2.3:a:phpmyadmin:phpmyadmin:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 1.0.8.2moderate effort
  • Workaround:low effort

    Remove the host port mapping for the phpMyAdmin service from the running compose file ("ports: - "0881:80" >> delete) and run "docker compose up -d" to apply.

  • Workaround:low effort

    Place phpMyAdmin behind an authenticating reverse proxy (HTTP basic at the nginx/apache layer, or mTLS) and bind it only to the docker internal network.

Change History

4 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-41930
NVD Published Date:
May 6, 2026
NVD Last Modified:
Jun 17, 2026
Source:
[email protected]
CVE-2026-41930 Details - Not Deferred