Live data from Hacker News

I found a WordPress RCEs with GPT5.6 and $25

slcyber.io

191–200 of 247 posts

Re: I found a WordPress RCEs with GPT5.6 and $25

#191
post #121

Earlier quoted context omitted.

Likely referencing https://www.crowdfense.com/exploit-acquisition-program/ Zerodium used to offer up to 300k in 2021 https://www.securityweek.com/sites/default/files/images/Zero... These brokers usually don't pay the bulk sum - they sell access to nation actors and you get payed out over time as long as the bug is not patched to discourage reselling and burning it. I doubt anyone would confirm if they got the full pa…

I work in the field and I just cannot believe anyone would pay that much for a Word Press exploit. People pay money for iOS or Android because there is valuable information stored on devices running those operating systems. There's absolutely nothing of value on any Word Press site. The only possible reason I can think of is for a watering hole attack, but that would require a second exploit that would be worth far m…

> There's absolutely nothing of value on any Word Press site

This is just 100% an incorrect assumption. Even just an e-commerce site running Woo has troves of potentially valuable customer data. Not to mention whatever else might be on the server, or what that server is connected to...

Re: I found a WordPress RCEs with GPT5.6 and $25

#192

Earlier quoted context omitted.

The issue isn't that they haven't added a load of modern features; it's that they never fixed the old janky broken features.

Reminds me that in the PHP5 days, there's a load of similar functions of which the parameters switch around...

Shame I forgot to add named arguments above, eliminating this problem too:

  array_map(callback: fn($i) => $i * 2, array: [10])

Re: I found a WordPress RCEs with GPT5.6 and $25

#193
post #141
post #71

Earlier quoted context omitted.

Let me convince you! :-) There are match expressions and arrow functions: $slug = $title |> trim(...) |> (fn($str) => str_replace(' ', '-', $str)) |> (fn($str) => str_replace('.', '', $str)) |> strtolower(...); There is meta-programming with annotations: final class PostsController { #[AccessControl(fn(Request $request, Post $post) => $request->user === $post->getAuthor() )] public function update(Request $request, P…

> There is meta-programming with annotations: There is, but your example is not valid. You can't use short function syntax in constant expressions, it has to be an explicit `static function`. The reason for this, IIRC (I can't find the GitHub issue or PR atm) is that these functions aren't allowed to close over any variables, and with fn syntax doing so is implicit. Rather than erroring they've disallowed the use of…

You’re right, of course. Still I think the point stands that PHP has very powerful runtime metaprogramming features that you can build amazing abstractions on top of.

Re: I found a WordPress RCEs with GPT5.6 and $25

#194

So they spent the $25. But the real question here is did they get the $500K?

Unquestionably they did not.

Their listed pricing was up to $50k.

https://cyber-peace.org/wp-content/uploads/2017/09/ZERODIUM-...

And that was before LLMs could produce these at volume.

The demand (dollars) does not go up commensurately with the supply. So today maybe $500 or a few thousand. Maybe not even that.

Re: I found a WordPress RCEs with GPT5.6 and $25

#195
post #183

Earlier quoted context omitted.

"People paid $5,000 for a Macintosh computer when they were new. I found one at a yard sale for $25."

this is the most accurate summary.

I actually found a 1999 iMac set out for a special rubbish pick up day. The owner of the house was there so I chatted a bit, asked her if she minded if I took it.

It had last been booted on it, complete with working hard drive an; MacOS X 10.3. So $1.299 -> $0.

Re: I found a WordPress RCEs with GPT5.6 and $25

#198
post #76
post #59

Earlier quoted context omitted.

It's just because they don't want to break anything in existing sites, sorta like how Microsoft doesn't generally want to break programs on Windows. So, changes are fairly incremental, and the quality is about what you'd expect from a piece of software that's decades old with no plan for what happens if it got this far. But what do you do in that situation? If they change the structure too much, then either they make…

Even just introducing emulation layers for the old parts and making the new parts opt-in would be better than just giving up and keep on going. Plugin authors can choose the new subsystem as they publish updates or new plugins and themes, and in return they get speed and security guarantees. And since the WordPress foundation controls the extension marketplace, they can reliably determine which parts of the API surfa…

> And since the WordPress foundation controls the extension marketplace, they can reliably determine which parts of the API surface are in use, or even invest a chunk of money every month to send AI-written patches to plugin maintainers to ease the transition.

What WordPress foundation?

Re: I found a WordPress RCEs with GPT5.6 and $25

#199

There is no evidence that $500k has been paid or would be paid for an exploit like this one. Given that the article says that prompts are modified like they are holy scripture, perhaps sell the prompt for $500k. The author works for https://www.assetnote.io/ , which has AI products for automated scanning.

What do you think the venn diagram looks like for people willing and able to find things like that prior to LLMs and also sell them to a broker, and are also stupid enough to flaunt a massive flashing "arrest me!!!" sign Closest you're going to get is something like those kids in florida who just got wrapped for putting malware into steam games and draining peoples accounts. They were going to get caught anyways but…

Is this comment pure speculation, or do you have knowledge (or anecdotal evidence) of a similar exploit being sold for $500k?

Re: I found a WordPress RCEs with GPT5.6 and $25

#200
post #76

Earlier quoted context omitted.

Even just introducing emulation layers for the old parts and making the new parts opt-in would be better than just giving up and keep on going. Plugin authors can choose the new subsystem as they publish updates or new plugins and themes, and in return they get speed and security guarantees. And since the WordPress foundation controls the extension marketplace, they can reliably determine which parts of the API surfa…

> And since the WordPress foundation controls the extension marketplace, they can reliably determine which parts of the API surface are in use, or even invest a chunk of money every month to send AI-written patches to plugin maintainers to ease the transition. What WordPress foundation?

The, uh, WordPress Foundation[0]?

[0]: https://wordpressfoundation.org

Post reply on HN