Papers › Adversarial Observations in Weather Forecasting

Adversarial Observations in Weather Forecasting

22 Apr 2025arXiv:2504.15942archive 2025-07-28

Erik Imgrund, Thorsten Eisenhofer, Konrad Rieck

AI-based systems, such as Google's GenCast, have recently redefined the state of the art in weather forecasting, offering more accurate and timely predictions of both everyday weather and extreme events. While these systems are on the verge of replacing traditional meteorological methods, they also introduce new vulnerabilities into the forecasting process. In this paper, we investigate this threat and present a novel attack on autoregressive diffusion models, such as those used in GenCast, capable of manipulating weather forecasts and fabricating extreme events, including hurricanes, heat waves, and intense rainfall. The attack introduces subtle perturbations into weather observations that are statistically indistinguishable from natural noise and change less than 0.1% of the measurements - comparable to tampering with data from a single meteorological satellite. As modern forecasting integrates data from nearly a hundred satellites and many other sources operated by different countries, our findings highlight a critical security risk with the potential to cause large-scale disruptions and undermine public trust in weather prediction.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2504.15942")

Code

Syntology Ran 16 of 19 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 16 ran with no contract checked.

By repository: official repository: 19 samples from 1 repository, 16 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

mlsec-group/adversarial-observations officialmentioned in papermentioned on GitHubjaxApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

19 samples harvested; 16 ran; 0 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

16ran
3unverified

Licence: 0 of the 19 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from mlsec-group/adversarial-observations. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

filter_boundaries mlsec-group/adversarial-observations/src/case_study_heat.py official repository ran Apache-2.0 (permissive) · 4cc47f7ac849edf6 · report
filter_boundaries mlsec-group/adversarial-observations/src/case_study_rain.py official repository ran Apache-2.0 (permissive) · 7a4d42fbf97494e7 · report
generate_arrows mlsec-group/adversarial-observations/src/case_study_wind.py official repository ran Apache-2.0 (permissive) · 85435776c18edbf9 · report
get_day_progress mlsec-group/adversarial-observations/src/graphcast/data_utils.py official repository ran fingerprinted Apache-2.0 (permissive) · 87c077e386d5bc14 · report
get_year_progress mlsec-group/adversarial-observations/src/graphcast/data_utils.py official repository ran fingerprinted Apache-2.0 (permissive) · b5873791a50ceac1 · report
load_ablation_data mlsec-group/adversarial-observations/src/generate_report.py official repository ran fingerprinted Apache-2.0 (permissive) · 4add98e004001140 · report
load_original_data mlsec-group/adversarial-observations/src/generate_report.py official repository ran fingerprinted Apache-2.0 (permissive) · 7f9c7e3200f28510 · report
mollweide_to_lat_lon mlsec-group/adversarial-observations/src/generate_weather_targets.py official repository ran fingerprinted Apache-2.0 (permissive) · 4f7ead71448dfa1e · report
select_precipitation mlsec-group/adversarial-observations/src/evaluate.py official repository ran Apache-2.0 (permissive) · 9e8afd8a3be2fc40 · report
select_temperature mlsec-group/adversarial-observations/src/evaluate.py official repository ran Apache-2.0 (permissive) · 5f19780cb60bcce0 · report
select_wind_speed mlsec-group/adversarial-observations/src/evaluate.py official repository ran Apache-2.0 (permissive) · 4019ba2255cc23f9 · report
smooth mlsec-group/adversarial-observations/src/case_study_heat.py official repository ran Apache-2.0 (permissive) · fc190c4b4787b426 · report
smooth mlsec-group/adversarial-observations/src/case_study_wind.py official repository ran Apache-2.0 (permissive) · 5b311a8c66c662aa · report
to_svg_path mlsec-group/adversarial-observations/src/case_study_heat.py official repository ran Apache-2.0 (permissive) · e1e3d440dce57495 · report
to_svg_path mlsec-group/adversarial-observations/src/case_study_wind.py official repository ran Apache-2.0 (permissive) · 4e35d01ab316d5c4 · report
tree_map_cast mlsec-group/adversarial-observations/src/graphcast/casting.py official repository ran Apache-2.0 (permissive) · f023499579335842 · report
infer_floating_dtype mlsec-group/adversarial-observations/src/graphcast/casting.py official repository unverified Apache-2.0 (permissive) · bbfbc7f27f0dbf04 · report
load mlsec-group/adversarial-observations/src/graphcast/checkpoint.py official repository unverified Apache-2.0 (permissive) · 3142cf9dc1ad062e · report
match_ablation_and_original mlsec-group/adversarial-observations/src/generate_report.py official repository unverified Apache-2.0 (permissive) · dbdbe2a954f1104a · report

Tasks

Weather Forecasting

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Diffusion

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections