Niklas B

3.5K posts

Niklas B

Niklas B

@_niklasb

research @dfsec_com - @[email protected]

Germany Katılım Aralık 2016
803 Takip Edilen14.7K Takipçiler
Sabitlenmiş Tweet
Niklas B
Niklas B@_niklasb·
We at @dfsec_com are currently looking for a senior Linux kernel researcher, feel free to DM if you’re curious :)
English
1
29
95
28.9K
Niklas B
Niklas B@_niklasb·
DMs were apparently disabled, but fixed now
Niklas B@_niklasb

We at @dfsec_com are currently looking for a senior Linux kernel researcher, feel free to DM if you’re curious :)

English
1
1
12
6.9K
ETenal
ETenal@ETenal7·
@_niklasb @dfsec_com Heyyy any chance this position is also available for US based person? BTW , your account can't be DM maybe due to privacy settings.
English
1
0
0
1K
Niklas B
Niklas B@_niklasb·
We at @dfsec_com are currently looking for a senior Linux kernel researcher, feel free to DM if you’re curious :)
English
1
29
95
28.9K
Niklas B
Niklas B@_niklasb·
AKA natural language CodeQL - it feels like the Code Browser approach from the blog post may be applicable here as a general concept
English
0
0
6
2.2K
j j
j j@mistymntncop·
@maxpl0it I wonder how to deal with the "spectremaskindex" instruction tho...
English
1
0
2
759
maxpl0it
maxpl0it@maxpl0it·
@_manfp’s Firefox renderer bug is a beauty that takes advantage of an optimisation implemented just 3 months ago. Let’s break it down!
English
5
93
417
61.6K
Niklas B
Niklas B@_niklasb·
Pwn2Own lineup looks very impressive this year, good luck to everyone!
English
1
0
39
8K
Niklas B
Niklas B@_niklasb·
@m40282845 @adhsec yeah that’s for sure, WPA and unencrypted networks are rejected, question is what else
English
0
0
0
168
Niklas B
Niklas B@_niklasb·
Are there any details known about what makes a WiFi “unsafe to join” according to iOS Lockdown Mode and thus causes disconnects on each sleep/wake cycle of the phone? Seems like WPA support and TKIM are two such properties, but there are likely more.
English
2
1
12
4.3K
Niklas B
Niklas B@_niklasb·
@adhsec do you know what DoH servers iOS uses? I would assume it just uses normal DNS as provided by DHCP
English
1
0
0
229
Niklas B
Niklas B@_niklasb·
@adhsec encrypted DNS? as in DoH/DoT?
English
1
0
0
247
Niklas B
Niklas B@_niklasb·
I really wish Lockdown Mode had more granular settings
English
0
0
4
1.7K
Marcel Böhme👨‍🔬
Marcel Böhme👨‍🔬@mboehme_·
How to write an open-source compiler that injects vulnerabilities: Stage 1: Write a compiler that compiles itself. Stage 2: Add code to inject a vuln. into the compiled binary. Recompile. Stage 3: Remove code. Recompile. Distribute. cs.cmu.edu/~rdriley/487/p…
Marcel Böhme👨‍🔬 tweet media
English
6
9
67
12.8K
Niklas B
Niklas B@_niklasb·
@jduck @5aelo @farazsth98 @adhsec @silviocesare @mboehme_ There was/is no actual issue/bug in the code (the switch is exhaustive), what is being considered here are just ideas to nudge the compiler to reliably produce a compilation output that has the intended security properties (which are a superset of those provided by C++ itself)
English
2
0
2
374
Joshua J. Drake
Joshua J. Drake@jduck·
@5aelo @_niklasb @farazsth98 @adhsec @silviocesare @mboehme_ I think the issue is the lack of a return statement in every switch block, right? If you have a return value but don't have a return statement, that's UB. Switch does not return anything. I would expect the actual behavior to "return" what's in the first GP register at the end
English
1
0
1
434
Niklas B
Niklas B@_niklasb·
@5aelo @jduck @farazsth98 @adhsec @silviocesare @mboehme_ I see, so I assume the “sound” combination is where you tell the compiler that the value can be out of range (via `: int`), AND you make the switch exhaustive even in that case via an UNREACHABLE default case …
English
1
0
2
396