CVE-2026-33024: CWE-918: Server-Side Request Forgery (SSRF) in WWBN AVideo-Encoder
CVE-2026-33024 is a critical Server-Side Request Forgery (SSRF) vulnerability in WWBN's AVideo-Encoder versions prior to 8. 0. The flaw exists in the public thumbnail endpoints getImage. php and getImageMP4. php, which accept a base64Url parameter that is base64-decoded and passed directly to ffmpeg as an input source without authentication. The only validation performed is a syntactic URL check, allowing attackers to supply URLs targeting internal network resources such as cloud metadata services or localhost. Although the response is blind, attackers can infer results through timing and error logs. This vulnerability enables attackers to access sensitive internal resources, potentially leading to information disclosure or further network compromise. The issue has been fixed in version 8. 0.
AI Analysis
Technical Summary
The vulnerability CVE-2026-33024 affects WWBN's AVideo-Encoder software versions before 8.0. It is a Server-Side Request Forgery (SSRF) vulnerability classified under CWE-918, located in the public thumbnail generation endpoints getImage.php and getImageMP4.php. These endpoints accept a base64Url GET parameter, which is base64-decoded to obtain a URL that is then passed directly to the ffmpeg multimedia framework as an input source. The only validation performed on the URL is a syntactic check using FILTER_VALIDATE_URL and ensuring the URL begins with http(s)://. This validation is insufficient, allowing attackers to supply URLs pointing to internal network addresses such as 169.254.169.254 (commonly used for AWS and other cloud instance metadata), private IP ranges (e.g., 192.168.x.x), or localhost (127.0.0.1). Because ffmpeg fetches the resource from the supplied URL, the server can be tricked into making HTTP requests to internal services that are otherwise inaccessible externally. Although the server does not return the response content directly (blind SSRF), attackers can leverage timing differences and error logs to infer the existence and behavior of internal resources. This can lead to sensitive information disclosure, such as cloud instance metadata, which may contain credentials or tokens, and potentially enable further attacks like privilege escalation or lateral movement within the network. The vulnerability requires no authentication or user interaction, making it highly exploitable. The vendor fixed this issue in version 8.0 by presumably improving input validation or restricting URL schemes and destinations. The CVSS 4.0 score of 9.3 reflects the critical nature of this vulnerability due to its high impact on confidentiality and integrity, ease of exploitation, and broad scope of affected systems running vulnerable versions of AVideo-Encoder.
Potential Impact
The SSRF vulnerability in AVideo-Encoder can have severe consequences for organizations using affected versions. Attackers can exploit this flaw to access internal network resources that are normally protected by firewalls or network segmentation, such as cloud metadata services, internal APIs, or management interfaces. Access to cloud instance metadata (e.g., AWS EC2 metadata service) can expose sensitive credentials, tokens, or configuration data, enabling attackers to escalate privileges or move laterally within the cloud environment. Internal network reconnaissance can facilitate further exploitation of vulnerable services or data exfiltration. Since the vulnerability requires no authentication and no user interaction, it can be exploited remotely by unauthenticated attackers, increasing the risk of widespread compromise. The blind nature of the SSRF limits direct data leakage but does not prevent attackers from inferring valuable information through timing attacks and error messages. Organizations relying on AVideo-Encoder for video sharing and processing may face data breaches, service disruption, or unauthorized access to internal systems. The critical CVSS score underscores the urgency of remediation to prevent potential large-scale impacts.
Mitigation Recommendations
To mitigate this SSRF vulnerability, organizations should immediately upgrade AVideo-Encoder to version 8.0 or later, where the issue is fixed. If upgrading is not immediately possible, implement strict network-level controls to restrict outbound HTTP(S) requests from the AVideo-Encoder server to only trusted external endpoints, blocking access to internal IP ranges (e.g., 169.254.169.254, 127.0.0.1, 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12). Employ web application firewalls (WAFs) with custom rules to detect and block SSRF attack patterns, especially requests containing suspicious base64Url parameters. Monitor server logs for unusual outbound requests or error patterns indicative of SSRF exploitation attempts. Implement application-level input validation enhancements to whitelist allowed domains or URLs and reject any requests targeting internal or private IP addresses. Consider isolating the AVideo-Encoder service in a segmented network zone with minimal access to internal resources. Regularly audit and rotate cloud instance credentials and metadata service tokens to limit exposure in case of SSRF exploitation. Finally, educate development teams about secure coding practices to avoid passing untrusted input directly to system utilities like ffmpeg.
Affected Countries
United States, Germany, United Kingdom, France, Canada, Australia, Japan, India, Netherlands, Brazil
CVE-2026-33024: CWE-918: Server-Side Request Forgery (SSRF) in WWBN AVideo-Encoder
Description
CVE-2026-33024 is a critical Server-Side Request Forgery (SSRF) vulnerability in WWBN's AVideo-Encoder versions prior to 8. 0. The flaw exists in the public thumbnail endpoints getImage. php and getImageMP4. php, which accept a base64Url parameter that is base64-decoded and passed directly to ffmpeg as an input source without authentication. The only validation performed is a syntactic URL check, allowing attackers to supply URLs targeting internal network resources such as cloud metadata services or localhost. Although the response is blind, attackers can infer results through timing and error logs. This vulnerability enables attackers to access sensitive internal resources, potentially leading to information disclosure or further network compromise. The issue has been fixed in version 8. 0.
AI-Powered Analysis
Technical Analysis
The vulnerability CVE-2026-33024 affects WWBN's AVideo-Encoder software versions before 8.0. It is a Server-Side Request Forgery (SSRF) vulnerability classified under CWE-918, located in the public thumbnail generation endpoints getImage.php and getImageMP4.php. These endpoints accept a base64Url GET parameter, which is base64-decoded to obtain a URL that is then passed directly to the ffmpeg multimedia framework as an input source. The only validation performed on the URL is a syntactic check using FILTER_VALIDATE_URL and ensuring the URL begins with http(s)://. This validation is insufficient, allowing attackers to supply URLs pointing to internal network addresses such as 169.254.169.254 (commonly used for AWS and other cloud instance metadata), private IP ranges (e.g., 192.168.x.x), or localhost (127.0.0.1). Because ffmpeg fetches the resource from the supplied URL, the server can be tricked into making HTTP requests to internal services that are otherwise inaccessible externally. Although the server does not return the response content directly (blind SSRF), attackers can leverage timing differences and error logs to infer the existence and behavior of internal resources. This can lead to sensitive information disclosure, such as cloud instance metadata, which may contain credentials or tokens, and potentially enable further attacks like privilege escalation or lateral movement within the network. The vulnerability requires no authentication or user interaction, making it highly exploitable. The vendor fixed this issue in version 8.0 by presumably improving input validation or restricting URL schemes and destinations. The CVSS 4.0 score of 9.3 reflects the critical nature of this vulnerability due to its high impact on confidentiality and integrity, ease of exploitation, and broad scope of affected systems running vulnerable versions of AVideo-Encoder.
Potential Impact
The SSRF vulnerability in AVideo-Encoder can have severe consequences for organizations using affected versions. Attackers can exploit this flaw to access internal network resources that are normally protected by firewalls or network segmentation, such as cloud metadata services, internal APIs, or management interfaces. Access to cloud instance metadata (e.g., AWS EC2 metadata service) can expose sensitive credentials, tokens, or configuration data, enabling attackers to escalate privileges or move laterally within the cloud environment. Internal network reconnaissance can facilitate further exploitation of vulnerable services or data exfiltration. Since the vulnerability requires no authentication and no user interaction, it can be exploited remotely by unauthenticated attackers, increasing the risk of widespread compromise. The blind nature of the SSRF limits direct data leakage but does not prevent attackers from inferring valuable information through timing attacks and error messages. Organizations relying on AVideo-Encoder for video sharing and processing may face data breaches, service disruption, or unauthorized access to internal systems. The critical CVSS score underscores the urgency of remediation to prevent potential large-scale impacts.
Mitigation Recommendations
To mitigate this SSRF vulnerability, organizations should immediately upgrade AVideo-Encoder to version 8.0 or later, where the issue is fixed. If upgrading is not immediately possible, implement strict network-level controls to restrict outbound HTTP(S) requests from the AVideo-Encoder server to only trusted external endpoints, blocking access to internal IP ranges (e.g., 169.254.169.254, 127.0.0.1, 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12). Employ web application firewalls (WAFs) with custom rules to detect and block SSRF attack patterns, especially requests containing suspicious base64Url parameters. Monitor server logs for unusual outbound requests or error patterns indicative of SSRF exploitation attempts. Implement application-level input validation enhancements to whitelist allowed domains or URLs and reject any requests targeting internal or private IP addresses. Consider isolating the AVideo-Encoder service in a segmented network zone with minimal access to internal resources. Regularly audit and rotate cloud instance credentials and metadata service tokens to limit exposure in case of SSRF exploitation. Finally, educate development teams about secure coding practices to avoid passing untrusted input directly to system utilities like ffmpeg.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2026-03-17T17:22:14.668Z
- Cvss Version
- 4.0
- State
- PUBLISHED
Threat ID: 69bcda04e32a4fbe5f304686
Added to database: 3/20/2026, 5:24:20 AM
Last enriched: 3/20/2026, 5:38:56 AM
Last updated: 3/20/2026, 6:25:38 AM
Views: 5
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.