Skip to main content
Arbitrary code execution

Arbitrary code execution

Search complete. 50 mentions across 22 episodes found for "Arbitrary code execution".

Sep 10, 2026

Low LevelHOST
67:43
I made a video about this recently, but I gave the example of like in 2024...
Low LevelHOST
67:47
there was a Windows 11 vulnerability that because of an IPv6 fragmentation issue, you could get RCE in the Windows kernel, okay, remotely, like on off, like really, really bad.
Low LevelHOST
67:57
Now, some people in the industry may call it a backdoor.
Low LevelHOST
68:00
Well, for that to truly be a backdoor by the definition of a backdoor, There would have to be intent by Microsoft to leave that vulnerability there to enable some third-party actor, intelligence agency, whatever, to use that vulnerability to get into Windows, okay? And while that may be the case in some scenarios, I think generally it is truly just a issue that Microsoft had where they left bad code in, shit happens, right? Their fuzzers missed it, whatever.
Claire AirdHOST
7:24
The worm works across both Android and iOS and doesn't require users to answer the incoming call.
Claire AirdHOST
7:30
It's powered by an RCE exploit that Tencent has now patched.
Claire AirdHOST
7:36
And that is all for this podcast edition.
Claire AirdHOST
7:38
Today's show was brought to you by Authentic.
Kurt HandelHOST
18:12
From what I read, it exploited a, like the JDBC driver, so the authentication mechanism, and completely bypassed it.
Kurt HandelHOST
18:21
So as long as you could hit the server, you could then- ... essentially bypass the mech, the, the authentication, get access, or, or an RCE so you have route, or you'll have, you have access to the actual server, which then attackers were using that to pivot within the environments.
Kurt HandelHOST
18:37
And they had detected, what was it, Huntress? I think Huntress had detected that there were, like, already couple people already breached from this.
Cameron WaltersHOST
18:47
Yeah.
Cameron WaltersHOST
18:48
I think you had to chain together two vulnerabilities-
Kurt HandelHOST
18:51
Mm-hmm
Cameron WaltersHOST
18:51
... to get the RCE-
Kurt HandelHOST
18:53
Yeah
Seth JenkinsGUEST
10:49
And so we would like to do something to, you know, just the Android and all of, you know, the defenders would like to do something to make it a little bit more difficult for attackers.
Seth JenkinsGUEST
10:58
Even if they were to get in this context, it's not like now they own the phone just because they got this, they got an RCE in a media codec.
Seth JenkinsGUEST
11:05
And so there's actually a sandbox and it's intended to be a sandbox on Android called media codec sandbox.
Seth JenkinsGUEST
11:12
And this is the context that we end up popping into.
Natalie SilvanovichGUEST
14:58
So we did two separate phones.
Natalie SilvanovichGUEST
15:00
We did the Pixel 9 and the Pixel 10, and it's two CVEs on each phone to do the full chain.
Seth JenkinsGUEST
15:05
And for the RCE, it's the same CVE and the Pixel 9, but on the LPE, it's two different CVEs.
Seth JenkinsGUEST
15:11
So you mentioned off-camera, it's like two and a
BaileyHOST
5:20
Yeah.
BaileyHOST
5:20
So in this case, it allows for unauthenticated remote code execution or RCE directly on the nCentral server.
BaileyHOST
5:27
No username, no password, no prior access required.
speaker_0HOST
5:30
Which perfectly explains the 10.0 severity.
speaker_1HOST
4:59
Right.
speaker_1HOST
4:59
If I have RCE on a system that's plugged into the hardware counting train axles, my immediate instinct is aggressive containment.
speaker_1HOST
5:09
We need to shut off access, take these diagnostic systems completely offline, and protect the physical trains.
speaker_2HOST
5:16
See, I get why you're calling for aggressive containment, but you really have to look at this through the eyes of a railway engineer.

9 MINS LATER

speaker_1HOST
14:40
No, it's not.
speaker_2HOST
14:40
How do they actually break into the diagnostic system itself and take control?
speaker_1HOST
14:45
Well, the evidence details two distinct paths for remote code execution or RCE, which, as you know, is the Holy Grail for an attacker.
speaker_2HOST
14:53
Right.
denolfeHOST
3:06
Overall, the community viewed the feat as a major milestone, while emphasizing ongoing challenges and ensuring trustworthiness of such AI-produced proofs.
denolfeHOST
3:15
Title, actively exploited sandbox RCE in all Chromium versions.
denolfeHOST
3:19
Source, nvd.nist.gov.
denolfeHOST
3:22
The news story reports on a vulnerability in Chromium-based browsers that allows remote code execution inside the sandbox.
Dave BittnerHOST
11:22
Exploitation requires a published Elementor pro form widget with a File Upload field.
Dave BittnerHOST
11:28
Attackers can bypass validation to upload malicious PHP files which are then accessible for Remote Command Execution.
Dave BittnerHOST
11:37
Administrators should immediately upgrade and inspect the plugins Form Upload directory for PHP files which WordFence says are a strong indicator of compromise.
Dave BittnerHOST
11:50
Representatives Thomas Massie and Eric Burlison have introduced the Flock Off Act which would prohibit federal funding for automated license plate readers and biometric surveillance cameras The bill wouldn't ban Flock Safety cameras outright, but federal agencies would have to remove federally funded systems while state and local recipients would have one hundred eighty days to stop operating them.
JustinHOST
10:26
But when I was hacking on that, one of the main things that I found that kind of blew my mind was a certificate auth problem.
JustinHOST
10:37
And it just gave you RCE.
JustinHOST
10:41
And it's like, okay, literally I give you an invalid certificate and you let me in the front door and that's it.
JustinHOST
10:51
It's game over.

6 MINS LATER

JustinHOST
17:15
is a good tool to maybe give your AI to just start eating up some of those cookies.
JustinHOST
17:24
But generally, trying to apply, looking at your corpus of reports and saying, where have I found Auth Bypass in the past? Where have I found ways to get arbitrary account takeover? And then using that to just go ham.
JustinHOST
17:38
Because I think that is a lot easier to get, in my opinion, than RCE.
JustinHOST
17:42
Like, I think everybody has auth.
Low LevelHOST
8:17
Actually, I'm not even sure if a CVE number got assigned to it by MITRE or otherwise.
Low LevelHOST
8:22
But basically, it was a two-click RCE in Omaki, specifically because of the setup of how its Chrome is configured.
Low LevelHOST
8:32
So again, the issue with a lot of these distros like this, where you have custom Foo installed, is there's kind of this opacity, this lack of transparency to what exactly is inside of it, what is running by default.
Low LevelHOST
8:45
And as you kind of build these systems out, if you don't have clear agreements on what does what, you can have maybe conflicting security boundaries.
Low LevelHOST
8:53
And so this vulnerability in particular is actually what got the Omaki security team created.
Low LevelHOST
8:57
It was a vulnerability in the Omaki Chromium extension that basically if you were tricked into doing a keystroke and then clicked on a notification, so it's a two-click RCE, they would get RCE on your computer, right? The underlying vulnerability is pretty interesting.
Low LevelHOST
9:14
It actually has to do with, like, the Omarkey Chromium extension by default comes with a program called YouTube DLP for downloading and, like, basically ripping videos off YouTube, very common piece of software, like nothing wrong with that being on the computer.
Low LevelHOST
9:28
But the issue is within YouTube DLP, You know, when you download the piece of software, or you download the video rather, it may open the video in a video editor or a video player.

12 more episodes mention Arbitrary code execution.

Create an account to see the whole feed, search across every transcript, and follow the entities you care about.

We value your privacy

We use cookies to understand how you use our platform and to improve your experience. Click “Accept All” to consent, or “Decline non-essential” to opt out of non-essential cookies. Read our Privacy Policy.