ch
Feedback
cKure Red

cKure Red

前往频道在 Telegram

The director's cut on critical feeds from InfoSec world 🌎 Main Channel: @cKure ☕️ or queries email us 📨 i@ckure.org

显示更多
2 669
订阅者
-124 小时
+57
+6030
吸引订阅者
七月 '26
七月 '26
+84
在3个频道中
六月 '26
+106
在2个频道中
Get PRO
五月 '26
+82
在1个频道中
Get PRO
四月 '26
+81
在2个频道中
Get PRO
三月 '26
+69
在2个频道中
Get PRO
二月 '26
+51
在2个频道中
Get PRO
一月 '26
+119
在2个频道中
Get PRO
十二月 '25
+81
在2个频道中
Get PRO
十一月 '25
+86
在1个频道中
Get PRO
十月 '25
+54
在3个频道中
Get PRO
九月 '25
+56
在3个频道中
Get PRO
八月 '25
+34
在2个频道中
Get PRO
七月 '25
+39
在3个频道中
Get PRO
六月 '25
+41
在2个频道中
Get PRO
五月 '25
+71
在3个频道中
Get PRO
四月 '25
+36
在1个频道中
Get PRO
三月 '25
+37
在2个频道中
Get PRO
二月 '25
+50
在1个频道中
Get PRO
一月 '25
+29
在1个频道中
Get PRO
十二月 '24
+75
在3个频道中
Get PRO
十一月 '24
+112
在3个频道中
Get PRO
十月 '24
+65
在1个频道中
Get PRO
九月 '24
+110
在1个频道中
Get PRO
八月 '24
+114
在1个频道中
Get PRO
七月 '24
+127
在6个频道中
Get PRO
六月 '24
+53
在2个频道中
Get PRO
五月 '24
+70
在2个频道中
Get PRO
四月 '24
+158
在26个频道中
Get PRO
三月 '24
+95
在2个频道中
Get PRO
二月 '24
+153
在24个频道中
Get PRO
一月 '24
+114
在2个频道中
Get PRO
十二月 '23
+96
在1个频道中
Get PRO
十一月 '23
+28
在1个频道中
Get PRO
十月 '23
+34
在1个频道中
Get PRO
九月 '23
+22
在0个频道中
Get PRO
八月 '23
+32
在0个频道中
Get PRO
七月 '23
+31
在0个频道中
Get PRO
六月 '23
+32
在0个频道中
Get PRO
五月 '23
+16
在0个频道中
Get PRO
四月 '23
+29
在0个频道中
Get PRO
三月 '23
+22
在0个频道中
Get PRO
二月 '23
+18
在0个频道中
Get PRO
一月 '23
+28
在0个频道中
Get PRO
十二月 '22
+33
在0个频道中
Get PRO
十一月 '22
+33
在0个频道中
Get PRO
十月 '22
+12
在0个频道中
Get PRO
九月 '22
+14
在0个频道中
Get PRO
八月 '22
+38
在0个频道中
Get PRO
七月 '22
+34
在0个频道中
Get PRO
六月 '22
+30
在0个频道中
Get PRO
五月 '22
+38
在0个频道中
Get PRO
四月 '22
+40
在0个频道中
Get PRO
三月 '22
+51
在0个频道中
Get PRO
二月 '22
+23
在0个频道中
Get PRO
一月 '22
+39
在0个频道中
Get PRO
十二月 '21
+243
在0个频道中
日期
订阅者增长
提及
频道
29 七月+2
28 七月0
27 七月0
26 七月+2
25 七月+4
24 七月+2
23 七月+3
22 七月0
21 七月+4
20 七月+5
19 七月+3
18 七月+4
17 七月+3
16 七月+1
15 七月+2
14 七月+2
13 七月+2
12 七月+5
11 七月+2
10 七月+3
09 七月+3
08 七月+3
07 七月+5
06 七月+5
05 七月+3
04 七月+3
03 七月+3
02 七月+5
01 七月+5
频道帖子
Malicious AI

2
Fish Audio just launched S2.1 Pro, a new voice AI model positioned as a serious competitor to ElevenLabs. Its biggest advanta
Fish Audio just launched S2.1 Pro, a new voice AI model positioned as a serious competitor to ElevenLabs. Its biggest advantage is cost. Depending on the ElevenLabs model used for comparison, Fish Audio can be nearly 5 times cheaper while also being built on an open-weight foundation. In this demo, the system handles multiple speakers, interruptions, changing requests, name spelling, and a longer conversation without losing track of the order. It shows how quickly voice AI is becoming more capable, accessible, and affordable for developers. The real test will be whether Fish Audio can match ElevenLabs in voice quality, reliability, latency, and production performance.
60
3
👩‍💻 Achieving GitLab RCE via Two Ruby Memory Corruption Vulnerabilities. Technical Summary: https://depthfirst.com/research/going-depthfirst-achieving-gitlab-rce-via-two-ruby-memory-corruption-vulnerabilities PoC: https://github.com/wupco/gitlab-rce-demo/tree/main Overview: https://depthfirst.com/gitlab-rce-oj-spill Thread: 🧵 https://x.com/i/status/2080763568044290535
721
4
✅CVE-2026-63030: Unauthenticated SQL injection in WordPress core chaining to RCE. No credentials, no configuration. One endpoint: POST /wp-json/batch/v1. The REST batch endpoint builds two parallel arrays ($matches and $validation) that fall out of step when a sub-request path fails wp_parse_url(). A sub-request gets dispatched under a different handler's context. The PoC nests this route confusion twice: first to bypass the method allow-list, then to reach a blind SQL injection via author_exclude in WP_Query, which interpolates the value into SQL as a string. The chain: boolean/time-based blind SQLi → extract admin password hash → crack → plugin upload → command execution. Interactive shell included. Affects WordPress 6.9.0–6.9.4 and 7.0.0–7.0.1. Fixed in 6.9.5 and 7.0.2. Python 3.8+, zero dependencies. Mitigation: block /wp-json/batch/v1 and rest_route=/batch/v1 at the edge, or require auth via rest_pre_dispatch filter. https://github.com/Icex0/wp2shell-poc
1 026
5
Detecting jammers via over the shelf hardware like directional antenna 📡
Detecting jammers via over the shelf hardware like directional antenna 📡
1 044
6
💻😯Windows includes a file-system virtualization feature that can redirect one local path to another without modifying the original file or leaving a persistent filesystem artifact. It is implemented by bindflt.sys, the Bind Filter minifilter driver, and used legitimately by Store apps, Windows Sandbox, and Windows containers. https://www.bitdefender.com/en-us/blog/businessinsights/bind-link-abuses-windows-feature-edr-evasion-technique https://x.com/i/status/2078016406856282445
936
7
Techno-Fascism, The Palantair; an evil-corp in true sense.
Techno-Fascism, The Palantair; an evil-corp in true sense.
1 202
8
🐧GhostLock (CVE-2026-43499): a 15-year-old Linux kernel vulnerability that affects every distribution. Desktop, server, Andr
🐧GhostLock (CVE-2026-43499): a 15-year-old Linux kernel vulnerability that affects every distribution. Desktop, server, Android, IoT, embedded. $92,337 Google kernelCTF bounty. A stack-UAF in the rtmutex subsystem. remove_waiter() uses current instead of waiter::task during proxy-lock rollback in futex_requeue(), leaving a dangling pointer to freed kernel stack memory. No special kernel modules needed, only CONFIG_FUTEX_PI which is enabled on every distro. Nebula Security (NebuSec) turned it into a 97% stable privilege escalation and container escape. The exploit chains a dangling pointer into an arbitrary address write, hijacks a function table for control flow, and achieves root in about 5 seconds. Found by VEGA, their AI vulnerability scanner. Part of IonStack, the first browser-to-kernel full-chain RCE on Android 17: CVE-2026-10702 (Firefox IonMonkey JIT 0-day, near 100% success rate) chained with GhostLock for kernel LPE. Present since Linux 2.6.39 (2011). Fixed in Linux 7.1. Full exploit code published on GitHub. Exploit: https://github.com/NebuSec/CyberMeowfia/tree/main/IonStack/CVE-2026-43499
1 242
9
🎚 The Mosad Playbook: How One Alias Built a Cross-Platform Leak Network. https://stealthmole-intelligence-hub.blogspot.com/2026/07/the-mosad-playbook-how-one-alias-built.html
555
10
Peter Stokes was pulled off a flight in Helsinki, and Scattered Spider’s run of arrests keeps growing as they triste Microsof
Peter Stokes was pulled off a flight in Helsinki, and Scattered Spider’s run of arrests keeps growing as they triste Microsoft Windows for their operational security. This is when a cyber crime group trusted Microsoft. The GDID gives Microsoft access to everyone of your internet history of all applications. And can also initiate remote monitoring through security updates. And if you think that there is some hard drive you used encryption that uses TPM. TPM let's are actually stored with Microsoft for every installation. Never use Microsoft products and any organisation known for complicity and backdoor installations.
1 134
11
👍Sim Swap Attack https://covertaccessteam.substack.com/p/podcast-with-dmitry-kurbatov+1
👍Sim Swap Attack https://covertaccessteam.substack.com/p/podcast-with-dmitry-kurbatov
1 678
12
🇮🇱 CARS ARE EXPLODING ACROSS ISRAEL Iranian cyber units and agents have penetrated the heart of Israel, and multiple assass
🇮🇱 CARS ARE EXPLODING ACROSS ISRAEL Iranian cyber units and agents have penetrated the heart of Israel, and multiple assassinations are taking place. -Ethan Levins (not verbatim) Source: https://x.com/i/status/2071203804326805937
1 502
13
📱 President of Signal (messenger) on shift in policy.
📱 President of Signal (messenger) on shift in policy.
1 705
14
💀 The Eternal Jew rises with same tricks up the sleeve: ‘Popa’ Botnet Linked to Publicly-Traded Israeli Firm https://x.com/i/status/2067993607597092865
1 429
15
Exploiting CVE-2024-1065 via the Page Cache! A strategy for physical-page UAFs in MIGRATE_MOVABLE, where Dirty Pagetable and Dirty Cred don't apply. https://kuzey.rs/posts/MaliUAF/ Demonstrated on the Mali GPU UAF found by Project Zero.
1 044
16
Free research papers https://sci-bot.ru/
1 488
17
📡🅰️🅰️🅰️❎❎🅰️🅰️🅰️🅰️ PimEyes.Com
📡🅰️🅰️🅰️❎❎🅰️🅰️🅰️🅰️ PimEyes.Com
1 551
18
👩‍💻 Performing RCE in Internet Explorer via clickjacking! Credits: Igor Sak-Sakovsky's (𝕏 | Psych0tr1a) https://swarm.ptsecurity.com/the-click-that-shouldnt-have-worked-rce-via-clickjacking-in-internet-explorer/
1 505
19
📡🛰 For 19 years, GPS satellites have secretly broadcast a “numbers station” in their public signals. We decoded 12M messages: a 2011 flash where 31 of 32 satellites flipped in hours, “ghost” substrings repeating years apart, and a “TEXT” prefix spreading now. https://lsc-pagepro.mydigitalpublication.com/publication/?i=865273&p=62&view=issueViewer https://github.com/sjmurdoch/gps-special-messages https://x.com/i/status/2061829547289387209
1 898
20
🔗🆒🆒🔤🆒🆒🆒🆒 Transfer data between devices using just QR codes! QR-Beam — A browser-based data transfer tool where both sender and receiver run entirely client-side via JavaScript. No installation, simple mobile-friendly UI, and designed for real-world use. The idea isn't new, but was focused on turning it into a practical, production-ready solution with several improvements over existing PoCs. Beta: https://ckure.org/rx/QR-Beam
1