Status
SteamPeaks
ChartsSalesUpcomingPatchesNewsCalculator
New on SteamEvery app, DLC and depot the minute Steam creates itAppsEvery app on Steam, newest change firstPackagesSubs and bundles, and what each containsDepotsDepots, manifests and install sizesTagsSteam's user tags and the games under themDevelopers & publishersCompanies and their cataloguesTechnologiesEngines, SDKs and anti-cheat found in the filesChange historyEvery PICS changelist as it lands
SignalsNineteen readings of the whole catalogueCompareAny games side by sideRecordsAll-time peaks and the days they were setReportsWeekly and monthly write-upsAlerts & newsroomWatch a game, get told when it movesSteam statusIs Steam up, right nowWeb API explorerTry the endpoints in the browser
NewsSteam's own announcements and the sales calendarCalculatorWhat a Steam account is worth, and its pile of shame
/
Sign in
/
SteamPeaks
The ultimate resource for Steam data.
ExploreChartsSalesSales and festsUpcomingPatchesNewsRecordsTrendingSignals
DatabaseAppsPackagesDepotsTagsDevelopersTechnologiesChange history
ToolsCalculatorCompareSearchAlertsSteam statusAPI
SiteMethodologyFAQDiscordSupportSign in via Steam
Not affiliated with Valve or Steam. Game names and artwork belong to their owners. All times UTC.
PrivacyCookiesFair useStatus
UnturnedNews3.26.3.5 Patch Notes
Game update

3.26.3.5 Patch Notes

Unturned · published 30 Jul 2026, 16:07 UTC · build 24480037

All newsPlayers around this dateRead on Steam

Yesterday evening we received report of a remote code execution (RCE) exploit in a malicious server's workshop mod. As a precaution, we temporarily disabled all Internet server listings while we prepared and released this patch. At this time, we believe the impact was limited to a single small server.

Our sincere thanks to celeb for reporting the exploit, to Jdance for creating a proof-of-concept test case (initially reported through the community Discord), and to Daniel Willett for running a scan of the past month of workshop uploads to check whether this exploit had been used anywhere else (fortunately, it was not)!

Fixed

  • Prevent loading components with UnityEvents connected to static methods. These could be exploited to call restricted methods such as Application.OpenURL. (By default, the game filters third-party URLs.)

Edit: another patch, 3.26.3.6, has been released to fix an error when a component is missing its script during event validation, and to ignore events that haven't been configured.

Missing Content

Mods with "missing Item GameObject" (or similar) errors unfortunately require an update from the mod creator. Until then, certain custom items and objects may be missing from levels and servers.

In the cases we've reviewed, the issue was event-related components referencing a missing target object. For example, an event might be configured to trigger a particle system, but if the particle system was later removed without updating the event, the event is left pointing to an object that no longer exists.

Unfortunately, code-wise this is indistinguishable from an attempt to exploit the vulnerability, so it must be blocked.

For modders: we recommend checking the error log file. Above the missing GameObject warning should be a message with the precise component and event causing the issue.

More from Unturned

Other announcements

All news
Game update3 Sep 20263.26.3.11 Patch NotesThis security patch addresses a reported exploit. We have banned a Workshop file containing the exploit which had 1 active subscriber. We are not aware of any confirmed cases of players being affected by this file. (Thanks Jackzebra!) As a reminder, please use caution when accepting unexpected server invites or joining servers from people you do not trust. We have recently seen an increase in r…Game update28 Aug 20263.26.3.9 Patch NotesThis security patch addresses a reported exploit that could affect players with the Steam Overlay disabled. As far as we're aware, the exploit has not been used in the wild. We apologize for any inconvenience caused by the timing of the update releasing shortly before the weekend. (Thanks Jackzebra!) Edit for v3.26.3.10: shortly afterward, we have released an additional patch to fix another rep…Game update3 Aug 20263.26.3.7 Patch NotesFixed · Took a less extreme approach to blocking the exploit fixed in 3.26.3.5, restoring most content. (Thanks Jdance!) · Boombox links opening original URL, not parsed URL. (Thanks PomPomSaturin!) · Async-loaded lightning and custom weather prefabs not running static unity event check. (Thanks SomeAussieGamer!) · Inconsistent ordering exception if server prefab had multiple components of cert…