Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2021-34045 — Novel-plus-install-v3.5.3-Druid Unauthorized access | Kitploit
Tools/GitHubGitHub/al1ex/cve-2021-34045
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringMisconfiguration
GitHubal1ex/cve-2021-34045

CVE-2021-34045

Novel-plus-install-v3.5.3-Druid Unauthorized access

View Repository
3125 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Information

Exploit Title:Novel-plus-install-v3.5.3-Druid Unauthorized access

Exploit date:01.06.2021

Exploit Author:Al1ex@Heptagram

Vendor Homepage:https://github.com/201206030/novel-plus

Affect Version:novel-plus-install-v3.5.3

Description:Novell plus system carries Druid component, and the permission check is verified by Shiro. However, Shiro has wrong configuration when checking permission, which leads to unauthorized access of Druid in Novell plus. Attackers can use this vulnerability to obtain sensitive information, such as database link address, database user name, valid session information, etc.

How to Exploit

Step 1:After setting up the Novell plus environment, visit the following connections

http://192.168.174.1:8088/druid/index.html image image image image

Code Analysis

https://github.com/201206030/novel-plus/blob/develop_xxy/novel-admin/src/main/java/com/java2nb/common/config/ShiroConfig.java#L78

Download Tool

Anon here means to allow any user to access, while authc needs to check the permissions. You can see that Druid has unauthorized access. image

Suggestion

Change anon to authc for permission checking