Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 1.38 KB

ibos oa sql.md

File metadata and controls

32 lines (16 loc) · 1.38 KB

ibos OA v4.5.5 SQL Injection vulnerability

Project download address:https://gitee.com/ibos/IBOS

There is a vulnerability route:file/personal/del&op=recycle

Vulnerability parameters exist:filds

1.Function point: file cabinet delete folder

WPS图片(1)

WPS图片(2)

WPS图片(3)

  1. Source code analysis

Receive the fids parameter and process the incoming fids through the fetchAllByFids() method under the model

WPS图片(4)

The SQL statement is encapsulated in the fetchAllByFids() method, and queryAll() executes the SQL statement to cause the SQL injection

WPS图片(5)

WPS图片(6)

This will call the YII framework with an error.

WPS图片(7)