SO CSharp
81 subscribers
1.44K photos
73 videos
82 links
Some stuff about about software development and related (devops, cs, ai, etc.). Stolen memes (mostly), some rare #random_PoK (random Piece of Knowledge), stream notifications. Also #weekendmeme
Download Telegram
😁3πŸ‘1
😁2πŸ‘1
Recently came across an interesting CVE with CVSS score of 9.8: CVE-2026-24061 Unauthenticated Root Access in telnetd. The issue dates back to version 1.9.3, released in May 2015.

Root Cause:

The vulnerability stems from a commit that added a %U placeholder to the login command template. This placeholder is replaced with the USER environment variable, which clients can set through Telnet’s NEW_ENVIRON option during connection negotiation. The issue is that telnetd performs no sanitization or validation of this value before inserting it into the command arguments.

An attacker can exploit this by setting USER to "-f root". When telnetd constructs the login command, it becomes:

/usr/bin/login -h [hostname] β€œ-f root”


The -f flag tells login to skip authentication entirely and immediately grant a shell to the specified user. This results in instant root access without providing any credentials.

See more.

#random_PoK #InfoSec #suggestion_box
πŸ”₯4
😁4πŸ‘1
πŸ’―3😁2πŸ‘1
😁2πŸ‘1
😁3πŸ’―1
😁4πŸ₯°2πŸ‘1
Easy β€” "write an unhackable code" right after the "make no mistakes" instructionπŸ˜€

#vibecoding
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘3😁3πŸ’―1
😁2πŸ‘1😱1
🀣4πŸ‘1
🀣3πŸ‘1
😁4πŸ‘1
😁3πŸ‘2
😁3πŸ’―2😱1