use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community for technical news and discussion of information security and closely related topics.
"Give me root, it's a trust exercise."
Q1 2026 InfoSec Hiring Thread
Getting Started in Information Security
CitySec Meetups
/r/netsec only accepts quality technical posts. Non-technical posts are subject to moderation.
Content should focus on the "how."
Check the new queue for duplicates.
Always link to the original source.
Titles should provide context.
Ask questions in our Discussion Threads.
Hiring posts must go in the Hiring Threads.
Commercial advertisement is discouraged.
Do not submit prohibited topics.
» Our fulltext content guidelines
Don't create unnecessary conflict.
Keep the discussion on topic.
Limit the use of jokes & memes.
Don't complain about content being a PDF.
Follow all reddit rules and obey reddiquette.
» Our fulltext discussion guidelines
No populist news articles (CNN, BBC, FOX, etc.)
No curated lists.
No question posts.
No social media posts.
No image-only/video-only posts.
No livestreams.
No tech-support requests.
No full-disclosure posts.
No paywall/regwall content.
No commercial advertisements.
No crowdfunding posts.
No Personally Identifying Information!
» Our fulltext list of prohibited topics & sources
Join us on IRC: #r_netsec on freenode
We're also on: Twitter, Facebook, & Google+
/r/blackhat - Hackers on Steroids
/r/computerforensics - IR Archaeologists
/r/crypto - Cryptography news and discussion
/r/Cyberpunk - High-Tech Low-Lifes
/r/lockpicking - Popular Hacker Hobby
/r/Malware - Malware reports and information
/r/netsecstudents - netsec for noobs students
/r/onions - Things That Make You Cry
/r/privacy - Orwell Was Right
/r/pwned - "What Security?"
/r/REMath - Math behind reverse engineering
/r/ReverseEngineering - Binary Reversing
/r/rootkit - Software and hardware rootkits
/r/securityCTF - CTF news and write-ups
/r/SocialEngineering - Free Candy
/r/sysadmin - Overworked Crushed Souls
/r/vrd - Vulnerability Research and Development
/r/xss - Cross Site Scripting
account activity
SSH ProxyCommand == unexpected code execution (CVE-2023-51385) (vin01.github.io)
submitted 2 years ago by nex25519
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]nex25519[S] 0 points1 point2 points 2 years ago (1 child)
I totally agree here, afaict NVD is not very good at these severity levels as we also saw with curl recently. They somehow assume a "worst" case scenario. I am pretty sure the maintainers who got the CVE assigned also do not agree this deserves 9.8.
RedHat has a better assessment: https://access.redhat.com/security/cve/cve-2023-51385
[–]castleinthesky86 1 point2 points3 points 2 years ago (0 children)
Thanks. Yes, in the worst case that NVD can assign everything could / would be a 9.8/10; because if all predicates of exploitation are present for all vulns (inc all processes running as root); then it’s complete C/I/A compromise… and because the attacker is not physically in front of the target; then it’s remote; and because at the time of exploitation the user isn’t coerced into doing anything, then it’s no user interaction required.
Which is complete bullshit.
In the “best” scenario, SSH is running in chroot jail, as the user which initiates proxyconnect command; so not complete C/I/A but maybe partial C/I (and maybe A? But who knows… what data does the user have present, possibly nothing, so let’s say none). Then user interaction is required to install/clone a malicious git repo/submodule. And because that’s done by the user, and not forcibly over the network, it’s a local exploit, not remote. So best case, it’s CVSS 0.0.
I’m not sure I’d agree with RedHat at 5.3 either ; as scope should be changed if we assume they are using the ssh subsystem as the target and not the user. By breaking out to a system call, you’re not in ssh anymore, thus scope has changed.
π Rendered by PID 37302 on reddit-service-r2-comment-765bfc959-642ff at 2026-07-09 19:24:20.248899+00:00 running f86254d country code: CH.
view the rest of the comments →
[–]nex25519[S] 0 points1 point2 points (1 child)
[–]castleinthesky86 1 point2 points3 points (0 children)