๐จ Credited by Oracle in CPU April 2026
Reported a security issue on Oracle infrastructure
โ responsibly disclosed
โ fixed by the vendor
โ publicly acknowledged
Proof ๐
https://t.co/vg9d4r43WE
#halloffame#bugbountytips#oracle
๐จ Credited by Oracle in CPU April 2026
Reported a security issue on Oracle infrastructure
โ responsibly disclosed
โ fixed by the vendor
โ publicly acknowledged
Proof ๐
https://t.co/vg9d4r43WE
#halloffame#bugbountytips#oracle
Quick check:
npm list axios
If vulnerable โ assume full compromise.
Fix:
โข Downgrade immediately
โข Rotate ALL credentials
โข Rebuild system from clean image
๐จ Axios supply chain attack (2026) โ this should scare every developer.
100M+ weekly downloads.
No exploit.
No click.
Just npm installโฆ and you're owned. ๐
Attacker took over the maintainerโs npm account.
No code vuln.
No zero-day.
Just account compromise โ full access.
The real weapon = postinstall script
Runs automatically when you do:
โ npm install
No user interaction needed.
Payload behavior:
โข Downloads cross-platform RAT
โข Executes in ~1.1 sec
โข Works on Windows / Linux / macOS
๐จ KNOXSS GIVEAWAY March 2026
โ Follow us
โ Like and share this
๐ Prize: KNOXSS Pro for 1 Month
๐ Results: March 6th (3 winners)
Want to find some vulns? Get one of our plans and test for #XSS consistently.
Sign up now! ๐ https://t.co/IncubanLjv
#BugBounty#PenTesting
#ุงูุญู ุฏุงููู
Successfully worked with a major Enterprise vendor on a Responsible Disclosure. ๐๐ฅ
Issue resolved. Credit coming in next advisory.
Patience is part of the process. ๐ก๏ธ
๐จ Unauthenticated RCE in WordPress
One vulnerable plugin.
One request.
Full compromise.
CVE-2025-13486 Explained + EXPLOITED ๐
https://t.co/ypXaG9S3qU
#WordPress#CVE#BugBounty#CyberSecurity#rce
Reflected XSS identified via unsanitized error parameter โ mapped to CVE-2020-19282.
User input is reflected back without proper sanitization, allowing script execution in the browser.
Minimal PoC used. Reported responsibly.
Now waiting for Response ๐ถ๏ธ
#RXSS#BugBounty
Blind XSS โ Stored XSS โ Admin panel execution.
User input from a feedback form reached the backend without proper sanitization.
Impact validated, sensitive data redacted.
#BugBounty#BlindXSS#WebSecurity#InfoSec
WhatsApp End-to-End Encryption vs. Forensic Extraction
Although WhatsApp uses end-to-end encryption to protect messages, calls, and shared media during transmission, this protection only applies while the data is moving between devices. Once the content reaches the device, it is stored unencrypted within WhatsAppโs local databases and media folders.
Out of the volumes of content, such as 733,543 WhatsApp messages, along with videos, audios, images, and documents.
I was able to get a conversation between my kid sister @ama_Anyemedu in November 11, 2020.
The chat preview shows a typical WhatsApp conversation recovered from a mobile forensic extraction. At the top of the chat, WhatsApp displays the standard banner โMessages are now secured with end-to-end encryption.โ
This banner simply means that when messages are being transmitted between two devices, WhatsAppโs servers cannot read them because they are protected by encryption keys stored only on the usersโ devices.
However, end-to-end encryption does NOT protect data stored on the device itself.
Mobile forensics work by accessing the phoneโs internal storage, not by intercepting messages from WhatsApp servers. Once a device is unlocked or decrypted by the lawful extraction process, the tool can read the local WhatsApp databases stored on the device (usually the `msgstore.db` and related SQLite databases).
This is why, despite the presence of the "end-to-end encryption" banner, the forensic tool is still able to extract:
* Full chat history
* Timestamps
* Participants
* Message contents
* Attachments
* Deleted messages (if still recoverable in the database)
End-to-end encryption protects data in transit, not data *at rest* on the device.
Forensic tools exploit lawful access to the deviceโs decrypted file system, enabling them to parse and display the stored WhatsApp database, which is why you can see the complete message timeline, content, and timestamps on the right side.