this post was submitted on 28 Aug 2024
346 points (98.3% liked)

Technology

58083 readers
3126 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Goodie@lemmy.world 28 points 2 weeks ago (2 children)

is it decades of hacky code, or decades of battle tested code?

I haven't touched wordpress in... many years, but I've seen far too many developers look at old code and call it junk... only to break things horrifically when they attempt a rewrite.

[–] catloaf@lemm.ee 15 points 2 weeks ago (1 children)

Hacky.

Wordpress has a reputation for the most moronic security issues. Especially when it's built on PHP, which has its own reputation for moronic security issues. And that's saying nothing about the quality of plugin developers or plugin code.

I've worked on Wordpress sites, plugins, and themes. That was many years ago now, but I doubt it's changed that much. If anything, it's mostly benefited from improvements to PHP.

[–] fake@sh.itjust.works 14 points 2 weeks ago (2 children)

Has to rank as one of the most exploited pieces of software ever.

Definitely be not aided by the fact it's targeting an audience without the skills or knowledge to adequately configure, maintain and monitor it. And the plugin community only makes the vulnerability exposure worse.

Yup. I imagine a lot of users install a lot of plugins they don't actually need, which just expands the attack surface.

[–] webhead@lemmy.world 2 points 2 weeks ago

Kind of the old Windows vs Mac problem though. It gets so many exploits because it is so ridiculously popular. No one is going to bother looking for exploits in shit that no one uses right? I'm sure they've got problems like any project but I'm not convinced they're THAT bad. Not to mention a lot of exploits you see are plugins doing dumb shit, not WP itself.

[–] chilicheeselies@lemmy.world 5 points 2 weeks ago (1 children)

Both honestly. Very spaghetti, but noone can deny that it just works from a user perspective. Would I want to maintain the code? Hell no! Do use it as an end user? Hell yeah!

[–] sugar_in_your_tea@sh.itjust.works 1 points 2 weeks ago (1 children)

Nah, not touching that with a 10' pole. There have been far too many exploits for me to feel comfortable putting any of my important data on it. And it's not just that it's popular, the level of sophistication for these attacks are... alarmingly low.

[–] MangoPenguin@lemmy.blahaj.zone 1 points 2 weeks ago (1 children)

It's a public site that'll be backed up regularly, what kind of important data would you be putting out publicly?

If it's an e-commerce site, than people's payment info, name, and address. If it has a login, then their login information (which they're most likely reusing elsewhere). Even if it's just a static site, than any data that might be hosted on the same server.