Amtrak A.I CyberSecurity Scoring
17/04/2026
Access Monitoring Plan
Access Monitoring Plan
Amtrak has 20.0% fewer incidents than the average of same-industry companies with at least one recorded incident.
Amtrak has 5.66% fewer incidents than the average of all companies with at least one recorded incident.
Amtrak reported 1 incidents this year: 0 cyber attacks, 0 ransomware, 0 vulnerabilities, 1 data breaches, compared to industry peers with at least 1 incident.
Rail Transportation
Hitachi Rail is committed to driving a sustainable mobility transition and helping every passenger, customer and community enjoy more connected, seamless and sustainable transport. Hitachi Rail is a trusted partner to operators around the world with expertise across every part of the rail ecosystems – from manufacture and maintenance of rolling stock to digital signalling and smart operational systems. In FY23, the company had revenues of €7bn with 24,000 employees across over 50 countries, and it invests in its diverse and talented teams. Drawing on the wider Hitachi group companies, Hitachi Rail furthers the development of digital innovation and new technologies to help pioneer resilient and sustainable solutions.
One of America's most recognized companies, Union Pacific Railroad connects 23 states in the western two-thirds of the country by rail, providing a critical link in the global supply chain. The railroad's diversified business mix includes Agricultural Products, Automotive, Chemicals, Coal, Industrial Products and Intermodal. Union Pacific serves many of the fastest-growing U.S. population centers, operates from all major West Coast and Gulf Coast ports to eastern gateways, connects with Canada's rail systems and is the only railroad serving all six major Mexico gateways. Union Pacific provides value to its roughly 10,000 customers by delivering products in a safe, reliable, fuel-efficient and environmentally responsible manner.
CN is a North American transportation and logistics leader focused on supply chain innovation and collaboration. We offer integrated shipping solutions, including rail, intermodal, trucking, freight forwarding, warehousing and distribution. We are an engaged corporate citizen, committed to the safety of our employees, customers and the public. CN is invested in building shareholder value and stronger communities, focused on environmental stewardship and developing an exceptional environment in the workplace. CN has the expertise, the network reach and the capacity to move your goods to a global marketplace in a safe, timely and cost effective manner. Welcome to CN, North America's Railroad.
Trenitalia, the Ferrovie dello Stato Group's company for the transportation of passengers and the provision of logistics services for goods, is one of Europe’s largest rail operators. Trenitalia's mission is to provide services, in a domestic and European context, able to satisfy demand for the mobility of travellers and the transportation of goods.
CSX is a company on the move. As the nation’s best run railroad, we’re redefining freight rail with a progressive vision and real results – setting new industry performance standards and building a force of highly skilled professionals who are energized to help us move the economy safely, efficiently and reliably. Headquartered in Jacksonville, Fla., the CSX transportation network extends about 21,000 route miles, connecting customers to major ports, distribution centers, and every major metropolitan area in the eastern United States. When customers need comprehensive rail solutions, CSX is powered to perform.
We’re at the heart of revitalising Britain’s railway, getting people and goods where they need to be and supporting the economy. Investment and modernisation are essential. So we’re building the railway of the future, running a safe, reliable and efficient railway, and serving customers and communities. Our vision is Putting Passengers First – becoming a company that’s on the side of passengers and freight users. Find out more here - https://www.networkrail.co.uk/who-we-are/?utm_source=linkedin&utm_medium=social&utm_campaign=social-profiles Naturally, we’re constantly seeking new talent to help us achieve our ambitious goals. Views expressed by those identifying themselves as Network Rail employees do not necessarily reflect those of the organisation.
We are Deutsche Bahn. Millions of passengers travel with us every day, and we transport enormous volumes of goods – across Germany and throughout neighboring European countries. DB is one of Germany’s most diverse employers. With more than 230,000 employees in 20 countries, Deutsche Bahn is one of the world’s largest providers of mobility and logistics services. Together with our employees, we develop innovative projects to efficiently steward infrastructure and modes of transport for people and goods by rail and road. Deutsche Bahn is undergoing a comprehensive modernization and transformation programme. The goal of the “Newstart DB” initiative is a significantly more efficient and more customer-focused company, where decisions are made close to the business and to our customers. More information about Deutsche Bahn: www.deutschebahn.com More information about Deutsche Bahn as an employer: www.db.jobs Legal notice & data protection: deutschebahn.com/rechtliches Netiquette: https://db.jobs/netiquette
Latest updates, reports, and threat intel affecting the global network.
A man is dead after being struck by an Amtrak train along the Mississippi Gulf Coast.
WASHINGTON, D.C. – Representatives Tom Kean, Jr. (NJ-07), Nicole Malliotakis (NY-11), and Brian Fitzpatrick (PA-01) have sent a letter to...
Amtrak, the national rail service for the US, has suffered a data breach that may have exposed some customers' logins and other personally identifiable...
It only takes recycled cans, copper, and cheap gadgets off the Web to trick a train conductor into doing something dangerous.
The massive Amazon Web Services (AWS) outage that has disrupted online activity around the world is also impacting Amtrak customers' ability...
Shalonda Spencer has advanced into a new role as Senior Cyber Compliance Analyst at Amtrak, marking another step forward in her growing...
On several rides between New York and DC, the Wi-Fi on Amtrak's newest trains handled simultaneous YouTube, Netflix, and Spotify streams...
Andy Byford, Amtrak Senior Vice President and Senior Board of Directors Advisor, Penn Station New York, is a featured speaker at Next-Gen...
Explore how railway systems cybersecurity defends critical infrastructure from hacks, AI-driven threats, and rising geopolitical...
Craft CMS is a content management system (CMS). In versions 5.0.0-RC1 through 5.9.22 and 4.0.0-RC1 through 4.17.15, an attacker with only a GitHub account can plant a JavaScript payload in a craftcms/cms issue title. When a Craft admin uses the CraftSupport widget’s "Give feedback" screen and types a search term that returns the poisoned issue, the payload executes in the admin’s control panel session. No control panel account or elevated privileges are required on the attacker’s side. This issue has been fixed in versions 4.17.16 and 5.9.23.
Craft CMS is a content management system (CMS). In versions 5.0.0-RC1 through 5.9.21 and 4.0.0-RC1 through 4.17.14, theAssetsController::actionDeleteFolder() only requires the deleteAssets:<volume-uid> permission for the target folder. It never enforces deletePeerAssets:<volume-uid>, even though Assets::deleteFoldersByIds() cascades deletion to every descendant folder and every asset inside, regardless of the uploader's assigned privileges. A low-privilege user who has been granted folder-management rights on a shared volume can therefore destroy assets uploaded by other users (peer assets), bypassing the per-asset peer-permission check that the sibling actionDeleteAsset endpoint correctly applies. This issue has been fixed in versions 4.17.15 and 5.9.22.
Craft CMS is a content management system (CMS). Versions 5.0.0-RC1 through 5.9.20, and 4.0.0-RC1 through 4.17.13 contain an authorization issue in the AssetsController::actionReplaceFile that can delete a source asset without source delete permission by supplying both assetId and sourceAssetId. AssetsController::actionReplaceFile() supports replacing a target asset file using another existing asset as the source. The action loads: assetId -> $assetToReplace and sourceAssetId -> $sourceAsset, then enforces replace permissions using ($assetToReplace ?: $sourceAsset). When both IDs are provided, this expression resolves to the target asset so no permission check is performed against the source asset volume. When both assets are present, Craft copies the source file into the target and then deletes the source asset. There is no deletion check for for the source asset. An authenticated user who can replace files in one volume can delete assets in another volume where they do not have delete permission, as long as they can obtain a sourceAssetId, leading to broken content references and data loss. This issue has been fixed in versions 4.17.14 and 5.9.21.
Description: To issue and renew TLS certificates on behalf of customers, Cloudflare's Universal SSL feature automatically manages the CAA RRset for the customer's zone. This auto-managed RRset is permissive by design (e.g. 'issue "letsencrypt.org"' without parameters). On Universal SSL zones, Cloudflare's authoritative DNS serves this auto-managed RRset at query time, superseding any customer-configured CAA records on the zone. When a customer publishes a stricter CAA record using the RFC 8657 accounturi or validationmethods parameters, the Certificate Authority does not observe those parameters when evaluating the served RRset under RFC 8659. As a result, the RFC 8657 account-binding and validation-method-binding protections are not enforced end-to-end on Universal SSL zones. Successful exploitation could result in issuance of a browser-trusted TLS certificate to an attacker, enabling MITM against the affected domain. Exploitation is non-trivial in practice: an attacker would need to hold an ACME account at one of the Certificate Authorities in the served CAA RRset and to simultaneously satisfy domain control validation across the multiple geographically distinct Network Perspectives the CA relies on for Multi-Perspective Issuance Corroboration. Cloudflare prefixes are anycast-announced from hundreds of locations globally, raising the bar against single-vantage-point BGP hijacks. Any resulting misissuance of a browser-trusted certificate is subject to Certificate Transparency logging required by major browsers, and would be visible to CT monitoring. Mitigation: Customers requiring strict RFC 8657 enforcement need to disable Universal SSL on the affected zone. Universal SSL's automatic CAA management and customer-set RFC 8657 accounturi and validationmethods enforcement are mutually exclusive by the nature of the issue, so there is no in-product workaround that preserves both. Certificate Transparency monitoring is recommended for all customers as a general detection control. Credits: David Osipov (ORCID: https://orcid.org/0009-0005-2713-9242), independent researcher
Out of bounds read and write in Tint in Google Chrome prior to 150.0.7871.46 allowed a remote attacker to potentially perform out of bounds memory access via a crafted HTML page. (Chromium security severity: High)
curl -i -X GET 'https://api.rankiteo.com/underwriter-getcompany-history?
linkedin_id=axa' -H 'apikey: YOUR_API_KEY_HERE'
Every week, Rankiteo analyzes billions of signals to give organizations a sharper, faster view of emerging risks. With deeper, more actionable intelligence at their fingertips, security teams can outpace threat actors, respond instantly to Zero-Day attacks, and dramatically shrink their risk exposure window.
Rankiteo is a unified scoring and risk platform that analyzes billions of signals weekly to help organizations gain faster, more actionable insights into emerging threats. Empowering teams to outpace adversaries and reduce exposure.