Kai Ullrich

14 posts

Kai Ullrich banner
Kai Ullrich

Kai Ullrich

@kaidentity

Katılım Ocak 2013
25 Takip Edilen81 Takipçiler
Kai Ullrich retweetledi
CODE WHITE GmbH
CODE WHITE GmbH@codewhitesec·
Unauth'd admin access to #SAP #Netweaver? Our very own @kaidentity has you covered, see #CVE-2021-21481 and SAP Security Note 3022422. Better patch than sorry. Our customers got their heads-up already and we'll publish a detailed blog post when appropriate.
English
0
26
26
0
Kai Ullrich retweetledi
Brandon Arentson
Brandon Arentson@RocketsAreFun_·
@TwitterSupport I truly cannot fathom why this access would ever even exist. This is like an employee having access to unencrypted credit card or bank account numbers. Companies know not to do this. How did Twitter not know this was unacceptably risky??
English
23
19
347
0
Tim Strazzere
Tim Strazzere@timstrazz·
@kaidentity @CVEnew @4Dgifts @typo3 Any POC for this? Sounds like it's deep into how TYPO3 handles plugins? I'm not understanding the overall description for this if it's making calls from the controller, vs the description seems to indicate this vuln is unsanitized input from the captcha which could cause RCE?
English
2
0
0
0
CVE
CVE@CVEnew·
CVE-2019-16699 The sr_freecap (aka freeCap CAPTCHA) extension 2.4.5 and below and 2.5.2 and below for TYPO3 fails to sanitize user input, which allows execution of arbitrary Extbase actions, resulting in Remote Code Execution. cve.mitre.org/cgi-bin/cvenam…
English
1
2
0
0
Kai Ullrich
Kai Ullrich@kaidentity·
@timstrazz @CVEnew @4Dgifts @typo3 An extension might want to make its controller actions accessible to anonymous callers, like some kind of API. The problem here was that you could make the extension call every controller action of every extension in the system. Now it's been restricted to its own controllers.
English
1
0
0
0
Tim Strazzere
Tim Strazzere@timstrazz·
@kaidentity @CVEnew @4Dgifts @typo3 E.g. - if an attacker in this case could have controlled 'vendorName' / 'extensionName' - why have the paths to them controlling 'pluginName', 'controllerName', 'actionName' and 'formatName' not also been patched in a similar manner? (Maybe this is obvious, I just don't see it)
English
1
0
0
0
Kai Ullrich
Kai Ullrich@kaidentity·
@timstrazz @CVEnew @4Dgifts @typo3 The fix makes sure you can only call actions of controllers from the very same extension (and I think there is only one controller). In order to exploit this, you need be able to call controller actions from core extensions. Setting $vendorName=SRBR prevents this.
English
1
0
0
0
Tim Strazzere
Tim Strazzere@timstrazz·
@CVEnew Wait what? What was the fix? Am I missing something? Looks like a version bump with nothing actually changed or have I not had enough coffee today? cc/ @4Dgifts @typo3 @kaidentity
Tim Strazzere tweet mediaTim Strazzere tweet media
English
2
0
0
0