AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2021-43258

HIGH · CVSS 8.8 EPSS 10.52% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2022-11-23 · Last synced 2026-08-04

CyberRota Analysis

This is a high severity vulnerability with a CVSS score of 8.8. Public exploit code or proof-of-concept references have been detected in its references. Its EPSS score suggests a 10.5% probability of exploitation in the next 30 days. It may be remotely exploitable.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
remote code execution code execution
GitHub PoC Links
External Security References

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2021-43258
Severity
HIGH
CVSS
8.8
EPSS
10.52%

Original NVD Description

CartView.php in ChurchInfo 1.3.0 allows attackers to achieve remote code execution through insecure uploads. This requires authenticated access tot he ChurchInfo application. Once authenticated, a user can add names to their cart, and compose an email. Uploading an attachment for the email stores the attachment on the site in the /tmp_attach/ folder where it can be accessed with a GET request. There are no limitations on files that can be attached, allowing for malicious PHP code to be uploaded and interpreted by the server.