PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-11502 JeecgBoot CVE debrief

A weakness has been identified in JeecgBoot up to 3.9.2. The impacted function is HttpServletResponse.sendRedirect in the file jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/system/controller/ThirdLoginController.java of the component Third-Party Login. This manipulation of the argument state causes an open redirect. The attack can be initiated remotely, but a high degree of complexity is needed for the attack. The exploitability is considered difficult.

Vendor
JeecgBoot
Product
JeecgBoot
CVSS
LOW 1.3
CISA KEV
Not listed in stored evidence
Original CVE published
2026-06-08
Original CVE updated
2026-06-08
Advisory published
2026-06-08
Advisory updated
2026-06-08

Who should care

Users of JeecgBoot up to 3.9.2, especially those with Third-Party Login enabled.

Technical summary

The vulnerability is caused by improper handling of the state argument in the ThirdLoginController.java file, leading to an open redirect. The CVSS vector is CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X.

Defensive priority

Low

Recommended defensive actions

  • Update JeecgBoot to a version beyond 3.9.2.
  • Disable Third-Party Login if not in use.
  • Implement additional security measures to prevent social engineering attacks.

Evidence notes

The project replied: 'After evaluation, this vulnerability has low exploitability in real-world scenarios: 1) Exploiting this vulnerability requires attackers to use social engineering techniques to induce victims to actively click on an OAuth login link constructed by the attacker; it cannot be triggered passively. 2) Third-party login (DingTalk/WeChat, etc.) is an optional feature and may not be enabled in most projects.'

Official resources

CVE-2026-11502 was published on 2026-06-08T10:16:32.770Z and modified on 2026-06-08T14:57:14.757Z.