CVE-2026-56346
Deferred Deferred - Pending Action

Authentication Bypass in AVideo via PGP Decryption Endpoint

Vulnerability report for CVE-2026-56346, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-20

Last updated on: 2026-07-08

Assigner: VulnCheck

Description

AVideo through version 25.0 contains an authentication bypass vulnerability in the decryptMessage.json.php endpoint that allows unauthenticated users to decrypt PGP messages. Remote attackers can submit private keys, ciphertext, and passphrases to perform server-side decryption without credentials, exposing key material to logs and enabling resource exhaustion attacks.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-20
Last Modified
2026-07-08
Generated
2026-07-11
AI Q&A
2026-06-20
EPSS Evaluated
2026-07-09
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
wwbn avideo to 25.0 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-306 The product does not perform any authentication for functionality that requires a provable user identity or consumes a significant amount of resources.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-56346 is an authentication bypass vulnerability in the AVideo platform (up to version 25.0) affecting the decryptMessage.json.php endpoint.

This vulnerability allows unauthenticated users to submit private keys, ciphertext, and passphrases to the server and receive decrypted PGP messages without any authentication.

The endpoint processes these inputs without validating user sessions or credentials, which means anyone can perform server-side decryption.

Impact Analysis

This vulnerability can lead to exposure of sensitive private key material in server logs, as the submitted keys and passphrases may be logged.

Additionally, attackers can perform resource exhaustion attacks by sending unlimited decryption requests, potentially degrading or denying service.

Detection Guidance

This vulnerability can be detected by monitoring for requests to the unauthenticated endpoint decryptMessage.json.php that include private keys, ciphertext, and passphrases. Network or web server logs can be inspected for such suspicious POST requests to this endpoint.

Commands to detect exploitation attempts might include searching web server logs for access to decryptMessage.json.php, for example using grep:

  • grep 'decryptMessage.json.php' /var/log/apache2/access.log
  • grep 'decryptMessage.json.php' /var/log/nginx/access.log

Additionally, monitoring for unusual CPU usage or resource exhaustion on the server could indicate exploitation attempts.

Mitigation Strategies

Immediate mitigation steps include adding authentication checks to the decryptMessage.json.php endpoint to restrict access only to authorized users.

Review and modify logging configurations to prevent sensitive private key material and passphrases from being recorded in server logs.

Limit or throttle requests to this endpoint to prevent resource exhaustion attacks.

If possible, update the AVideo platform to a version that patches this vulnerability.

Compliance Impact

This vulnerability allows unauthenticated users to submit private keys, ciphertext, and passphrases to a server endpoint, resulting in server-side decryption without credentials. This can lead to exposure of sensitive key material in server logs.

Exposure of sensitive cryptographic material and potential unauthorized access to decrypted data could violate data protection requirements under regulations such as GDPR and HIPAA, which mandate protection of personal and sensitive information.

Additionally, the vulnerability enables resource exhaustion attacks, which could impact system availability, another important aspect of compliance frameworks.

Mitigation steps include adding authentication checks, restricting decryption to authorized users, and reviewing logging configurations to prevent sensitive data exposure, which are necessary to maintain compliance.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-56346. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart