Programmatically creating a link involving a blank group input/output socket causes a UAF #89436

Open
opened 2021-06-25 19:32:51 +02:00 by Fen · 5 comments

System Information
Operating system: Windows-10-10.0.19041-SP0 64 Bits
Graphics card: GeForce GTX 1080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 446.14

Blender Version
Broken: version: 3.0.0 Alpha, branch: master, commit date: 2021-06-25 16:47, hash: 23042a3fb1
Also occurs in the 2.93.1 debug build

Short description of error
Group Input and Group Output nodes have blank sockets that can be used to automatically create a new group input or group output by plugging them into something. Trying to do this via NodeTree.links.new() causes a use-after-free in a debug build.

Exact steps for others to reproduce the error

  1. Open the attached file
  2. Run the script
  3. AddressSanitizer causes a crash

group-socket-uaf.blend

AddressSanitizer output: P2214

Everything works as expected in a release build: a new group input or group output is correctly created.

This also happens if you try to directly create an output or input on the Group Input / Group Output sockets, but it happens in a different place: P2215 . I can spin that out into a separate task if needed.

Creating inputs or outputs on the node group (which I'm pretty sure is what you're supposed to be doing) works fine.

**System Information** Operating system: Windows-10-10.0.19041-SP0 64 Bits Graphics card: GeForce GTX 1080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 446.14 **Blender Version** Broken: version: 3.0.0 Alpha, branch: master, commit date: 2021-06-25 16:47, hash: `23042a3fb1` Also occurs in the 2.93.1 debug build **Short description of error** Group Input and Group Output nodes have blank sockets that can be used to automatically create a new group input or group output by plugging them into something. Trying to do this via `NodeTree.links.new()` causes a use-after-free in a debug build. **Exact steps for others to reproduce the error** 1. Open the attached file 2. Run the script 3. AddressSanitizer causes a crash [group-socket-uaf.blend](https://archive.blender.org/developer/F10202379/group-socket-uaf.blend) AddressSanitizer output: [P2214](https://archive.blender.org/developer/P2214.txt) Everything works as expected in a release build: a new group input or group output is correctly created. This also happens if you try to directly create an output or input on the Group Input / Group Output sockets, but it happens in a different place: [P2215](https://archive.blender.org/developer/P2215.txt) . I can spin that out into a separate task if needed. Creating inputs or outputs on the *node group* (which I'm pretty sure is what you're supposed to be doing) works fine.
Author

Added subscriber: @chemicalcrux

Added subscriber: @chemicalcrux
Member

Changed status from 'Needs Triage' to: 'Confirmed'

Changed status from 'Needs Triage' to: 'Confirmed'
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Philipp Oeser self-assigned this 2021-06-29 13:35:09 +02:00
Member

Note 513066e8ad is related.

Since above commit, node_group_output_update can remove the link and make a new one, so relying on a valid link in rna_NodeTree_link_new does not work.
Could be a simple fix, will check.

Note 513066e8ad is related. Since above commit, `node_group_output_update` can remove the link and make a new one, so relying on a valid link in `rna_NodeTree_link_new` does not work. Could be a simple fix, will check.
Philipp Oeser removed their assignment 2021-07-15 13:08:29 +02:00
Member

Since D11737 might be a bit of a dead end (there is an additional issue in the patch that I have not been able to solve), will step down to not block others...

Since [D11737](https://archive.blender.org/developer/D11737) might be a bit of a dead end (there is an additional issue in the patch that I have not been able to solve), will step down to not block others...
Philipp Oeser removed the
Interest
Nodes & Physics
label 2023-02-10 08:44:46 +01:00
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#89436
No description provided.