Vulnerabilities and Hacks

Vulnerabilities and Hacks in Python: the news, the names and what changed.

  • 12 Tracked terms
  • Last 30 days Feed window

What this topic collects on

An article joins this feed when it matches these terms. Each one is also a search of its own.

Latest in Vulnerabilities and Hacks


dev.to > william_rodriguez_65a5898 > nodos-distribuidos-a-prueba-de-manipulacion-integridad-de-codigo-sha-256-2oae

Nodos distribuidos a prueba de manipulación: Integridad de código SHA-256.

16+ hour, 43+ min ago   (376+ words) Día 03 de la serie técnica wFabricSecurity Open Source. ¿Cómo sabes que el worker que envía transacciones al blockchain no fue alterado en disco? wFabricSecurity verifica la integridad SHA-256 del código antes de ejecutar. Los Problemas Reales Atacantes inyectando backdoors o…...


dev.to > bianliang > reading-a-12-million-papercut-fingerprint-count-correctly-3630

Reading a 1.2 Million PaperCut Fingerprint Count Correctly

20+ hour, 31+ min ago   (524+ words) PaperCut NG and MF are print management platforms deployed on internal networks in schools, hospitals, and enterprises. In September 2026, a chain of flaws in PaperCut was exploited in the wild, with reports describing automated, large-scale use. The interesting part of…...


medium.com > swlh > python-obfuscator-virtualizer-644a0a9252bb

Python Obfuscator & Virtualizer

1+ day, 13+ hour ago   (442+ words) Python ships as source. I built an obfuscator for that. I write Python. I also spend a ridiculous amount of time taking other people’s Python apart (aka …...


medium.com > @tanmaydhanula1234 > letsdefend-mshtml-challenge-b8cdd85eba6d

LetsDefend — MSHTML Challenge

1+ day, 16+ hour ago   (1220+ words) Maldoc analysis using zipdump.py, re-search.py, & VirusTotal Introduction Have you ever come across a suspicious document file and wondered what it might be doing …...


dev.to > sulimanmukhtar > simd-0500-will-block-making-old-programs-immutable-8p

SIMD-0500 Will Block Making Old Programs Immutable

1+ day, 23+ hour ago   (837+ words) "Revoke the upgrade authority" is the last line of every honest token launch checklist and the first thing an auditor looks for. It is the on-chain promise that the code holding your money will never change. It has always been…...


dev.to > analista_83 > i-let-a-local-27b-llm-audit-and-fix-my-splunk-sysmon-stack-c47

I let a local 27B LLM audit and fix my Splunk + Sysmon stack

2+ day, 18+ hour ago   (697+ words) The question was not "can an LLM do SOC work". The question I actually wanted answered was narrower and harder: can a 27B model running on my own GPU, with zero bytes leaving the machine, audit my Splunk install, find what…...


dev.to > okinawasoftware > catching-invoicepdfexe-before-you-open-it-a-tool-that-identifies-a-files-real-type-from-its-3kjh

Catching "invoice.pdf.exe" before you open it: a tool that identifies a file's real type from its first bytes

3+ day, 3+ hour ago   (1456+ words) Windows hides file extensions by default. So an executable named invoice.pdf.exe shows up in Explorer... Tagged with python, security, showdev, cybersecurity....


medium.com > @ishiyakunajib04 > i-built-a-deployment-pipeline-that-refuses-to-run-tampered-code-and-proved-it-1e47803b1c1e

I Built a Deployment Pipeline That Refuses to Run Tampered Code — And Proved It.

3+ day, 3+ hour ago   (954+ words) Most of us carry a quiet assumption as engineers: once our code is inside a private registry, moving through our own …...


dev.to > sunnysahijwani > how-long-does-a-redis-sentinel-failover-actually-take-i-measured-it-31ho

How long does a Redis Sentinel failover actually take? I measured it

4+ day, 3+ hour ago   (442+ words) I killed an in-memory database primary on purpose — fifteen times, across three... Tagged with redis, devops, docker, database....