this post was submitted on 22 Jun 2023
255 points (98.9% liked)

Programming

21948 readers
828 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

I've heard people mention curl and imagemagick. Any others that you know about?

you are viewing a single comment's thread
view the rest of the comments
[–] axtualdave@lemmy.world 26 points 2 years ago (2 children)

The neat thing about the log4j thing was even a cursory explanation of the vulnerability made anyone with a passing familiarity with security say, "Why the fuck would that even be a feature?!"

[–] Trusting 11 points 2 years ago (3 children)
[–] JackbyDev@programming.dev 7 points 2 years ago* (last edited 2 years ago)

Basically it involved parsing JNDI stuff which involved grabbing remote code (but that was a niche feature of JNDI in the Dev's defense). Basically, you may think it is just something like variable substitution but can involve much crazier stuff.

Edit: and for more context, JNDI is typically a thing for getting a database connection stored on the application server. The idea being you just ask for "customer database" and don't have to define the connection in the code. The server has it defined elsewhere. So in each environment it works the same. Basically glorified and standardized config file type of thing.

[–] subash@programming.dev 1 points 2 years ago
[–] ColonelPanic@lemmy.ml 10 points 2 years ago (1 children)

Wait until you learn that PDFs support embedded Javascript.

[–] PowerSeries@lemmy.ca 2 points 2 years ago

????????? What the what now?