SShortSingh.
Back to feed

Open-Source Rust CDC Engine Bootstraps 50M Docs into OpenSearch on Minimal Resources

0
·1 views

A developer has demonstrated their open-source change data capture (CDC) engine, built as a single Rust binary, successfully processing 50 million documents per source into OpenSearch. The engine was deliberately constrained to just 2 vCPUs and 1GiB of memory during testing to showcase its efficiency. Each run was verified against the exact source document count to confirm data integrity. The project positions itself as a lightweight alternative to widely used tools like Apache Kafka and Debezium. The developer has released the tool at ventstream.dev and is actively seeking community feedback and contributions.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Chinese Threat Actor UAT-10147 Uses AI to Accelerate Attacks with SPECTRE Malware

Cisco Talos published research on August 20, 2026, detailing UAT-10147, a Chinese-speaking threat actor conducting high-severity intrusion campaigns against government, education, and technology organizations worldwide. The group exploits known vulnerabilities in internet-facing web servers to gain initial access, then deploys a cross-platform implant called SPECTRE alongside rootkits and remote access tools on both Windows and Linux systems. A distinguishing feature of this campaign is the attacker's use of AI tools to rapidly debug exploit code, analyze failures, and automate web shell deployment across a target list of approximately 170,000 URLs. On Windows, indicators include unauthorized admin accounts, modified Defender exclusions, and suspicious RDP activity, while on Linux, anomalous kernel modules signal compromise. Security teams are advised to prioritize patching public-facing servers, as unpatched known vulnerabilities serve as the primary entry point for this threat actor.

0
ProgrammingDEV Community ·

Manic Android Malware Steals PINs and Relays Data via Nearby Infected Devices

A newly documented Android malware called Manic, analyzed by ThreatFabric and published on August 20, 2026, combines banking malware and spyware capabilities targeting 169 apps across banking, government, cryptocurrency, and authentication categories. The malware tricks users into granting Accessibility and Notification Access permissions, then uses transparent overlays on numeric keypads to silently capture PINs, OTPs, and recovery phrases without disrupting normal app function. Beyond credential theft, Manic collects SMS messages, files, screenshots, and location data, and can also enable remote device control via WebRTC. When a direct internet connection to its command-and-control server is unavailable, the malware encrypts stolen data and relays it through up to four hops across nearby infected devices using Wi-Fi Direct, Bluetooth RFCOMM, and BLE GATT. The initial distribution method has not yet been confirmed, but mitigations include blocking unmanaged app installs, restricting Accessibility permissions, and disabling unnecessary Bluetooth and Wi-Fi Direct.

0
ProgrammingDEV Community ·

Critical Zimbra RCE Flaw CVE-2026-73570 Actively Exploited via SMTP Injection

A critical unauthenticated remote code execution vulnerability, tracked as CVE-2026-73570, has been identified in Zimbra Collaboration Suite and confirmed actively exploited in the wild. Attackers can send a specially crafted SMTP request to vulnerable Zimbra servers that have the zimbra-snmp package installed and SNMP notifications enabled, triggering arbitrary OS command execution as the zimbra user. CERT Polska published an advisory on August 17, 2026, warning that no user interaction is required and compromise can occur silently while email functions appear normal. Successful exploitation can allow attackers to deploy web shells, access emails and credentials, and establish a foothold within internal networks. Administrators are urged to upgrade to ZCS 10.1.20 or later, disable SNMP notifications immediately, and monitor Zimbra logs for unusual service status entries or unexpected file creation.

0
ProgrammingDEV Community ·

China-Linked SilkParasite APT Uses Seven RATs and Google Drive to Spy on Central Asia

A China-nexus threat actor tracked as SilkParasite has been conducting a high-severity espionage campaign against government and economic policy organizations across Central Asia. Attackers deliver password-protected RAR archives containing malicious Office documents that, once opened, use DLL side-loading to deploy multiple remote access trojans including DriveSilkRAT and CookiETagRAT. DriveSilkRAT uses Google Drive as its command-and-control channel while CookiETagRAT hides C2 communications inside standard HTTP Cookie and ETag headers, making malicious traffic blend with legitimate web activity. Security researchers at Bitdefender identified at least seven distinct RATs in the campaign, with structural similarities across different programming languages suggesting possible AI-assisted malware development. Organizations are advised to monitor for Office processes spawning signed applications that load adjacent DLLs, unusual Google Drive API calls, and abnormal WMI child process activity.

Open-Source Rust CDC Engine Bootstraps 50M Docs into OpenSearch on Minimal Resources · ShortSingh