TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

BaseSAFE: Baseband SAnitized Fuzzing Through Emulation

41 pointsby domenukkalmost 5 years ago

3 comments

monocasaalmost 5 years ago
Oh wow! I played around with getting a sim900 firmware running against qemu and open source tower implementations for finding exploits.<p>But this goes way farther than I had even planned! Connecting it to fuzzing infrastructure is super duper neat. I was just using it as a reproducible target to manually get it into weird states.
评论 #23313607 未加载
DyslexicAtheistalmost 5 years ago
this is focused on LTE. for telecommunications the most useful approach I have found to date was to fuzz using ASN.1[1][2]. Everything in telecoms is ASN.1 and vendors usually write their own parser generators.<p>[1] this is focused on X.509&#x2F;TLS but the approach is the same <a href="https:&#x2F;&#x2F;blog.doyensec.com&#x2F;2020&#x2F;05&#x2F;14&#x2F;asn1fuzz.html" rel="nofollow">https:&#x2F;&#x2F;blog.doyensec.com&#x2F;2020&#x2F;05&#x2F;14&#x2F;asn1fuzz.html</a>
评论 #23294707 未加载
评论 #23295152 未加载
billmealmost 5 years ago
For those unfamiliar with the two most important terms covered in this paper, they are fuzzing [1] &amp; baseband processor [2]:<p>[1] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Fuzzing" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Fuzzing</a><p>[2] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Baseband_processor" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Baseband_processor</a>