Exclusive Cybersecurity News & Analysis | We follow people whose work we want to learn from ! | Actively connecting with Cybersecurity Professionals #hacking

Joined April 2024
222 Photos and videos
Pinned Tweet
🔥 How a Web Application Firewall (WAF) Works A Web Application Firewall (WAF) is a specialized security layer that protects web applications by monitoring, filtering, and blocking HTTP/HTTPS traffic between users and the server. Unlike traditional firewalls that operate at the network layer, a WAF works at the application layer (OSI Layer 7), understanding web traffic structure: URLs, headers, cookies, sessions, and payloads. Here’s how it works step by step 👇 🌐 1. Users Send Requests Users send HTTP/HTTPS requests to access the web application. Traffic passes through the WAF before reaching the server (security checkpoint). 🛑 2. Request Interception The WAF intercepts and parses each request into components: - HTTP headers - Cookies - URL parameters - Query strings - Request body (payload) 🧠 3. Rule-Based Inspection The WAF checks requests against predefined rules: - Signature matching (known attack patterns) - URL pattern validation - Header validation This blocks common attacks such as: - SQL Injection - Cross-Site Scripting (XSS) - Command Injection - Local File Inclusion (LFI) 📊 4. Behavioral Analysis Modern WAFs also analyze behavior by: - Comparing requests to normal traffic baselines - Detecting bot activity - Identifying abnormal API usage - Recognizing automated attack tools This stops: - Brute-force attempts - Credential stuffing - Bot scraping - Enumeration attacks 🔍 5. Payload Analysis The WAF deeply inspects the request body by: - Decoding encoded or obfuscated payloads - Examining input fields for malicious scripts - Identifying hidden attack vectors Example: It detects <script>alert(1)</script> in a form field before it reaches the application. 🚨 6. Decision Engine The WAF decides: - 🟢 Allow → forwards safe requests - 🔴 Block → drops malicious requests (often returns 403 Forbidden) - 🟡 Challenge → triggers CAPTCHA or other verification 🖥 7. Server Processing & Response Handling Allowed requests are processed by the server. Responses pass back through the WAF, which may inspect them to prevent: - Data leakage - Sensitive information exposure - Malicious response injection 📈 8. Logging & Reporting The WAF logs all activity: - Allowed traffic - Blocked attacks - Suspicious behavior - Security events This data supports monitoring, threat intelligence, incident response, and compliance. 🔥 Why WAF Is Critical Today Modern web applications face constant threats: - Zero-day vulnerabilities - API abuse - Bot attacks - Layer 7 DDoS - OWASP Top 10 risks A WAF serves as: - A protective shield - A virtual patching mechanism - A traffic intelligence system - A compliance support layer 🧩 Types of WAF - Network-based (hardware appliance) - Host-based (installed on server) - Cloud-based (most common today) Cloud WAFs offer scalability and easier management.
7
805
🔥 ShinyHunters is actively exploiting Oracle PeopleSoft zero-day CVE-2026-35273 (CVSS 9.8) to breach organizations and steal data. Universities are among the hardest hit. If you're running PeopleSoft, patch and restrict EMHub access now. #DataBreach thecyberedition.com/shinyhun…
122
⚠️ Microsoft patched 3 critical Outlook and Word RCE flaws (CVE-2026-45456, CVE-2026-45458, CVE-2026-47635). Even Outlook’s Preview Pane can trigger exploitation without opening an attachment. Organizations should patch immediately. #Microsoft thecyberedition.com/critical…
1
72
🤖 Claude Fable 5 was reportedly jailbroken just hours after launch. Researchers used multi-agent prompt techniques to bypass safety layers, raising fresh questions about how well AI guardrails hold up against determined attackers. #AIsecurity Read more: thecyberedition.com/claude-f…
55
⚠️ Attackers are already targeting Ivanti Sentry after a PoC for CVE-2026-10520 was released. The critical flaw allows unauthenticated remote command execution with root privileges. Patch immediately and check for signs of compromise. #Ivanti thecyberedition.com/ivanti-s…
82
🛡️ GitLab has patched 12 security flaws, including two high-severity bugs that could lead to account takeover and stored XSS attacks. Self-managed users should upgrade to versions 19.0.2, 18.11.5, or 18.10.8 immediately. #GitLab #CyberSecurity Read more: thecyberedition.com/gitlab-f…
26
Cyber Edition retweeted
Discover how the stealthy VerdantBamboo malware campaign infiltrates network edge devices in this comprehensive Volexity threat report. #Cybersecurity #ThreatIntel #Malware #VerdantBamboo #Infosec #EdgeSecurity securityonline.info/verdantb…
3
9
637
Cyber Edition retweeted
🚨 [New supply chain attack declared]: kecak256 kecak256 is an npm package, a typosquat of keccak256, the cryptographic hash function widely used in Ethereum and Web3/blockchain apps. Malware was found in it (GHSA-4vrf-wcrh-g5j5). Any system with it installed or running is fully compromised. Extra risk given crypto/wallet workflows that depend on hashing libraries. → Isolate from network, rotate all secrets from a clean machine, remove the package, then audit/rebuild Full details 👇 supplychainattack.org/incide… #supplychain #SupplyChainSecurity #infosec #CyberSecurity #npm #kecak256 #malware #DevSecOps #Web3Security #ThreatIntel #OpenSource
4
11
310
Cyber Edition retweeted
NEW: malware developers added nuclear & biological weapons text to to their spyware. Goal? To trigger LLM safety refusals... so that their spyware wouldn't be analyzed by an AI security scanner. Cleanest practical example I can think of for why over-indexing on first order safety alignment is risky. When closed (and open) models ship with aggressive refusals, they will be sprinkled with second-order blindspots that attackers will discover...and exploit. We are only in the earliest days of attackers leveraging these features, and it wouldn't surprise me if users systems that need to handle complex cybersecurity issues demand that models be less safety-blunted. In the weeds: @SocketSecurity's post also shows why intention matters in how you design a malware analysis pipeline to avoid prompt manipulation. H/T to colleagues that shared this with me socket.dev/blog/mini-shai-hu…
227
2,158
12,650
1,547,790
Cyber Edition retweeted
⚠️ Windows RDP Vulnerabilities Allow Attacker to Expose Sensitive Data Source: cybersecuritynews.com/window… Windows systems are impacted by two new Remote Desktop Protocol (RDP) information disclosure vulnerabilities, CVE-2026-42908 and CVE-2026-45639. Both issues were resolved in Microsoft’s security updates released on June 9, 2026. Both flaws stem from out-of-bounds reads in the RDP stack and are rated Important, with a CVSS v3 base score of 7.5. Microsoft describes CVE-2026-42908 and CVE-2026-45639 as information disclosure vulnerabilities in Windows Remote Desktop Protocol caused by an out-of-bounds read condition. An unauthenticated attacker can exploit these bugs remotely over the network without any user interaction. #cybersecuritynews
8
54
189
9,064
Cyber Edition retweeted
‼️ The open-sourced Miasma worm code includes a GitHub zero-day, and per the researcher who disclosed it, GitHub has known about it since September 8, 2025 and still hasn't fixed it. Researcher Adnan Khan reported this exact technique to GitHub. Roughly nine months later it's now weaponized in the open-sourced Miasma code and running in the wild. Khan's open question: how many GitHub customers were hit by the worm through it.
‼️🚨 BREAKING: Miasma, a self-propagating supply-chain worm built on the Shai-Hulud and Hades lineage, is now open source. It follows the recent open-sourcing of Shai-Hulud and is already spawning copycats. Attackers now have ready-made worm code in hand.
13
69
348
36,864
Cyber Edition retweeted
🚨 Ivanti, Fortinet, and SAP releases patches for critical flaws that could enable code execution, admin takeover, or data exposure. The worst one hits Ivanti Sentry, a CVSS 10.0 remote root-level RCE with no login needed. FortiSandbox got a 9.1 command injection fix, and SAP patched four critical bugs, including SAML identity tampering. Read: thehackernews.com/2026/06/iv…
6
50
152
23,043
Cyber Edition retweeted
A new report reveals how malicious AI extensions use browser data exfiltration tactics to steal private conversations from ChatGPT and Claude. #Cybersecurity #AI #ChromeExtensions #Infosec #DataPrivacy #BrowserSecurity securityonline.info/maliciou…
2
6
308
🔓Microsoft disclosed a BitLocker zero-day (CVE-2026-50507) that could let attackers bypass disk encryption protections with physical access to a device. A PoC already exists, making stolen or unattended systems a key concern. #CyberSecurity #Windows thecyberedition.com/microsof…
59
⚠️CISA has added Chromium zero-day CVE-2026-11645 to its KEV catalog after confirming active exploitation.The V8 engine flaw can be triggered by visiting a malicious webpage and impacts Chrome, Edge, Brave, Opera and other Chromium-based browsers. #ZeroDay thecyberedition.com/cisa-war…
1
61
🛡️ Microsoft Defender now monitors inbound RPC activity, helping detect lateral movement, credential theft, and authentication coercion attacks. The update adds new visibility and threat-hunting capabilities for defenders. #CyberSecurity #Microsoft thecyberedition.com/microsof…
1
37
🐧A critical Linux kernel flaw(CVE-2026-23111) in nftables can let local attackers gain root privileges through a use-after-free bug. Researchers report a highly reliable exploit affecting major Debian and Ubuntu releases. Patch ASAP. #CyberSecurity #Linux thecyberedition.com/linux-ke…
1
65
⚠️Attackers are actively exploiting a critical Check Point VPN flaw (CVE-2026-50751) to bypass authentication and gain VPN access. The bug has already been linked to Qilin ransomware activity. Disable IKEv1 and patch immediately. #CyberSecurity #Ransomware thecyberedition.com/critical…
2
70