Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CWE-345 (对数据真实性的验证不充分) — Vulnerability Class 308

308 vulnerabilities classified as CWE-345 (对数据真实性的验证不充分). AI Chinese analysis included.

CWE-345 represents a critical integrity weakness where software fails to adequately verify the origin or authenticity of incoming data, leading to the acceptance of invalid or malicious inputs. Attackers typically exploit this vulnerability by injecting spoofed or tampered information, tricking the application into processing untrusted sources as legitimate. This can result in severe consequences, including data corruption, unauthorized access, or system compromise, as the software blindly trusts the manipulated payload. To mitigate this risk, developers must implement robust cryptographic verification mechanisms, such as digital signatures or message authentication codes, to ensure data integrity. Additionally, strict input validation and secure communication protocols like TLS should be employed to authenticate data sources. By rigorously validating the provenance of all external inputs, organizations can prevent attackers from exploiting trust assumptions and maintain the overall security posture of their systems against integrity-based attacks.

MITRE CWE Description
The product does not sufficiently verify the origin or authenticity of data, in a way that causes it to accept invalid data.
Common Consequences (1)
Integrity, OtherVaries by Context, Unexpected State
Examples (1)
In 2022, the OT:ICEFALL study examined products by 10 different Operational Technology (OT) vendors. The researchers reported 56 vulnerabilities and said that the products were "insecure by design" [REF-1283]. If exploited, these vulnerabilities often allowed adversaries to change how the products operated, ranging from denial of service to changing the code that the products executed. Since these…
CVE IDTitleCVSSSeverityPublished
CVE-2026-49284 SimpleSAMLphp SP accepts a response from an unexpected IdP when unsigned `Response/InResponseTo` is combined with a signed assertion lacking `SubjectConfirmationData/InResponseTo` — simplesamlphp 7.1 High2026-07-17
CVE-2026-54496 Missing copy constraint in halo2_gadgets variable-base scalar multiplication allows under-constrained base, breaking Orchard Action circuit soundness — zebra 9.3 Critical2026-07-17
CVE-2026-49212 Symfony UX: LiveComponentHydrator HMAC checksum lacks component and slot binding — ux--2026-07-17
CVE-2026-62215 OpenClaw < 2026.6.5 Authentication Bypass via HTTP Canvas — OpenClaw 8.0 High2026-07-17
CVE-2026-44434 Quicly is vulnerable to stateless reset injection — quicly 5.3 Medium2026-07-16
CVE-2026-33731 AVideo has an Authorize.Net Webhook Signature Bypass that Enables Wallet Balance Inflation via Forged Payment Data — AVideo 6.5 Medium2026-07-16
CVE-2026-53536 Activepieces: Cross-tenant file download via missing JWT audience check on step-files signed URL — activepieces--2026-07-16
CVE-2026-48799 Postiz: Unauthenticated arbitrary lifetime PRO grant via Nowpayments webhook — postiz-app 7.7 High2026-07-15
CVE-2026-48816 sigstore-js: Insufficient Verification of Data Authenticity — sigstore-js 6.5 Medium2026-07-14
CVE-2026-45069 Symfony: OidcTokenHandler Accepts JWTs Missing aud/iss/exp Claims — symfony--2026-07-14
CVE-2026-11901 WP Hotel Booking <= 2.3.1 - Unauthenticated Insufficient Verification of Data Authenticity to Payment Bypass via PayPal IPN Handler — WP Hotel Booking 5.3 Medium2026-07-11
CVE-2026-55883 Tilt: Cross-site WebSocket hijacking of the Tilt HUD stream — tilt--2026-07-10
CVE-2026-53961 Discourse: Forged AWS SNS bounce notifications can disable a targeted user's email (missing TopicArn binding) — discourse 6.5 Medium2026-07-09
CVE-2026-54774 CoreWCF: SamlSerializer skips SignatureValue verification when SAML signing token is not an X.509 certificate — CoreWCF 7.4 High2026-07-08
CVE-2026-59930 Mistune toc / TableOfContents directive: heading IDs use predictable `toc_N` numbering with no slugification, allowing collision with attacker-controlled `id="toc_N"` content — mistune 4.3 Medium2026-07-08
CVE-2026-55430 Coder's subdomain workspace app routing trusts unauthenticated X-Forwarded-Host header, enabling cross-app data access — coder 5.8 Medium2026-07-08
CVE-2026-54764 ForwardAuth middleware leaks X-Forwarded-Port spoofing via untrusted X-Forwarded-Proto when trustForwardHeader=false — traefik--2026-07-06
CVE-2026-58593 NodeBB - ActivityPub Author Spoofing via Unvalidated attributedTo Mapped to Local User — NodeBB 7.5 High2026-07-01
CVE-2026-50195 containerd: CRI checkpoint import allows local image tag poisoning — containerd--2026-07-01
CVE-2026-13513 MyScale MyScaleDB SegmentId.h getCacheKey data authenticity — MyScaleDB 5.0 Medium2026-06-28
CVE-2026-13507 volcengine OpenViking Local VectorDB Primary-key Label str_to_uint64.py str_to_uint64 data authenticity — OpenViking 5.0 Medium2026-06-28
CVE-2026-13483 arc53 DocsGPT Credential Storage encryption.py encrypt_credentials data authenticity — DocsGPT 3.1 Low2026-06-28
CVE-2026-9242 RegistrationMagic <= 6.0.8.6 - Authenticated (Subscriber+) Authentication Bypass via Forged PayPal IPN Request — RegistrationMagic – Custom Registration Forms, User Registration, Payment, and User Login 5.3 Medium2026-06-27
CVE-2026-50573 pnpm: Unsafe default behavior breaks integrity check — pnpm 6.8 Medium2026-06-25
CVE-2026-55698 pnpm: Project env lockfile can short-circuit package-manager resolution and execute lockfile-selected pnpm bytes — pnpm 8.8 High2026-06-25
CVE-2026-52812 Gogs: LFS dedupe path leaks private repo content across tenants — gogs--2026-06-24
CVE-2026-45792 RTK improperly trusts project-local filter configuration, allowing silent tampering of command output shown to LLM — rtk--2026-06-23
CVE-2026-47155 vLLM: Artifact Pin Decay in vLLM allows pinned deployments to load unpinned code, weights, and processors — vllm 6.5 Medium2026-06-22
CVE-2026-54288 Hono: Body Limit Middleware can be bypassed on AWS Lambda by understating `Content-Length` — hono 6.5 Medium2026-06-22
CVE-2026-56073 Cap-go - OTP Bypass via Response Manipulation in Email Verification — capgo 9.4 Critical2026-06-19

Vulnerabilities classified as CWE-345 (对数据真实性的验证不充分) represent 308 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.