appsec

377 readers
1 users here now

A community for all things related to application security.

founded 2 years ago
MODERATORS
26
27
 
 

cross-posted from: https://infosec.pub/post/5707149

I talk about a report I've made to MSRC in the beginning of the year regarding vscode.

It's a bit different. There's no in depth technical stuff, because I basically just reported the feature, not a bug.

28
29
30
 
 

This is my first write-up, on a vulnerability I discovered in iTerm2 (RCE). Would love to hear opinions on this. I tried to make the writing engaging.

31
1
New OWASP Cheet Sheet on Mobile Securty (cheatsheetseries.owasp.org)
submitted 2 years ago by mwguy to c/appsec
 
 

Mobile Application Security Cheat Sheet

Mobile application development presents certain security challenges that are unique compared to web applications and other forms of software. This cheat sheet provides guidance on security considerations for mobile app development. It is not a comprehensive guide by any means, but rather a starting point for developers to consider security in their mobile app development.

Architecture & Design

1. Secure by Design

...

32
33
34
35
4
submitted 2 years ago by N7x to c/appsec
36
37
38
39
4
submitted 2 years ago by N7x to c/appsec
40
41
6
submitted 2 years ago by N7x to c/appsec
42
43
7
AppSec podcasts? (self.appsec)
submitted 2 years ago by N7x to c/appsec
 
 

There is a nice list of Infosec podcasts here: https://infosec.pub/post/152754

What are your more specialized appsec recommendations?

44
 
 

A brand-new Burp Suite extension for discovering DNS vulnerabilities in web applications.

45
4
submitted 2 years ago by N7x to c/appsec
 
 

You might have found HTML injection, but unfortunately identified that the site is protected with CSP. All is not lost, it might be possible to bypass CSP using DOM clobbering, which you can now detect using DOM Invader! In this post we’ll show you how.

We’ve based the test case on a bug bounty site, so you’re likely to encounter similar code in the wild. If you’re unfamiliar with DOM clobbering then head over to our Academy to learn about this attack class and solve the labs.

46