news.volyx.in

How to own an airline in 3 easy steps and grab the TSA nofly list along the way (maia.crimew.gay)

1028 points by half-kh-hacker · 1324 days ago · 619 comments on HN

Article summary

The author of the article describes how they gained access to an airline's systems through an exposed Jenkins server, ultimately obtaining a copy of the US TSA's no-fly list from 2019. The author found the list in a CSV file, which contained over 1.56 million rows of data. The author claims to have obtained the list with relatively little skill required, aside from patience and knowledge of where to look. The list has been made available to journalists and human rights organizations.

Main themes

  • airline security breach
  • no-fly list
  • CSV file format
  • data parsing and handling
  • security implications
  • standardization vs flexibility

What commenters say

  • The no-fly list obtained by the author is a significant find, with potential implications for national security and individual privacy.
  • The use of CSV files can be problematic due to the lack of standardization and potential for errors or inconsistencies.
  • Some commenters argue that true CSV should not allow certain characters, such as commas or newlines, within fields.
  • Others counter that real-world data sets often require the use of such characters, making strict CSV standards impractical.
  • The discussion highlights the challenges of working with CSV files and the need for careful handling and parsing.
  • There is disagreement over the best approach to handling CSV files, with some advocating for strict standards and others preferring more flexible solutions.
  • The security implications of the breach are a major concern, with some commenters noting the potential risks of sensitive information falling into the wrong hands.