kernel tried to execute NX-protected page - exploit attempt? (uid: 1000) #57327

Closed
opened 2018-10-20 22:52:54 +02:00 by vtx · 7 comments

System Information
Arch Linux Linux 4.18.14-arch1-1-ARCH, nVidia 760 GTX with nvidia-390xx drivers

Blender Version
Broken: 2.79b

Blender 2.79 (sub 0)
build date: 2018-10-07
build time: 23:37:57
build commit date: 2018-05-26
build commit time: 21:51
build hash: 32432d91bbe
build platform: Linux
build type: Release
build c flags: -Wall -Wcast-align -Werror=implicit-function-declaration -Werror=return-type -Werror=vla -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts -Wno-unknown-pragmas -Wpointer-arith -Wunused-parameter -Wwrite-strings -Wlogical-op -Wundef -Winit-self -Wnonnull -Wmissing-include-dirs -Wno-div-by-zero -Wtype-limits -Wformat-signedness -Wuninitialized -Wredundant-decls -Wshadow -Wno-error=unused-but-set-variable -Wimplicit-fallthrough=5 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -fuse-ld=gold -fopenmp -std=gnu11 -msse -pipe -fPIC -funsigned-char -fno-strict-aliasing -msse2
build c++ flags: -Wredundant-decls -Wall -Wno-invalid-offsetof -Wno-sign-compare -Wlogical-op -Winit-self -Wmissing-include-dirs -Wno-div-by-zero -Wtype-limits -Werror=return-type -Werror=implicit-function-declaration -Wno-char-subscripts -Wno-unknown-pragmas -Wpointer-arith -Wunused-parameter -Wwrite-strings -Wundef -Wformat-signedness -Wuninitialized -Wundef -Wmissing-declarations -Wimplicit-fallthrough=5 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -fuse-ld=gold -fopenmp -std=c++11 -msse -pipe -fPIC -funsigned-char -fno-strict-aliasing -msse2
build link flags: -Wl,--version-script='/build/blender/src/blender-2.79.b.git3.32432d91/source/creator/blender.map'
build system: CMake

Short description of error
Blender seems to cause a Kernel panic:
Oct 20 21:09:48 hostname kernel: kernel tried to execute NX-protected page - exploit attempt? (uid: 1000)
Oct 20 21:09:48 hostname kernel: BUG: unable to handle kernel paging request at ffff9173da102d78
Oct 20 21:09:48 hostname kernel: PGD 2e80e5067 P4D 2e80e5067 PUD 2e80e9067 PMD 81a1a7063 PTE 800000081a102063
Oct 20 21:09:48 hostname kernel: Oops: 0011 [#1] PREEMPT SMP PTI
Oct 20 21:09:48 hostname kernel: CPU: 3 PID: 6870 Comm: blender Tainted: P W IOE 4.18.14-arch1-1-ARCH #1
Oct 20 21:09:48 hostname kernel: Hardware name: Gigabyte Technology Co., Ltd. Z87-D3HP/Z87-D3HP-CF, BIOS F6 01/20/2014
Oct 20 21:09:48 hostname kernel: RIP: 0010:0xffff9173da102d78

Exact steps for others to reproduce the error
The kernel panic happened as I was projecting vertices from one mesh, onto the vertices of a high res mesh, as part of my retopology efforts. I have the following modifiers applied to the mesh I am projecting onto the high res mesh:

Subsurf
Shrinkwrap
Mirror

**System Information** Arch Linux Linux 4.18.14-arch1-1-ARCH, nVidia 760 GTX with nvidia-390xx drivers **Blender Version** Broken: 2.79b Blender 2.79 (sub 0) build date: 2018-10-07 build time: 23:37:57 build commit date: 2018-05-26 build commit time: 21:51 build hash: 32432d91bbe build platform: Linux build type: Release build c flags: -Wall -Wcast-align -Werror=implicit-function-declaration -Werror=return-type -Werror=vla -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts -Wno-unknown-pragmas -Wpointer-arith -Wunused-parameter -Wwrite-strings -Wlogical-op -Wundef -Winit-self -Wnonnull -Wmissing-include-dirs -Wno-div-by-zero -Wtype-limits -Wformat-signedness -Wuninitialized -Wredundant-decls -Wshadow -Wno-error=unused-but-set-variable -Wimplicit-fallthrough=5 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -fuse-ld=gold -fopenmp -std=gnu11 -msse -pipe -fPIC -funsigned-char -fno-strict-aliasing -msse2 build c++ flags: -Wredundant-decls -Wall -Wno-invalid-offsetof -Wno-sign-compare -Wlogical-op -Winit-self -Wmissing-include-dirs -Wno-div-by-zero -Wtype-limits -Werror=return-type -Werror=implicit-function-declaration -Wno-char-subscripts -Wno-unknown-pragmas -Wpointer-arith -Wunused-parameter -Wwrite-strings -Wundef -Wformat-signedness -Wuninitialized -Wundef -Wmissing-declarations -Wimplicit-fallthrough=5 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -fuse-ld=gold -fopenmp -std=c++11 -msse -pipe -fPIC -funsigned-char -fno-strict-aliasing -msse2 build link flags: -Wl,--version-script='/build/blender/src/blender-2.79.b.git3.32432d91/source/creator/blender.map' build system: CMake **Short description of error** Blender seems to cause a Kernel panic: Oct 20 21:09:48 hostname kernel: kernel tried to execute NX-protected page - exploit attempt? (uid: 1000) Oct 20 21:09:48 hostname kernel: BUG: unable to handle kernel paging request at ffff9173da102d78 Oct 20 21:09:48 hostname kernel: PGD 2e80e5067 P4D 2e80e5067 PUD 2e80e9067 PMD 81a1a7063 PTE 800000081a102063 Oct 20 21:09:48 hostname kernel: Oops: 0011 [#1] PREEMPT SMP PTI Oct 20 21:09:48 hostname kernel: CPU: 3 PID: 6870 Comm: blender Tainted: P W IOE 4.18.14-arch1-1-ARCH #1 Oct 20 21:09:48 hostname kernel: Hardware name: Gigabyte Technology Co., Ltd. Z87-D3HP/Z87-D3HP-CF, BIOS F6 01/20/2014 Oct 20 21:09:48 hostname kernel: RIP: 0010:0xffff9173da102d78 **Exact steps for others to reproduce the error** The kernel panic happened as I was projecting vertices from one mesh, onto the vertices of a high res mesh, as part of my retopology efforts. I have the following modifiers applied to the mesh I am projecting onto the high res mesh: Subsurf Shrinkwrap Mirror
Author

Added subscriber: @FPGEngine

Added subscriber: @FPGEngine
Author
http://pasteall.org/blend/index.php?id=50535

Added subscriber: @ZedDB

Added subscriber: @ZedDB

I can't reproduce this on my end. Does it still happen with the blender 2.79 build from here https://builder.blender.org/download/ ?

I can't reproduce this on my end. Does it still happen with the blender 2.79 build from here https://builder.blender.org/download/ ?

Added subscriber: @brecht

Added subscriber: @brecht

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Brecht Van Lommel self-assigned this 2019-03-01 05:34:24 +01:00

Following bug tracker policy, closing report after 7 days due to insufficient information to investigate further. We can reopen the report if more information is provided.

Following bug tracker policy, closing report after 7 days due to insufficient information to investigate further. We can reopen the report if more information is provided.
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
3 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#57327
No description provided.