Skip to content
The Touch and GoThe Touch and Go
The Touch & GoStoryRegulatory
A Frontier Airlines aircraft taxiing at an airport on a clear day

Image: Griz13 · CC BY-SA 4.0 · via Wikimedia Commons

RegulatoryBy The Touch & Go EditorialPublished Aug 11, 1:15 PM2 min read

Frontier Airlines Faces Class Actions Over Delayed Data Breach Notification

Frontier Airlines is sued for failing to promptly inform customers and employees about two 2026 data breaches exposing sensitive personal information.

The gist

Frontier Airlines delayed disclosing 2026 data breaches exposing customer and employee data, prompting class action lawsuits.

Continuing coverage

All Frontier Airlines

Frontier Airlines, the Denver-based ultra-low-cost carrier, is defending itself against two class action lawsuits following data breaches occurring in May and June of 2026. The lawsuits, filed in the U.S. District Court for the District of Colorado on July 15, allege the airline failed to adequately protect sensitive customer and employee information, including Social Security numbers, addresses, and government-issued IDs. These breaches were reportedly perpetrated by a hacker supergroup and occurred on May 12 and June 3, respectively.

The lawsuits claim Frontier’s cybersecurity measures were insufficient to prevent the intrusions and criticize the airline for prioritizing profits over implementing effective data security protocols. Specifically, it is asserted that Frontier knowingly chose less expensive, ineffective security protections that left personal data vulnerable to hacking attempts. Plaintiffs argue this negligence amounts to a violation of consumer privacy and data protection standards.

Compounding concerns, Frontier reportedly delayed notifying the affected individuals until July 9, despite becoming aware of the breaches on June 18. This lag allegedly prevented victims from taking timely steps to safeguard their personal information, exposing them to risks such as identity theft and fraud. Individuals from states including Texas, Massachusetts, and Vermont have confirmed that their data was included in the compromised records.

The class actions seek financial compensation for the plaintiffs and request that Frontier provide at least three years of credit monitoring services to all impacted individuals. Plaintiffs Grace Stean and Kimah Beach have pushed for the formation of a nationwide class encompassing all whose data was compromised. They are pursuing both damages and injunctive relief and have demanded a jury trial for the proceedings.

Data breaches pose significant threats to airlines like Frontier by undermining customer trust and exposing the companies to regulatory penalties. Government authorities may impose fines if an airline is found to have inadequately protected personal data or failed to comply with mandatory notification timelines. Beyond legal consequences, carriers can suffer reputational harm and customer attrition following high-profile breaches.

The hacker group implicated in these breaches is known as 'Scattered Lapsus$ Hunters,' a supergroup notorious for extortion and social engineering tactics. Formed from alliances including Scattered Spider and ShinyHunters in mid-2025, this collective has targeted various enterprises, including Salesforce and Frontier Airlines. Their methods exploit multi-factor authentication vulnerabilities and leverage extortion-as-a-service to maximize impact.

Frontier has yet to issue a public comment addressing the lawsuits or their response to the data breaches. The outcomes of these legal challenges could set precedents regarding airline data security responsibilities and timing of breach disclosures. This case highlights the critical importance for airlines to bolster cybersecurity defenses and establish clear protocols for transparent communication with affected parties.

As Frontier prepares to contest the allegations in federal court, industry stakeholders will be watching closely. The case underscores the ongoing challenges airlines face in protecting vast amounts of personal data amid rising cyber threats and increasing regulatory scrutiny. How the court rules may influence airline practices nationwide regarding data breach prevention and post-incident response.

Share

Frequently asked questions

When did Frontier Airlines experience the data breaches?
The data breaches occurred on May 12 and June 3, 2026.
What personal information was compromised in the Frontier Airlines breaches?
Information accessed included Social Security numbers, addresses, and government-issued ID numbers of customers and employees.
Why are class action lawsuits being filed against Frontier Airlines?
The lawsuits allege Frontier failed to provide sufficient data security and delayed notifying victims until weeks after the breach, increasing the risk to affected individuals.
Air traffic controllers coordinating flights amid busy London TRACON radar screens at night.
RegulatoryAug 8, 9:04 PM

Controllers' high sick rates worsened Northeast flight disruptions amid thunderstorms

Nearly 11,000 flights were delayed or canceled Friday as thunderstorms hammered the Northeast and air traffic control staffing problems made recovery harder. Transportation Secretary Sean Duffy blamed controllers calling out sick, but FAA advisories throughout the day suggest weather was the primary driver, with staffing constraints becoming a compounding problem rather than the whole story.

Security personnel examining a pilot badge at an airport checkpoint.
RegulatoryAug 8, 4:40 AM

Ex-Flight Attendant Pleads Guilty to Using Fake Pilot ID to Fly Free on Three Major Airlines

The Lowdown Ex-flight attendant Dallas Pokornik has pleaded guilty to wire fraud after using a fake pilot ID badge to con three major U.S. airlines out of hundreds of free flights over nearly five years. In This Article How court filings point to which three airlines were defrauded, without prosecutors naming them directly. The 2024 encounter that finally exposed his fake pilot credentials to an airport employee. How he was tracked to Panama and extradited back to the U.S. to face charges. The prison sentence and fine he now faces, and when he’s due to be sentenced. Show 4 more points + .pyok-callout { display: flex; border-radius: 10px; background: #f7f9fc; border: 1px solid #e1e7ef; border-left: 4px solid #120E43; margin: 24px 0; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif; } .pyok-callout-inner { padding: 20px 24px; width: 100%; } .pyok-callout-head { display: flex; align-items: center; gap: 8px; color: #120E43; margin-bottom: 12px; } .pyok-callout-tag { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; } .pyok-callout-list { margin: 0; padding: 0; list-style: none; } .pyok-callout-list li { position: relative; padding-left: 18px; margin-bottom: 12px; font-size: 16px; line-height: 1.55; color: #1a1a1a; } .pyok-callout-list li::before { content: ""; position: absolute; left: 0; top: 9px; width: 6px; height: 6px; border-radius: 50%; background: #120E43; } .pyok-callout-list-more li:last-child { margin-bottom: 0; } .pyok-callout-subhead { text-align: center; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #8a93a3; margin: 4px 0 14px; padding-top: 14px; border-top: 1px solid #e1e7ef; } .pyok-callout-more { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; } .pyok-callout-toggle { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; padding: 0; border: none; background: none; color: #120E43; font-size: 14px; font-weight: 700; cursor: pointer; } .pyok-callout-toggle:hover { text-decoration: underline; } .pyok-callout-toggle-icon { display: inline-flex; align-items: center; justify-content: center; width: 16px; height: 16px; border: 1.5px solid #120E43; border-radius: 50%; font-size: 12px; line-height: 1; } (function () { document.querySelectorAll('.pyok-callout-toggle').forEach(function (btn) { btn.addEventListener('click', function () { var card = btn.closest('.pyok-callout-inner'); var more = card.querySelector('[data-more]'); var isOpen = btn.getAttribute('aria-expanded') === 'true'; var textEl = btn.querySelector('.pyok-callout-toggle-text'); var iconEl = btn.querySelector('.pyok-callout-toggle-icon'); if (isOpen) { more.style.maxHeight = '0px'; btn.setAttribute('aria-expanded', 'false'); textEl.textContent = btn.dataset.moreText; iconEl.textContent = '+'; } else { more.style.maxHeight = more.scrollHeight + 'px'; btn.setAttribute('aria-expanded', 'true'); textEl.textContent = btn.dataset.lessText; iconEl.textContent = '\u2212'; } }); }); })(); An ex-flight attendant has pleaded guilty to defrauding three major U.S. airlines by using a fake pilot’s ID badge to obtain hundreds of free flights through so-called ‘non-rev’ privileges, in which airlines provide free or deeply discounted tickets to employees of other airlines as a reciprocal perk. Dallas Pokornik, 33, was indicted by a grand jury in Hawaii in January over allegations that he had been posing as a pilot in a ‘Catch Me If You Can’ ploy to travel the world for free. Dallas would request to sit in the cockpit when there weren’t any spare passenger seats available on the flights he wanted to catch. According to federal court filings, Dallas had worked for a Toronto-based airline as a flight attendant until 2019. During his time as a member of cabin crew, Dallas had legal access to free or discounted tickets, which are known within the industry as ‘non-rev’ perks, or non-revenue, as airlines aren’t making any money from these tickets. After he quit his job as a flight attendant, Dallas allegedly used his knowledge of how airline non-rev benefits worked to devise a scheme posing as a pilot to continue obtaining free flights from three major U.S. carriers. While prosecutors have deliberately withheld the names of the three airlines that Dallas defrauded, court filings do reveal where they are based. The first airline was based in Honolulu, the home base of Hawaiian Airlines. The second airline was based in Chicago, the headquarters of United Airlines. The third airline was based in Fort Worth, the headquarters of American Airlines. When obtaining free flights from these airlines, Dallas would allegedly also request a jumpseat in the cockpit, a special privilege that is only usually reserved for serving pilots. In 2024, however, Dallas presented the fake pilot’s ID badge to an airport employee of one of the airlines he defrauded, who was suspicious of its authenticity. The employee managed to take a photo of the ID badge and reported their suspicions. Once it was established that Dallas wasn’t, in fact, a pilot for the airline he claimed to work for, law enforcement was called in. Dallas was eventually tracked down to Panama, where an arrest warrant was issued, and he was extradited to the United States. Prosecutors allege that Dallas obtained “hundreds of free flights,” and while no one really knows how long the fraud was going on for, Dallas has admitted that it continued from January 2020 through October 2024. "Travel security protocols help keep our citizens and visitors safe, and anyone who breaches those protocols should expect to be brought to justice," commented U.S. Attorney Ken Sorenson after Dallas pleaded guilty to wire fraud. "We thank our law enforcement partners at Homeland Security Investigations and abroad for helping us hold this fraudster accountable,” Sorenson added. Dallas now faces a maximum sentence of up to 20 years imprisonment, plus a fine of up to $250,000. He is due to be sentenced on December 8, 2026. As part of his plea agreement , Dallas has agreed to pay restitution to the three airline victims. The amount of restitution that he will be required to pay will be determined at his sentencing hearing.

An EasyJet aircraft taxiing at a UK airport under overcast skies.
RegulatoryAug 6, 8:47 PM

EasyJet Agrees to £5.7 Billion Takeover by Apollo Global Management

easyJet has agreed to a £5.7 billion takeover by US private equity firm Apollo Global Management. The deal came after rival bidder Castlelake withdrew from the race. Shareholders will receive £7.15 in cash for each share. ezstandalone.cmd.push(function () { ezstandalone.showAds(119); }); The agreement marks the end of a weeks-long bidding battle for the low-cost airline. Apollo stepped in with a higher offer after EasyJet had earlier reached a deal in principle with Castlelake. How the Bidding Unfolded Castlelake first approached easyJet in late May and early June 2026. The airline rejected several offers. EasyJet said those bids undervalued the company. In early July the two sides agreed terms at £6.90 per share. That valued EasyJet at about £5.5 billion. ezstandalone.cmd.push(function () { ezstandalone.showAds(127); }); Apollo then submitted a better proposal. easyJet’s board switched its support. Apollo’s offer valued the airline at £5.7 billion. Castlelake later confirmed it would not make a formal offer. This cleared the way for Apollo. What Apollo Plans for EasyJet Apollo said it is “highly supportive” of easyJet’s current strategy. The firm sees a clear chance to speed up the airline’s operational and commercial goals. Apollo has followed EasyJet for years. It views the carrier as one of the strongest businesses in global aviation. ezstandalone.cmd.push(function () { ezstandalone.showAds(128); }); The deal includes a cash option and a share alternative. Eligible shareholders can choose to roll some of their holding into the new private company. EasyJet founder Sir Stelios Haji-Ioannou and his family have given strong support. They will keep a significant stake and remain long-term shareholders.EU rules require majority European ownership and control of airlines. Apollo plans to meet this by giving the Haji-Ioannou family and other EU-based investors roughly half the business. ezstandalone.cmd.push(function () { ezstandalone.showAds(129); }); Matti Blume, CC BY-SA 4.0, via Wikimedia Commons Impact on Staff and Operations Apollo has pledged not to cut jobs for at least 12 months after the deal completes. Some roles linked to stock market listing requirements may go if easyJet becomes a private company. Flights and day-to-day operations will continue as normal. The EasyJet brand will stay in place. Apollo will keep the existing licensing deal with easyGroup, the company controlled by Sir Stelios. Board and Shareholder Views EasyJet chairman Sir Stephen Hester said the board carefully weighed the offer against the airline’s standalone prospects. He noted the proposal gives shareholders clear and attractive value. ezstandalone.cmd.push(function () { ezstandalone.showAds(130); }); Chief executive Kenton Jarvis welcomed Apollo’s aviation experience. He said it makes the firm a strong partner. The transaction still needs shareholder approval and regulatory clearances. Completion is expected in the first quarter of 2027. Once finished, EasyJet will leave the stock market and operate as a private company. Conclusion The takeover ends a period of uncertainty for easyJet. Shares had fallen sharply earlier in the year amid higher fuel costs and market pressures. The bidding process pushed the share price higher again. ezstandalone.cmd.push(function () { ezstandalone.showAds(131); }); Apollo brings access to capital and long-term flexibility. Private ownership should help easyJet focus on fleet upgrades, ancillary revenue and its holidays business. The airline will keep its low-cost model while gaining a supportive new owner. This agreement delivers certainty for shareholders and a clear path forward for one of Europe’s best-known budget carriers.

A Boeing 777X with its folding wingtips deployed at an airport gate
RegulatoryAug 5, 4:00 PM

Boeing 777X's Folding Wingtips Prevent Airport Bans Like Airbus A380 Faced

The Airbus A380 's enormous size famously limited the number of airports it could serve without costly infrastructure upgrades that not all airports were willing to do. As Boeing prepares to introduce the 777X, many aviation enthusiasts have asked whether history could repeat itself here. After all, the new aircraft has an even greater wingspan than today's Boeing 777 family and technically falls into the same ICAO airport category as the A380 when its wings are fully extended.

The Daily Touch & Go

The day's best aviation news in your inbox. Free, no spam.