CVE 8.6 HIGH

WeChat Pay callback signature verification bypassed when Host header is localhost_CVE-2026-33661

8.6 / 10
HIGH
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N

Description

Pay is an open-source payment SDK extension package for various Chinese payment services. Prior to version 3.7.20, the `verify_wechat_sign()` function in `src/Functions.php` unconditionally skips all signature verification when the PSR-7 request reports `localhost` as the host. An attacker can exploit this by sending a crafted HTTP request to the WeChat Pay callback endpoint with a `Host: localhost` header, bypassing the RSA signature check entirely. This allows forging fake WeChat Pay payment success notifications, potentially causing applications to mark orders as paid without actual payment. Version 3.7.20 fixes the issue.

Basic Information

ID CVE-2026-33661
Source GitHub_M
Published Mar 26, 2026 at 21:05
Modified Mar 27, 2026 at 20:00

Affected Product

Vendor yansongda
Product pay
Version < 3.7.20
Affected Versions yansongda pay < 3.7.20

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.