idx
int64
project
string
commit_id
string
project_url
string
commit_url
string
commit_message
string
target
int64
func
string
func_hash
float64
file_name
string
file_hash
float64
cwe
list
cve
string
cve_desc
string
nvd_url
string
11,308
savannah
c15c42ccd1e2377945fd0414eca1a49294bff454
https://git.savannah.gnu.org/gitweb/?p=gnutls
https://git.savannah.gnu.org/cgit/tar.git/commit/?id=c15c42ccd1e2377945fd0414eca1a49294bff454
None
0
tar_sparse_dump_region (struct tar_sparse_file *file, size_t i) { if (file->optab->dump_region) return file->optab->dump_region (file, i); return false; }
203,685,292,815,110,700,000,000,000,000,000,000,000
None
null
[ "CWE-835" ]
CVE-2018-20482
GNU Tar through 1.30, when --sparse is used, mishandles file shrinkage during read access, which allows local users to cause a denial of service (infinite read loop in sparse_dump_region in sparse.c) by modifying a file that is supposed to be archived by a different user's process (e.g., a system backup running as root...
https://nvd.nist.gov/vuln/detail/CVE-2018-20482
11,309
savannah
c15c42ccd1e2377945fd0414eca1a49294bff454
https://git.savannah.gnu.org/gitweb/?p=gnutls
https://git.savannah.gnu.org/cgit/tar.git/commit/?id=c15c42ccd1e2377945fd0414eca1a49294bff454
None
0
tar_sparse_init (struct tar_sparse_file *file) { memset (file, 0, sizeof *file); if (!sparse_select_optab (file)) return false; if (file->optab->init) return file->optab->init (file); return true; }
46,906,667,836,433,480,000,000,000,000,000,000,000
None
null
[ "CWE-835" ]
CVE-2018-20482
GNU Tar through 1.30, when --sparse is used, mishandles file shrinkage during read access, which allows local users to cause a denial of service (infinite read loop in sparse_dump_region in sparse.c) by modifying a file that is supposed to be archived by a different user's process (e.g., a system backup running as root...
https://nvd.nist.gov/vuln/detail/CVE-2018-20482
11,310
savannah
c15c42ccd1e2377945fd0414eca1a49294bff454
https://git.savannah.gnu.org/gitweb/?p=gnutls
https://git.savannah.gnu.org/cgit/tar.git/commit/?id=c15c42ccd1e2377945fd0414eca1a49294bff454
None
0
tar_sparse_member_p (struct tar_sparse_file *file) { if (file->optab->sparse_member_p) return file->optab->sparse_member_p (file); return false; }
303,666,196,822,997,540,000,000,000,000,000,000,000
None
null
[ "CWE-835" ]
CVE-2018-20482
GNU Tar through 1.30, when --sparse is used, mishandles file shrinkage during read access, which allows local users to cause a denial of service (infinite read loop in sparse_dump_region in sparse.c) by modifying a file that is supposed to be archived by a different user's process (e.g., a system backup running as root...
https://nvd.nist.gov/vuln/detail/CVE-2018-20482
11,311
savannah
c15c42ccd1e2377945fd0414eca1a49294bff454
https://git.savannah.gnu.org/gitweb/?p=gnutls
https://git.savannah.gnu.org/cgit/tar.git/commit/?id=c15c42ccd1e2377945fd0414eca1a49294bff454
None
0
tar_sparse_scan (struct tar_sparse_file *file, enum sparse_scan_state state, void *block) { if (file->optab->scan_block) return file->optab->scan_block (file, state, block); return true; }
266,840,471,335,513,200,000,000,000,000,000,000,000
None
null
[ "CWE-835" ]
CVE-2018-20482
GNU Tar through 1.30, when --sparse is used, mishandles file shrinkage during read access, which allows local users to cause a denial of service (infinite read loop in sparse_dump_region in sparse.c) by modifying a file that is supposed to be archived by a different user's process (e.g., a system backup running as root...
https://nvd.nist.gov/vuln/detail/CVE-2018-20482
11,312
savannah
c15c42ccd1e2377945fd0414eca1a49294bff454
https://git.savannah.gnu.org/gitweb/?p=gnutls
https://git.savannah.gnu.org/cgit/tar.git/commit/?id=c15c42ccd1e2377945fd0414eca1a49294bff454
None
0
zero_block_p (char const *buffer, size_t size) { while (size--) if (*buffer++) return false; return true; }
129,221,908,368,714,900,000,000,000,000,000,000,000
None
null
[ "CWE-835" ]
CVE-2018-20482
GNU Tar through 1.30, when --sparse is used, mishandles file shrinkage during read access, which allows local users to cause a denial of service (infinite read loop in sparse_dump_region in sparse.c) by modifying a file that is supposed to be archived by a different user's process (e.g., a system backup running as root...
https://nvd.nist.gov/vuln/detail/CVE-2018-20482
11,320
samba
70aeb5fddd1b2f8e143276f8d5a085db16c593b9
https://github.com/samba-team/samba
https://git.samba.org/?p=rsync.git;a=commit;h=70aeb5fddd1b2f8e143276f8d5a085db16c593b9
None
0
static const char *default_charset(void) { # if defined HAVE_LIBCHARSET_H && defined HAVE_LOCALE_CHARSET return locale_charset(); # elif defined HAVE_LANGINFO_H && defined HAVE_NL_LANGINFO return nl_langinfo(CODESET); # else return ""; /* Works with (at the very least) gnu iconv... */ # endif }
282,005,334,883,347,660,000,000,000,000,000,000,000
rsync.c
268,090,318,301,389,300,000,000,000,000,000,000,000
[]
CVE-2017-17434
The daemon in rsync 3.1.2, and 3.1.3-development before 2017-12-03, does not check for fnamecmp filenames in the daemon_filter_list data structure (in the recv_files function in receiver.c) and also does not apply the sanitize_paths protection mechanism to pathnames found in "xname follows" strings (in the read_ndx_and...
https://nvd.nist.gov/vuln/detail/CVE-2017-17434
11,321
samba
70aeb5fddd1b2f8e143276f8d5a085db16c593b9
https://github.com/samba-team/samba
https://git.samba.org/?p=rsync.git;a=commit;h=70aeb5fddd1b2f8e143276f8d5a085db16c593b9
None
0
mode_t dest_mode(mode_t flist_mode, mode_t stat_mode, int dflt_perms, int exists) { int new_mode; /* If the file already exists, we'll return the local permissions, * possibly tweaked by the --executability option. */ if (exists) { new_mode = (flist_mode & ~CHMOD_BITS) | (stat_mode & CHMOD_BITS); if (preser...
333,296,055,602,515,240,000,000,000,000,000,000,000
rsync.c
268,090,318,301,389,300,000,000,000,000,000,000,000
[]
CVE-2017-17434
The daemon in rsync 3.1.2, and 3.1.3-development before 2017-12-03, does not check for fnamecmp filenames in the daemon_filter_list data structure (in the recv_files function in receiver.c) and also does not apply the sanitize_paths protection mechanism to pathnames found in "xname follows" strings (in the read_ndx_and...
https://nvd.nist.gov/vuln/detail/CVE-2017-17434
11,322
samba
70aeb5fddd1b2f8e143276f8d5a085db16c593b9
https://github.com/samba-team/samba
https://git.samba.org/?p=rsync.git;a=commit;h=70aeb5fddd1b2f8e143276f8d5a085db16c593b9
None
0
struct file_list *flist_for_ndx(int ndx, const char *fatal_error_loc) { struct file_list *flist = cur_flist; if (!flist && !(flist = first_flist)) goto not_found; while (ndx < flist->ndx_start-1) { if (flist == first_flist) goto not_found; flist = flist->prev; } while (ndx >= flist->ndx_start + flist->u...
265,974,073,934,216,530,000,000,000,000,000,000,000
rsync.c
268,090,318,301,389,300,000,000,000,000,000,000,000
[]
CVE-2017-17434
The daemon in rsync 3.1.2, and 3.1.3-development before 2017-12-03, does not check for fnamecmp filenames in the daemon_filter_list data structure (in the recv_files function in receiver.c) and also does not apply the sanitize_paths protection mechanism to pathnames found in "xname follows" strings (in the read_ndx_and...
https://nvd.nist.gov/vuln/detail/CVE-2017-17434
11,323
samba
70aeb5fddd1b2f8e143276f8d5a085db16c593b9
https://github.com/samba-team/samba
https://git.samba.org/?p=rsync.git;a=commit;h=70aeb5fddd1b2f8e143276f8d5a085db16c593b9
None
0
void free_sums(struct sum_struct *s) { if (s->sums) free(s->sums); free(s); }
177,654,060,566,778,930,000,000,000,000,000,000,000
rsync.c
268,090,318,301,389,300,000,000,000,000,000,000,000
[]
CVE-2017-17434
The daemon in rsync 3.1.2, and 3.1.3-development before 2017-12-03, does not check for fnamecmp filenames in the daemon_filter_list data structure (in the recv_files function in receiver.c) and also does not apply the sanitize_paths protection mechanism to pathnames found in "xname follows" strings (in the read_ndx_and...
https://nvd.nist.gov/vuln/detail/CVE-2017-17434
11,324
samba
70aeb5fddd1b2f8e143276f8d5a085db16c593b9
https://github.com/samba-team/samba
https://git.samba.org/?p=rsync.git;a=commit;h=70aeb5fddd1b2f8e143276f8d5a085db16c593b9
None
0
int iconvbufs(iconv_t ic, xbuf *in, xbuf *out, int flags) { ICONV_CONST char *ibuf; size_t icnt, ocnt, opos; char *obuf; if (!out->size && flags & ICB_EXPAND_OUT) { size_t siz = ROUND_UP_1024(in->len * 2); alloc_xbuf(out, siz); } else if (out->len+1 >= out->size) { /* There is no room to even start storing ...
222,076,732,695,079,720,000,000,000,000,000,000,000
rsync.c
268,090,318,301,389,300,000,000,000,000,000,000,000
[]
CVE-2017-17434
The daemon in rsync 3.1.2, and 3.1.3-development before 2017-12-03, does not check for fnamecmp filenames in the daemon_filter_list data structure (in the recv_files function in receiver.c) and also does not apply the sanitize_paths protection mechanism to pathnames found in "xname follows" strings (in the read_ndx_and...
https://nvd.nist.gov/vuln/detail/CVE-2017-17434
11,325
samba
70aeb5fddd1b2f8e143276f8d5a085db16c593b9
https://github.com/samba-team/samba
https://git.samba.org/?p=rsync.git;a=commit;h=70aeb5fddd1b2f8e143276f8d5a085db16c593b9
None
0
void send_protected_args(int fd, char *args[]) { int i; #ifdef ICONV_OPTION int convert = ic_send != (iconv_t)-1; xbuf outbuf, inbuf; if (convert) alloc_xbuf(&outbuf, 1024); #endif for (i = 0; args[i]; i++) {} /* find first NULL */ args[i] = "rsync"; /* set a new arg0 */ if (DEBUG_GTE(CMD, 1)) print_child_...
175,982,612,026,745,500,000,000,000,000,000,000,000
rsync.c
268,090,318,301,389,300,000,000,000,000,000,000,000
[]
CVE-2017-17434
The daemon in rsync 3.1.2, and 3.1.3-development before 2017-12-03, does not check for fnamecmp filenames in the daemon_filter_list data structure (in the recv_files function in receiver.c) and also does not apply the sanitize_paths protection mechanism to pathnames found in "xname follows" strings (in the read_ndx_and...
https://nvd.nist.gov/vuln/detail/CVE-2017-17434
11,326
samba
70aeb5fddd1b2f8e143276f8d5a085db16c593b9
https://github.com/samba-team/samba
https://git.samba.org/?p=rsync.git;a=commit;h=70aeb5fddd1b2f8e143276f8d5a085db16c593b9
None
0
void setup_iconv(void) { const char *defset = default_charset(); # ifdef ICONV_OPTION const char *charset; char *cp; # endif if (!am_server && !allow_8bit_chars) { /* It's OK if this fails... */ ic_chck = iconv_open(defset, defset); if (DEBUG_GTE(ICONV, 2)) { if (ic_chck == (iconv_t)-1) { rprintf(FIN...
3,589,006,063,570,101,000,000,000,000,000,000,000
rsync.c
268,090,318,301,389,300,000,000,000,000,000,000,000
[]
CVE-2017-17434
The daemon in rsync 3.1.2, and 3.1.3-development before 2017-12-03, does not check for fnamecmp filenames in the daemon_filter_list data structure (in the recv_files function in receiver.c) and also does not apply the sanitize_paths protection mechanism to pathnames found in "xname follows" strings (in the read_ndx_and...
https://nvd.nist.gov/vuln/detail/CVE-2017-17434
11,327
samba
70aeb5fddd1b2f8e143276f8d5a085db16c593b9
https://github.com/samba-team/samba
https://git.samba.org/?p=rsync.git;a=commit;h=70aeb5fddd1b2f8e143276f8d5a085db16c593b9
None
0
void sig_int(int sig_num) { /* KLUGE: if the user hits Ctrl-C while ssh is prompting * for a password, then our cleanup's sending of a SIGUSR1 * signal to all our children may kill ssh before it has a * chance to restore the tty settings (i.e. turn echo back * on). By sleeping for a short time, ssh gets a big...
14,327,309,829,457,428,000,000,000,000,000,000,000
rsync.c
268,090,318,301,389,300,000,000,000,000,000,000,000
[]
CVE-2017-17434
The daemon in rsync 3.1.2, and 3.1.3-development before 2017-12-03, does not check for fnamecmp filenames in the daemon_filter_list data structure (in the recv_files function in receiver.c) and also does not apply the sanitize_paths protection mechanism to pathnames found in "xname follows" strings (in the read_ndx_and...
https://nvd.nist.gov/vuln/detail/CVE-2017-17434
11,328
samba
70aeb5fddd1b2f8e143276f8d5a085db16c593b9
https://github.com/samba-team/samba
https://git.samba.org/?p=rsync.git;a=commit;h=70aeb5fddd1b2f8e143276f8d5a085db16c593b9
None
0
const char *who_am_i(void) { if (am_starting_up) return am_server ? "server" : "client"; return am_sender ? "sender" : am_generator ? "generator" : am_receiver ? "receiver" : "Receiver"; /* pre-forked receiver */ }
118,098,839,665,995,170,000,000,000,000,000,000,000
rsync.c
268,090,318,301,389,300,000,000,000,000,000,000,000
[]
CVE-2017-17434
The daemon in rsync 3.1.2, and 3.1.3-development before 2017-12-03, does not check for fnamecmp filenames in the daemon_filter_list data structure (in the recv_files function in receiver.c) and also does not apply the sanitize_paths protection mechanism to pathnames found in "xname follows" strings (in the read_ndx_and...
https://nvd.nist.gov/vuln/detail/CVE-2017-17434
11,334
haproxy
58df5aea0a0c926b2238f65908f5e9f83d1cca25
https://github.com/haproxy/haproxy
https://git.haproxy.org/?p=haproxy.git;a=commit;h=58df5aea0a0c926b2238f65908f5e9f83d1cca25
BUG: dns: Prevent stack-exhaustion via recursion loop in dns_read_name When a compressed pointer is encountered, dns_read_name() will call itself with the pointed-to offset in the packet. With a specially crafted packet, it was possible to trigger an infinite-loop recursion by making the pointer points to itself. Whil...
0
static int dns_build_query(int query_id, int query_type, unsigned int accepted_payload_size, char *hostname_dn, int hostname_dn_len, char *buf, int bufsize) { struct dns_header dns_hdr; struct dns_question qinfo; struct dns_additional_record edns; char *p = buf; if (sizeof(dns_hdr) + siz...
264,170,279,913,196,000,000,000,000,000,000,000,000
dns.c
236,538,834,078,240,930,000,000,000,000,000,000,000
[ "CWE-835" ]
CVE-2018-20103
An issue was discovered in dns.c in HAProxy through 1.8.14. In the case of a compressed pointer, a crafted packet can trigger infinite recursion by making the pointer point to itself, or create a long chain of valid pointers resulting in stack exhaustion.
https://nvd.nist.gov/vuln/detail/CVE-2018-20103
11,335
haproxy
58df5aea0a0c926b2238f65908f5e9f83d1cca25
https://github.com/haproxy/haproxy
https://git.haproxy.org/?p=haproxy.git;a=commit;h=58df5aea0a0c926b2238f65908f5e9f83d1cca25
BUG: dns: Prevent stack-exhaustion via recursion loop in dns_read_name When a compressed pointer is encountered, dns_read_name() will call itself with the pointed-to offset in the packet. With a specially crafted packet, it was possible to trigger an infinite-loop recursion by making the pointer points to itself. Whil...
0
static void dns_check_dns_response(struct dns_resolution *res) { struct dns_resolvers *resolvers = res->resolvers; struct dns_requester *req, *reqback; struct dns_answer_item *item, *itemback; struct server *srv; struct dns_srvrq *srvrq; list_for_each_entry_safe(item, itemback, &res->response....
226,713,531,637,717,270,000,000,000,000,000,000,000
dns.c
236,538,834,078,240,930,000,000,000,000,000,000,000
[ "CWE-835" ]
CVE-2018-20103
An issue was discovered in dns.c in HAProxy through 1.8.14. In the case of a compressed pointer, a crafted packet can trigger infinite recursion by making the pointer point to itself, or create a long chain of valid pointers resulting in stack exhaustion.
https://nvd.nist.gov/vuln/detail/CVE-2018-20103
11,336
haproxy
58df5aea0a0c926b2238f65908f5e9f83d1cca25
https://github.com/haproxy/haproxy
https://git.haproxy.org/?p=haproxy.git;a=commit;h=58df5aea0a0c926b2238f65908f5e9f83d1cca25
BUG: dns: Prevent stack-exhaustion via recursion loop in dns_read_name When a compressed pointer is encountered, dns_read_name() will call itself with the pointed-to offset in the packet. With a specially crafted packet, it was possible to trigger an infinite-loop recursion by making the pointer points to itself. Whil...
0
static void dns_reset_resolution(struct dns_resolution *resolution) { /* update resolution status */ resolution->step = RSLV_STEP_NONE; resolution->try = 0; resolution->last_resolution = now_ms; resolution->nb_queries = 0; resolution->nb_responses = 0; resolution->query_type =...
12,001,898,397,661,580,000,000,000,000,000,000,000
dns.c
236,538,834,078,240,930,000,000,000,000,000,000,000
[ "CWE-835" ]
CVE-2018-20103
An issue was discovered in dns.c in HAProxy through 1.8.14. In the case of a compressed pointer, a crafted packet can trigger infinite recursion by making the pointer point to itself, or create a long chain of valid pointers resulting in stack exhaustion.
https://nvd.nist.gov/vuln/detail/CVE-2018-20103
11,337
haproxy
58df5aea0a0c926b2238f65908f5e9f83d1cca25
https://github.com/haproxy/haproxy
https://git.haproxy.org/?p=haproxy.git;a=commit;h=58df5aea0a0c926b2238f65908f5e9f83d1cca25
BUG: dns: Prevent stack-exhaustion via recursion loop in dns_read_name When a compressed pointer is encountered, dns_read_name() will call itself with the pointed-to offset in the packet. With a specially crafted packet, it was possible to trigger an infinite-loop recursion by making the pointer points to itself. Whil...
0
static inline int dns_resolution_timeout(struct dns_resolution *res) { switch (res->status) { case RSLV_STATUS_VALID: return res->resolvers->hold.valid; default: return res->resolvers->timeout.resolve; } }
288,482,937,427,703,100,000,000,000,000,000,000,000
dns.c
236,538,834,078,240,930,000,000,000,000,000,000,000
[ "CWE-835" ]
CVE-2018-20103
An issue was discovered in dns.c in HAProxy through 1.8.14. In the case of a compressed pointer, a crafted packet can trigger infinite recursion by making the pointer point to itself, or create a long chain of valid pointers resulting in stack exhaustion.
https://nvd.nist.gov/vuln/detail/CVE-2018-20103
11,338
haproxy
58df5aea0a0c926b2238f65908f5e9f83d1cca25
https://github.com/haproxy/haproxy
https://git.haproxy.org/?p=haproxy.git;a=commit;h=58df5aea0a0c926b2238f65908f5e9f83d1cca25
BUG: dns: Prevent stack-exhaustion via recursion loop in dns_read_name When a compressed pointer is encountered, dns_read_name() will call itself with the pointed-to offset in the packet. With a specially crafted packet, it was possible to trigger an infinite-loop recursion by making the pointer points to itself. Whil...
0
static inline unsigned short dns_response_get_query_id(unsigned char *resp) { return resp[0] * 256 + resp[1]; }
45,821,685,141,851,380,000,000,000,000,000,000,000
dns.c
236,538,834,078,240,930,000,000,000,000,000,000,000
[ "CWE-835" ]
CVE-2018-20103
An issue was discovered in dns.c in HAProxy through 1.8.14. In the case of a compressed pointer, a crafted packet can trigger infinite recursion by making the pointer point to itself, or create a long chain of valid pointers resulting in stack exhaustion.
https://nvd.nist.gov/vuln/detail/CVE-2018-20103
11,339
haproxy
58df5aea0a0c926b2238f65908f5e9f83d1cca25
https://github.com/haproxy/haproxy
https://git.haproxy.org/?p=haproxy.git;a=commit;h=58df5aea0a0c926b2238f65908f5e9f83d1cca25
BUG: dns: Prevent stack-exhaustion via recursion loop in dns_read_name When a compressed pointer is encountered, dns_read_name() will call itself with the pointed-to offset in the packet. With a specially crafted packet, it was possible to trigger an infinite-loop recursion by making the pointer points to itself. Whil...
0
dns_run_resolution(struct dns_resolution *resolution) { struct dns_resolvers *resolvers = resolution->resolvers; int query_id, i; /* Avoid sending requests for resolutions that don't yet have an * hostname, ie resolutions linked to servers that do not yet have an * fqdn */ if (!resolution->hostname_dn) retu...
101,462,500,114,453,040,000,000,000,000,000,000,000
dns.c
236,538,834,078,240,930,000,000,000,000,000,000,000
[ "CWE-835" ]
CVE-2018-20103
An issue was discovered in dns.c in HAProxy through 1.8.14. In the case of a compressed pointer, a crafted packet can trigger infinite recursion by making the pointer point to itself, or create a long chain of valid pointers resulting in stack exhaustion.
https://nvd.nist.gov/vuln/detail/CVE-2018-20103
11,340
haproxy
58df5aea0a0c926b2238f65908f5e9f83d1cca25
https://github.com/haproxy/haproxy
https://git.haproxy.org/?p=haproxy.git;a=commit;h=58df5aea0a0c926b2238f65908f5e9f83d1cca25
BUG: dns: Prevent stack-exhaustion via recursion loop in dns_read_name When a compressed pointer is encountered, dns_read_name() will call itself with the pointed-to offset in the packet. With a specially crafted packet, it was possible to trigger an infinite-loop recursion by making the pointer points to itself. Whil...
0
static int dns_send_query(struct dns_resolution *resolution) { struct dns_resolvers *resolvers = resolution->resolvers; struct dns_nameserver *ns; list_for_each_entry(ns, &resolvers->nameservers, list) { int fd = ns->dgram->t.sock.fd; if (fd == -1) { if (dns_connect_namesaver(ns) == -1) continue; fd ...
265,511,182,553,347,400,000,000,000,000,000,000,000
dns.c
236,538,834,078,240,930,000,000,000,000,000,000,000
[ "CWE-835" ]
CVE-2018-20103
An issue was discovered in dns.c in HAProxy through 1.8.14. In the case of a compressed pointer, a crafted packet can trigger infinite recursion by making the pointer point to itself, or create a long chain of valid pointers resulting in stack exhaustion.
https://nvd.nist.gov/vuln/detail/CVE-2018-20103
11,341
haproxy
58df5aea0a0c926b2238f65908f5e9f83d1cca25
https://github.com/haproxy/haproxy
https://git.haproxy.org/?p=haproxy.git;a=commit;h=58df5aea0a0c926b2238f65908f5e9f83d1cca25
BUG: dns: Prevent stack-exhaustion via recursion loop in dns_read_name When a compressed pointer is encountered, dns_read_name() will call itself with the pointed-to offset in the packet. With a specially crafted packet, it was possible to trigger an infinite-loop recursion by making the pointer points to itself. Whil...
0
void dns_trigger_resolution(struct dns_requester *req) { struct dns_resolvers *resolvers; struct dns_resolution *res; int exp; if (!req || !req->resolution) return; res = req->resolution; resolvers = res->resolvers; /* The resolution must not be triggered yet. Use the cached response, if * valid */ ...
204,159,347,190,264,970,000,000,000,000,000,000,000
dns.c
236,538,834,078,240,930,000,000,000,000,000,000,000
[ "CWE-835" ]
CVE-2018-20103
An issue was discovered in dns.c in HAProxy through 1.8.14. In the case of a compressed pointer, a crafted packet can trigger infinite recursion by making the pointer point to itself, or create a long chain of valid pointers resulting in stack exhaustion.
https://nvd.nist.gov/vuln/detail/CVE-2018-20103
11,342
haproxy
58df5aea0a0c926b2238f65908f5e9f83d1cca25
https://github.com/haproxy/haproxy
https://git.haproxy.org/?p=haproxy.git;a=commit;h=58df5aea0a0c926b2238f65908f5e9f83d1cca25
BUG: dns: Prevent stack-exhaustion via recursion loop in dns_read_name When a compressed pointer is encountered, dns_read_name() will call itself with the pointed-to offset in the packet. With a specially crafted packet, it was possible to trigger an infinite-loop recursion by making the pointer points to itself. Whil...
0
static void dns_update_resolvers_timeout(struct dns_resolvers *resolvers) { struct dns_resolution *res; int next; next = tick_add(now_ms, resolvers->timeout.resolve); if (!LIST_ISEMPTY(&resolvers->resolutions.curr)) { res = LIST_NEXT(&resolvers->resolutions.curr, struct dns_resolution *, list); next = MIN(nex...
208,332,645,144,910,000,000,000,000,000,000,000,000
dns.c
236,538,834,078,240,930,000,000,000,000,000,000,000
[ "CWE-835" ]
CVE-2018-20103
An issue was discovered in dns.c in HAProxy through 1.8.14. In the case of a compressed pointer, a crafted packet can trigger infinite recursion by making the pointer point to itself, or create a long chain of valid pointers resulting in stack exhaustion.
https://nvd.nist.gov/vuln/detail/CVE-2018-20103
11,343
haproxy
efbbdf72992cd20458259962346044cafd9331c0
https://github.com/haproxy/haproxy
https://git.haproxy.org/?p=haproxy.git;a=commit;h=efbbdf72992cd20458259962346044cafd9331c0
BUG: dns: Prevent out-of-bounds read in dns_validate_dns_response() We need to make sure that the record length is not making us read past the end of the data we received. Before this patch we could for example read the 16 bytes corresponding to an AAAA record from the non-initialized part of the buffer, possibly acce...
0
static int cli_io_handler_dump_resolvers_to_buffer(struct appctx *appctx) { struct stream_interface *si = appctx->owner; struct dns_resolvers *resolvers; struct dns_nameserver *ns; chunk_reset(&trash); switch (appctx->st2) { case STAT_ST_INIT: appctx->st2 = STAT_ST_LIST; /* let's start producing data */ ...
29,690,963,073,120,524,000,000,000,000,000,000,000
dns.c
236,538,834,078,240,930,000,000,000,000,000,000,000
[ "CWE-125" ]
CVE-2018-20102
An out-of-bounds read in dns_validate_dns_response in dns.c was discovered in HAProxy through 1.8.14. Due to a missing check when validating DNS responses, remote attackers might be able read the 16 bytes corresponding to an AAAA record from the non-initialized part of the buffer, possibly accessing anything that was l...
https://nvd.nist.gov/vuln/detail/CVE-2018-20102
11,344
haproxy
efbbdf72992cd20458259962346044cafd9331c0
https://github.com/haproxy/haproxy
https://git.haproxy.org/?p=haproxy.git;a=commit;h=efbbdf72992cd20458259962346044cafd9331c0
BUG: dns: Prevent out-of-bounds read in dns_validate_dns_response() We need to make sure that the record length is not making us read past the end of the data we received. Before this patch we could for example read the 16 bytes corresponding to an AAAA record from the non-initialized part of the buffer, possibly acce...
0
static int cli_parse_stat_resolvers(char **args, char *payload, struct appctx *appctx, void *private) { struct dns_resolvers *presolvers; if (*args[2]) { list_for_each_entry(presolvers, &dns_resolvers, list) { if (strcmp(presolvers->id, args[2]) == 0) { appctx->ctx.cli.p0 = presolvers; break; } } ...
155,149,799,893,331,130,000,000,000,000,000,000,000
dns.c
236,538,834,078,240,930,000,000,000,000,000,000,000
[ "CWE-125" ]
CVE-2018-20102
An out-of-bounds read in dns_validate_dns_response in dns.c was discovered in HAProxy through 1.8.14. Due to a missing check when validating DNS responses, remote attackers might be able read the 16 bytes corresponding to an AAAA record from the non-initialized part of the buffer, possibly accessing anything that was l...
https://nvd.nist.gov/vuln/detail/CVE-2018-20102
11,345
haproxy
efbbdf72992cd20458259962346044cafd9331c0
https://github.com/haproxy/haproxy
https://git.haproxy.org/?p=haproxy.git;a=commit;h=efbbdf72992cd20458259962346044cafd9331c0
BUG: dns: Prevent out-of-bounds read in dns_validate_dns_response() We need to make sure that the record length is not making us read past the end of the data we received. Before this patch we could for example read the 16 bytes corresponding to an AAAA record from the non-initialized part of the buffer, possibly acce...
0
static void dns_deinit(void) { struct dns_resolvers *resolvers, *resolversback; struct dns_nameserver *ns, *nsback; struct dns_resolution *res, *resback; struct dns_requester *req, *reqback; struct dns_srvrq *srvrq, *srvrqback; list_for_each_entry_safe(resolvers, resolversback, &dns_resolvers, list) { l...
266,841,229,674,249,500,000,000,000,000,000,000,000
dns.c
236,538,834,078,240,930,000,000,000,000,000,000,000
[ "CWE-125" ]
CVE-2018-20102
An out-of-bounds read in dns_validate_dns_response in dns.c was discovered in HAProxy through 1.8.14. Due to a missing check when validating DNS responses, remote attackers might be able read the 16 bytes corresponding to an AAAA record from the non-initialized part of the buffer, possibly accessing anything that was l...
https://nvd.nist.gov/vuln/detail/CVE-2018-20102
11,346
haproxy
efbbdf72992cd20458259962346044cafd9331c0
https://github.com/haproxy/haproxy
https://git.haproxy.org/?p=haproxy.git;a=commit;h=efbbdf72992cd20458259962346044cafd9331c0
BUG: dns: Prevent out-of-bounds read in dns_validate_dns_response() We need to make sure that the record length is not making us read past the end of the data we received. Before this patch we could for example read the 16 bytes corresponding to an AAAA record from the non-initialized part of the buffer, possibly acce...
0
int dns_dn_label_to_str(const char *dn, int dn_len, char *str, int str_len) { char *ptr; int i, sz; if (str_len < dn_len - 1) return -1; ptr = str; for (i = 0; i < dn_len-1; ++i) { sz = dn[i]; if (i) *ptr++ = '.'; memcpy(ptr, dn+i+1, sz); ptr += sz; i += sz; } *ptr++ = '\0'; return (ptr - str...
219,689,839,149,688,970,000,000,000,000,000,000,000
dns.c
236,538,834,078,240,930,000,000,000,000,000,000,000
[ "CWE-125" ]
CVE-2018-20102
An out-of-bounds read in dns_validate_dns_response in dns.c was discovered in HAProxy through 1.8.14. Due to a missing check when validating DNS responses, remote attackers might be able read the 16 bytes corresponding to an AAAA record from the non-initialized part of the buffer, possibly accessing anything that was l...
https://nvd.nist.gov/vuln/detail/CVE-2018-20102
11,347
haproxy
efbbdf72992cd20458259962346044cafd9331c0
https://github.com/haproxy/haproxy
https://git.haproxy.org/?p=haproxy.git;a=commit;h=efbbdf72992cd20458259962346044cafd9331c0
BUG: dns: Prevent out-of-bounds read in dns_validate_dns_response() We need to make sure that the record length is not making us read past the end of the data we received. Before this patch we could for example read the 16 bytes corresponding to an AAAA record from the non-initialized part of the buffer, possibly acce...
0
static int dns_finalize_config(void) { struct dns_resolvers *resolvers; struct proxy *px; int err_code = 0; /* allocate pool of resolution per resolvers */ list_for_each_entry(resolvers, &dns_resolvers, list) { struct dns_nameserver *ns; struct task *t; /* Check if we can create the socket w...
89,351,816,692,946,900,000,000,000,000,000,000,000
dns.c
236,538,834,078,240,930,000,000,000,000,000,000,000
[ "CWE-125" ]
CVE-2018-20102
An out-of-bounds read in dns_validate_dns_response in dns.c was discovered in HAProxy through 1.8.14. Due to a missing check when validating DNS responses, remote attackers might be able read the 16 bytes corresponding to an AAAA record from the non-initialized part of the buffer, possibly accessing anything that was l...
https://nvd.nist.gov/vuln/detail/CVE-2018-20102
11,348
haproxy
efbbdf72992cd20458259962346044cafd9331c0
https://github.com/haproxy/haproxy
https://git.haproxy.org/?p=haproxy.git;a=commit;h=efbbdf72992cd20458259962346044cafd9331c0
BUG: dns: Prevent out-of-bounds read in dns_validate_dns_response() We need to make sure that the record length is not making us read past the end of the data we received. Before this patch we could for example read the 16 bytes corresponding to an AAAA record from the non-initialized part of the buffer, possibly acce...
0
static void dns_free_resolution(struct dns_resolution *resolution) { struct dns_requester *req, *reqback; /* clean up configuration */ dns_reset_resolution(resolution); resolution->hostname_dn = NULL; resolution->hostname_dn_len = 0; list_for_each_entry_safe(req, reqback, &resolution->requesters, list) { LIST...
164,699,896,954,419,920,000,000,000,000,000,000,000
dns.c
236,538,834,078,240,930,000,000,000,000,000,000,000
[ "CWE-125" ]
CVE-2018-20102
An out-of-bounds read in dns_validate_dns_response in dns.c was discovered in HAProxy through 1.8.14. Due to a missing check when validating DNS responses, remote attackers might be able read the 16 bytes corresponding to an AAAA record from the non-initialized part of the buffer, possibly accessing anything that was l...
https://nvd.nist.gov/vuln/detail/CVE-2018-20102
11,349
haproxy
efbbdf72992cd20458259962346044cafd9331c0
https://github.com/haproxy/haproxy
https://git.haproxy.org/?p=haproxy.git;a=commit;h=efbbdf72992cd20458259962346044cafd9331c0
BUG: dns: Prevent out-of-bounds read in dns_validate_dns_response() We need to make sure that the record length is not making us read past the end of the data we received. Before this patch we could for example read the 16 bytes corresponding to an AAAA record from the non-initialized part of the buffer, possibly acce...
0
int dns_get_ip_from_response(struct dns_response_packet *dns_p, struct dns_options *dns_opts, void *currentip, short currentip_sin_family, void **newip, short *newip_sin_family, void *owner) { struct dns...
80,512,598,506,839,600,000,000,000,000,000,000,000
dns.c
236,538,834,078,240,930,000,000,000,000,000,000,000
[ "CWE-125" ]
CVE-2018-20102
An out-of-bounds read in dns_validate_dns_response in dns.c was discovered in HAProxy through 1.8.14. Due to a missing check when validating DNS responses, remote attackers might be able read the 16 bytes corresponding to an AAAA record from the non-initialized part of the buffer, possibly accessing anything that was l...
https://nvd.nist.gov/vuln/detail/CVE-2018-20102
11,350
haproxy
efbbdf72992cd20458259962346044cafd9331c0
https://github.com/haproxy/haproxy
https://git.haproxy.org/?p=haproxy.git;a=commit;h=efbbdf72992cd20458259962346044cafd9331c0
BUG: dns: Prevent out-of-bounds read in dns_validate_dns_response() We need to make sure that the record length is not making us read past the end of the data we received. Before this patch we could for example read the 16 bytes corresponding to an AAAA record from the non-initialized part of the buffer, possibly acce...
0
int dns_hostname_validation(const char *string, char **err) { const char *c, *d; int i; if (strlen(string) > DNS_MAX_NAME_SIZE) { if (err) *err = DNS_TOO_LONG_FQDN; return 0; } c = string; while (*c) { d = c; i = 0; while (*d != '.' && *d && i <= DNS_MAX_LABEL_SIZE) { i++; if (!((*d == '-') ...
321,979,582,100,669,100,000,000,000,000,000,000,000
dns.c
236,538,834,078,240,930,000,000,000,000,000,000,000
[ "CWE-125" ]
CVE-2018-20102
An out-of-bounds read in dns_validate_dns_response in dns.c was discovered in HAProxy through 1.8.14. Due to a missing check when validating DNS responses, remote attackers might be able read the 16 bytes corresponding to an AAAA record from the non-initialized part of the buffer, possibly accessing anything that was l...
https://nvd.nist.gov/vuln/detail/CVE-2018-20102
11,351
haproxy
efbbdf72992cd20458259962346044cafd9331c0
https://github.com/haproxy/haproxy
https://git.haproxy.org/?p=haproxy.git;a=commit;h=efbbdf72992cd20458259962346044cafd9331c0
BUG: dns: Prevent out-of-bounds read in dns_validate_dns_response() We need to make sure that the record length is not making us read past the end of the data we received. Before this patch we could for example read the 16 bytes corresponding to an AAAA record from the non-initialized part of the buffer, possibly acce...
0
int dns_link_resolution(void *requester, int requester_type, int requester_locked) { struct dns_resolution *res = NULL; struct dns_requester *req; struct dns_resolvers *resolvers; struct server *srv = NULL; struct dns_srvrq *srvrq = NULL; char **hostname_dn; int hostname_dn_len, query_type; ...
178,777,429,140,660,130,000,000,000,000,000,000,000
dns.c
236,538,834,078,240,930,000,000,000,000,000,000,000
[ "CWE-125" ]
CVE-2018-20102
An out-of-bounds read in dns_validate_dns_response in dns.c was discovered in HAProxy through 1.8.14. Due to a missing check when validating DNS responses, remote attackers might be able read the 16 bytes corresponding to an AAAA record from the non-initialized part of the buffer, possibly accessing anything that was l...
https://nvd.nist.gov/vuln/detail/CVE-2018-20102
11,352
haproxy
efbbdf72992cd20458259962346044cafd9331c0
https://github.com/haproxy/haproxy
https://git.haproxy.org/?p=haproxy.git;a=commit;h=efbbdf72992cd20458259962346044cafd9331c0
BUG: dns: Prevent out-of-bounds read in dns_validate_dns_response() We need to make sure that the record length is not making us read past the end of the data we received. Before this patch we could for example read the 16 bytes corresponding to an AAAA record from the non-initialized part of the buffer, possibly acce...
0
static struct dns_resolution *dns_pick_resolution(struct dns_resolvers *resolvers, char **hostname_dn, int hostname_dn_len, int query_type) { struct dns_resolution *res; if (!*hostname_dn) goto from_pool; /* Search for same hostname and query type in resolutions.curr */ list_for_each_entry(res, ...
253,904,624,247,826,500,000,000,000,000,000,000,000
dns.c
236,538,834,078,240,930,000,000,000,000,000,000,000
[ "CWE-125" ]
CVE-2018-20102
An out-of-bounds read in dns_validate_dns_response in dns.c was discovered in HAProxy through 1.8.14. Due to a missing check when validating DNS responses, remote attackers might be able read the 16 bytes corresponding to an AAAA record from the non-initialized part of the buffer, possibly accessing anything that was l...
https://nvd.nist.gov/vuln/detail/CVE-2018-20102
11,353
haproxy
efbbdf72992cd20458259962346044cafd9331c0
https://github.com/haproxy/haproxy
https://git.haproxy.org/?p=haproxy.git;a=commit;h=efbbdf72992cd20458259962346044cafd9331c0
BUG: dns: Prevent out-of-bounds read in dns_validate_dns_response() We need to make sure that the record length is not making us read past the end of the data we received. Before this patch we could for example read the 16 bytes corresponding to an AAAA record from the non-initialized part of the buffer, possibly acce...
0
static struct task *dns_process_resolvers(struct task *t, void *context, unsigned short state) { struct dns_resolvers *resolvers = context; struct dns_resolution *res, *resback; int exp; HA_SPIN_LOCK(DNS_LOCK, &resolvers->lock); /* Handle all expired resolutions from the active list */ list_for_each_entry_safe...
167,371,127,668,923,310,000,000,000,000,000,000,000
dns.c
236,538,834,078,240,930,000,000,000,000,000,000,000
[ "CWE-125" ]
CVE-2018-20102
An out-of-bounds read in dns_validate_dns_response in dns.c was discovered in HAProxy through 1.8.14. Due to a missing check when validating DNS responses, remote attackers might be able read the 16 bytes corresponding to an AAAA record from the non-initialized part of the buffer, possibly accessing anything that was l...
https://nvd.nist.gov/vuln/detail/CVE-2018-20102
11,354
haproxy
efbbdf72992cd20458259962346044cafd9331c0
https://github.com/haproxy/haproxy
https://git.haproxy.org/?p=haproxy.git;a=commit;h=efbbdf72992cd20458259962346044cafd9331c0
BUG: dns: Prevent out-of-bounds read in dns_validate_dns_response() We need to make sure that the record length is not making us read past the end of the data we received. Before this patch we could for example read the 16 bytes corresponding to an AAAA record from the non-initialized part of the buffer, possibly acce...
0
int dns_read_name(unsigned char *buffer, unsigned char *bufend, unsigned char *name, char *destination, int dest_len, int *offset, unsigned int depth) { int nb_bytes = 0, n = 0; int label_len; unsigned char *reader = name; char *dest = destination; while (1) { if (reader >= bufend) goto err; /* Na...
265,458,403,725,355,930,000,000,000,000,000,000,000
dns.c
236,538,834,078,240,930,000,000,000,000,000,000,000
[ "CWE-125" ]
CVE-2018-20102
An out-of-bounds read in dns_validate_dns_response in dns.c was discovered in HAProxy through 1.8.14. Due to a missing check when validating DNS responses, remote attackers might be able read the 16 bytes corresponding to an AAAA record from the non-initialized part of the buffer, possibly accessing anything that was l...
https://nvd.nist.gov/vuln/detail/CVE-2018-20102
11,355
haproxy
efbbdf72992cd20458259962346044cafd9331c0
https://github.com/haproxy/haproxy
https://git.haproxy.org/?p=haproxy.git;a=commit;h=efbbdf72992cd20458259962346044cafd9331c0
BUG: dns: Prevent out-of-bounds read in dns_validate_dns_response() We need to make sure that the record length is not making us read past the end of the data we received. Before this patch we could for example read the 16 bytes corresponding to an AAAA record from the non-initialized part of the buffer, possibly acce...
0
static void dns_resolve_recv(struct dgram_conn *dgram) { struct dns_nameserver *ns, *tmpns; struct dns_resolvers *resolvers; struct dns_resolution *res; struct dns_query_item *query; unsigned char buf[DNS_MAX_UDP_MESSAGE + 1]; unsigned char *bufend; int fd, buflen, dns_resp; int max_answer_records; unsigned ...
332,513,099,847,586,200,000,000,000,000,000,000,000
dns.c
236,538,834,078,240,930,000,000,000,000,000,000,000
[ "CWE-125" ]
CVE-2018-20102
An out-of-bounds read in dns_validate_dns_response in dns.c was discovered in HAProxy through 1.8.14. Due to a missing check when validating DNS responses, remote attackers might be able read the 16 bytes corresponding to an AAAA record from the non-initialized part of the buffer, possibly accessing anything that was l...
https://nvd.nist.gov/vuln/detail/CVE-2018-20102
11,356
haproxy
efbbdf72992cd20458259962346044cafd9331c0
https://github.com/haproxy/haproxy
https://git.haproxy.org/?p=haproxy.git;a=commit;h=efbbdf72992cd20458259962346044cafd9331c0
BUG: dns: Prevent out-of-bounds read in dns_validate_dns_response() We need to make sure that the record length is not making us read past the end of the data we received. Before this patch we could for example read the 16 bytes corresponding to an AAAA record from the non-initialized part of the buffer, possibly acce...
0
int dns_str_to_dn_label(const char *str, int str_len, char *dn, int dn_len) { int i, offset; if (dn_len < str_len + 1) return -1; /* First byte of dn will be used to store the length of the first * label */ offset = 0; for (i = 0; i < str_len; ++i) { if (str[i] == '.') { /* 2 or more consecutive dots is...
31,956,296,095,874,720,000,000,000,000,000,000,000
dns.c
236,538,834,078,240,930,000,000,000,000,000,000,000
[ "CWE-125" ]
CVE-2018-20102
An out-of-bounds read in dns_validate_dns_response in dns.c was discovered in HAProxy through 1.8.14. Due to a missing check when validating DNS responses, remote attackers might be able read the 16 bytes corresponding to an AAAA record from the non-initialized part of the buffer, possibly accessing anything that was l...
https://nvd.nist.gov/vuln/detail/CVE-2018-20102
11,357
haproxy
efbbdf72992cd20458259962346044cafd9331c0
https://github.com/haproxy/haproxy
https://git.haproxy.org/?p=haproxy.git;a=commit;h=efbbdf72992cd20458259962346044cafd9331c0
BUG: dns: Prevent out-of-bounds read in dns_validate_dns_response() We need to make sure that the record length is not making us read past the end of the data we received. Before this patch we could for example read the 16 bytes corresponding to an AAAA record from the non-initialized part of the buffer, possibly acce...
0
void dns_unlink_resolution(struct dns_requester *requester) { struct dns_resolution *res; struct dns_requester *req; /* Nothing to do */ if (!requester || !requester->resolution) return; res = requester->resolution; /* Clean up the requester */ LIST_DEL(&requester->list); requester->resolution = NULL; /*...
218,606,860,309,032,950,000,000,000,000,000,000,000
dns.c
236,538,834,078,240,930,000,000,000,000,000,000,000
[ "CWE-125" ]
CVE-2018-20102
An out-of-bounds read in dns_validate_dns_response in dns.c was discovered in HAProxy through 1.8.14. Due to a missing check when validating DNS responses, remote attackers might be able read the 16 bytes corresponding to an AAAA record from the non-initialized part of the buffer, possibly accessing anything that was l...
https://nvd.nist.gov/vuln/detail/CVE-2018-20102
11,358
haproxy
efbbdf72992cd20458259962346044cafd9331c0
https://github.com/haproxy/haproxy
https://git.haproxy.org/?p=haproxy.git;a=commit;h=efbbdf72992cd20458259962346044cafd9331c0
BUG: dns: Prevent out-of-bounds read in dns_validate_dns_response() We need to make sure that the record length is not making us read past the end of the data we received. Before this patch we could for example read the 16 bytes corresponding to an AAAA record from the non-initialized part of the buffer, possibly acce...
0
struct dns_srvrq *new_dns_srvrq(struct server *srv, char *fqdn) { struct proxy *px = srv->proxy; struct dns_srvrq *srvrq = NULL; int fqdn_len, hostname_dn_len; fqdn_len = strlen(fqdn); hostname_dn_len = dns_str_to_dn_label(fqdn, fqdn_len + 1, trash.area, trash.size); if (hostname_dn_len == -1) ...
328,006,933,771,125,950,000,000,000,000,000,000,000
dns.c
236,538,834,078,240,930,000,000,000,000,000,000,000
[ "CWE-125" ]
CVE-2018-20102
An out-of-bounds read in dns_validate_dns_response in dns.c was discovered in HAProxy through 1.8.14. Due to a missing check when validating DNS responses, remote attackers might be able read the 16 bytes corresponding to an AAAA record from the non-initialized part of the buffer, possibly accessing anything that was l...
https://nvd.nist.gov/vuln/detail/CVE-2018-20102
11,373
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
_poppler_page_new (PopplerDocument *document, Page *page, int index) { PopplerPage *poppler_page; g_return_val_if_fail (POPPLER_IS_DOCUMENT (document), NULL); poppler_page = (PopplerPage *) g_object_new (POPPLER_TYPE_PAGE, NULL, NULL); poppler_page->document = (PopplerDocument *) g_object_ref (document); po...
103,452,768,581,550,370,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,374
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
_poppler_page_render_to_pixbuf (PopplerPage *page, int src_x, int src_y, int src_width, int src_height, double scale, int rotation, GBool printing, GdkPixbuf *pixbuf) { OutputDevData data; poppler_page_prepare_output_dev (page, scale, rotation, FALSE, &data); page->page->displaySlice(p...
239,169,173,080,203,250,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,375
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
copy_cairo_surface_to_pixbuf (cairo_surface_t *surface, unsigned char *data, GdkPixbuf *pixbuf) { int cairo_width, cairo_height, cairo_rowstride; unsigned char *pixbuf_data, *dst, *cairo_data; int pixbuf_rowstride, pixbuf_n_channels; unsigned int *src; int x, y; cairo_width = cair...
217,756,926,742,718,300,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,376
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
image_draw_decide_cb (int image_id, void *data) { return (image_id == GPOINTER_TO_INT (data)); }
161,826,047,759,163,780,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,377
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_annot_mapping_copy (PopplerAnnotMapping *mapping) { PopplerAnnotMapping *new_mapping; new_mapping = poppler_annot_mapping_new (); *new_mapping = *mapping; if (mapping->annot) new_mapping->annot = (PopplerAnnot *) g_object_ref (mapping->annot); return new_mapping; }
301,692,906,750,872,900,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,378
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_annot_mapping_free (PopplerAnnotMapping *mapping) { if (!mapping) return; if (mapping->annot) g_object_unref (mapping->annot); g_free (mapping); }
114,207,947,152,702,400,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,379
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_annot_mapping_new (void) { return (PopplerAnnotMapping *) g_new0 (PopplerAnnotMapping, 1); }
282,630,087,210,986,230,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,380
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_color_copy (PopplerColor *color) { PopplerColor *new_color; new_color = g_new (PopplerColor, 1); *new_color = *color; return new_color; }
258,940,643,336,806,040,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,381
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_color_free (PopplerColor *color) { g_free (color); }
321,335,835,554,151,300,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,382
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_color_new (void) { return (PopplerColor *) g_new0 (PopplerColor, 1); }
28,490,427,181,767,060,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,383
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_form_field_mapping_free (PopplerFormFieldMapping *mapping) { if (!mapping) return; if (mapping->field) g_object_unref (mapping->field); g_free (mapping); }
119,023,651,473,982,670,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,384
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_form_field_mapping_new (void) { return (PopplerFormFieldMapping *) g_new0 (PopplerFormFieldMapping, 1); }
86,164,071,927,244,150,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,385
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_image_mapping_copy (PopplerImageMapping *mapping) { PopplerImageMapping *new_mapping; new_mapping = poppler_image_mapping_new (); *new_mapping = *mapping; return new_mapping; }
4,679,888,462,259,993,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,386
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_image_mapping_free (PopplerImageMapping *mapping) { g_free (mapping); }
224,183,035,139,796,370,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,387
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_image_mapping_new (void) { return (PopplerImageMapping *) g_new0 (PopplerImageMapping, 1); }
27,350,145,570,051,434,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,388
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_link_mapping_copy (PopplerLinkMapping *mapping) { PopplerLinkMapping *new_mapping; new_mapping = poppler_link_mapping_new (); *new_mapping = *mapping; if (new_mapping->action) new_mapping->action = poppler_action_copy (new_mapping->action); return new_mapping; }
78,590,653,903,699,770,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,389
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_link_mapping_free (PopplerLinkMapping *mapping) { if (mapping->action) poppler_action_free (mapping->action); g_free (mapping); }
29,494,524,629,313,396,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,390
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_link_mapping_new (void) { return (PopplerLinkMapping *) g_new0 (PopplerLinkMapping, 1); }
40,148,469,825,309,050,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,391
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_mapping_free (PopplerLinkMapping *mapping) { poppler_action_free (mapping->action); g_free (mapping); }
192,856,576,356,607,200,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,392
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_class_init (PopplerPageClass *klass) { GObjectClass *gobject_class = G_OBJECT_CLASS (klass); GParamSpec *pspec; gobject_class->finalize = poppler_page_finalize; gobject_class->get_property = poppler_page_get_property; pspec = g_param_spec_string ("label", "Page Label", "The ...
248,701,039,295,976,680,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,393
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_copy_to_pixbuf(PopplerPage *page, GdkPixbuf *pixbuf, OutputDevData *data) { SplashOutputDev *output_dev; SplashBitmap *bitmap; SplashColorPtr color_ptr; int splash_width, splash_height, splash_rowstride; int pixbuf_rowstride, pixbuf_n_channels; guchar *pixbuf_data, *dst; int x, ...
20,322,896,493,496,028,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,394
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_finalize (GObject *object) { PopplerPage *page = POPPLER_PAGE (object); g_object_unref (page->document); page->document = NULL; if (page->annots != NULL) delete page->annots; #if defined (HAVE_CAIRO) if (page->text != NULL) page->text->decRefCnt(); #else if (page->gfx != NULL) de...
146,326,674,166,001,930,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,395
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_find_text (PopplerPage *page, const char *text) { PopplerRectangle *match; GList *matches; double xMin, yMin, xMax, yMax; gunichar *ucs4; glong ucs4_len; double height; #if defined (HAVE_CAIRO) TextPage *text_dev; #else TextOutputDev *text_dev; #endif g_return_val_if_fail (POPPLER_...
58,373,213,448,697,590,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,396
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_free_annot_mapping (GList *list) { if (!list) return; g_list_foreach (list, (GFunc)poppler_annot_mapping_free, NULL); g_list_free (list); }
295,873,926,565,590,630,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,397
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_free_form_field_mapping (GList *list) { if (list == NULL) return; g_list_foreach (list, (GFunc) poppler_form_field_mapping_free, NULL); g_list_free (list); }
13,393,342,472,769,492,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,398
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_free_image_mapping (GList *list) { if (list == NULL) return; g_list_foreach (list, (GFunc)g_free, NULL); g_list_free (list); }
252,152,134,513,609,350,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,399
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_free_image_mapping (GList *list) { }
134,607,403,432,497,780,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,400
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_free_link_mapping (GList *list) { if (list == NULL) return; g_list_foreach (list, (GFunc) (poppler_mapping_free), NULL); g_list_free (list); }
12,368,554,591,861,512,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,401
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_get_annot_mapping (PopplerPage *page) { GList *map_list = NULL; double width, height; gint i; g_return_val_if_fail (POPPLER_IS_PAGE (page), NULL); if (!page->annots) page->annots = page->page->getAnnots (page->document->doc->getCatalog ()); if (!page->annots) return NULL; popple...
190,670,642,184,431,700,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,402
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_get_crop_box (PopplerPage *page, PopplerRectangle *rect) { PDFRectangle* cropBox = page->page->getCropBox (); rect->x1 = cropBox->x1; rect->x2 = cropBox->x2; rect->y1 = cropBox->y1; rect->y2 = cropBox->y2; }
151,948,820,432,038,970,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,403
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_get_duration (PopplerPage *page) { g_return_val_if_fail (POPPLER_IS_PAGE (page), -1); return page->page->getDuration (); }
242,733,315,791,125,900,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,404
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_get_form_field_mapping (PopplerPage *page) { GList *map_list = NULL; FormPageWidgets *forms; gint i; g_return_val_if_fail (POPPLER_IS_PAGE (page), NULL); forms = page->page->getPageWidgets (); if (forms == NULL) return NULL; for (i = 0; i < forms->getNumWidgets (); i++) { Poppl...
203,736,447,517,994,840,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,405
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_get_image (PopplerPage *page, gint image_id) { CairoImageOutputDev *out; cairo_surface_t *image; g_return_val_if_fail (POPPLER_IS_PAGE (page), NULL); out = poppler_page_get_image_output_dev (page, image_draw_decide_cb, GINT_TO_POINTER (image_id)); if (image_id >= o...
121,531,270,889,879,300,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,406
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_get_image_mapping (PopplerPage *page) { GList *map_list = NULL; CairoImageOutputDev *out; gint i; g_return_val_if_fail (POPPLER_IS_PAGE (page), NULL); out = poppler_page_get_image_output_dev (page, NULL, NULL); for (i = 0; i < out->getNumImages (); i++) { PopplerImageMapping *mapping; ...
5,000,966,257,629,864,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,407
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_get_image_mapping (PopplerPage *page) { return NULL; }
182,150,302,472,199,000,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,408
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_get_image_output_dev (PopplerPage *page, GBool (*imgDrawDeviceCbk)(int img_id, void *data), void *imgDrawCbkData) { CairoImageOutputDev *image_dev; Gfx *gfx; image_dev = new CairoImageOutputDev (); if (imgDrawDeviceCbk) { image_dev->setImageDrawDecideCbk (imgDrawDeviceCbk, ...
76,552,950,781,222,360,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,409
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_get_link_mapping (PopplerPage *page) { GList *map_list = NULL; gint i; Links *links; Object obj; double width, height; g_return_val_if_fail (POPPLER_IS_PAGE (page), NULL); links = new Links (page->page->getAnnots (&obj), page->document->doc->getCatalog ()->getBaseURI ()); obj.f...
85,331,103,155,009,470,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,410
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_get_property (GObject *object, guint prop_id, GValue *value, GParamSpec *pspec) { PopplerPage *page = POPPLER_PAGE (object); GooString label; switch (prop_id) { case PROP_LABEL: page->document->doc->getCatalog ()->indexToLabel (page->index, &label); g_value_take...
26,468,185,100,286,787,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,411
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_get_selection_region (PopplerPage *page, gdouble scale, PopplerSelectionStyle style, PopplerRectangle *selection) { PDFRectangle poppler_selection; SelectionStyle selection_style = selectionStyleGlyph; GooList *list; GList *region = NULL; int i;...
73,262,659,489,876,890,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,412
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_get_size (PopplerPage *page, double *width, double *height) { double page_width, page_height; int rotate; g_return_if_fail (POPPLER_IS_PAGE (page)); rotate = page->page->getRotate (); if (rotate == 90 || rotate == 270) { page_height = page->page->getCropWidth ();...
227,706,901,371,355,030,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,413
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_get_text (PopplerPage *page, PopplerSelectionStyle style, PopplerRectangle *selection) { GooString *sel_text; double height; char *result; SelectionStyle selection_style = selectionStyleGlyph; PDFRectangle pdf_selection; g_return_val_if_fail (POPPLER_IS_PAGE (pag...
41,053,920,479,018,920,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,414
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_get_text_output_dev (PopplerPage *page) { if (page->text_dev == NULL) { page->text_dev = new TextOutputDev (NULL, gTrue, gFalse, gFalse); if (page->gfx) delete page->gfx; page->gfx = page->page->createGfx(page->text_dev, 72.0, 72.0, 0, gFalse, /* useMediaBox */ ...
229,629,987,386,990,040,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,415
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_get_text_page (PopplerPage *page) { if (page->text == NULL) { cairo_t *cr; cairo_surface_t *surface; surface = cairo_image_surface_create (CAIRO_FORMAT_RGB24, 1, 1); cr = cairo_create (surface); poppler_page_render (page, cr); cairo_destroy (cr); cairo_surface_destroy (surfac...
148,805,590,170,753,670,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,416
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_get_thumbnail (PopplerPage *page) { unsigned char *data; int width, height, rowstride; cairo_surface_t *surface; g_return_val_if_fail (POPPLER_IS_PAGE (page), FALSE); if (!page->page->loadThumb (&data, &width, &height, &rowstride)) return NULL; surface = create_surface_from_thumbnail_dat...
198,986,583,528,515,270,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,417
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_get_thumbnail_pixbuf (PopplerPage *page) { unsigned char *data; int width, height, rowstride; g_return_val_if_fail (POPPLER_IS_PAGE (page), FALSE); if (!page->page->loadThumb (&data, &width, &height, &rowstride)) return NULL; return gdk_pixbuf_new_from_data (data, GDK_COLORSPACE_RGB, ...
317,026,678,024,211,130,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,418
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_get_thumbnail_size (PopplerPage *page, int *width, int *height) { Object thumb; Dict *dict; gboolean retval = FALSE; g_return_val_if_fail (POPPLER_IS_PAGE (page), FALSE); g_return_val_if_fail (width != NULL, FALSE); g_return_val_if_fail (height != NULL, FALSE); pag...
212,568,925,501,225,660,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,419
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_get_transition (PopplerPage *page) { PageTransition *trans; PopplerPageTransition *transition; Object obj; g_return_val_if_fail (POPPLER_IS_PAGE (page), NULL); trans = new PageTransition (page->page->getTrans (&obj)); obj.free (); if (!trans->isOk ()) { delete trans; return NULL;...
307,442,165,207,418,720,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,420
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_init (PopplerPage *page) { }
54,892,733,165,717,570,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,421
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_prepare_output_dev (PopplerPage *page, double scale, int rotation, gboolean transparent, OutputDevData *output_dev_data) { CairoOutputDev *output_dev; cairo_surface_t *surface; double width, height; int cairo_width, cairo_height, cairo_rowstride, rotate; unsigned char *cairo_d...
330,869,267,907,243,950,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,422
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_render (PopplerPage *page, cairo_t *cairo) { g_return_if_fail (POPPLER_IS_PAGE (page)); if (!page->text) page->text = new TextPage(gFalse); _poppler_page_render (page, cairo, gFalse); }
96,022,072,506,495,030,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,423
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_render_for_printing (PopplerPage *page, cairo_t *cairo) { g_return_if_fail (POPPLER_IS_PAGE (page)); _poppler_page_render (page, cairo, gTrue); }
215,592,190,801,643,000,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,424
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_render_selection (PopplerPage *page, cairo_t *cairo, PopplerRectangle *selection, PopplerRectangle *old_selection, PopplerSelectionStyle style, PopplerColor *glyph_color, PopplerColor *backgrou...
179,813,685,967,082,580,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,425
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_render_selection_to_pixbuf (PopplerPage *page, gdouble scale, int rotation, GdkPixbuf *pixbuf, ...
259,553,581,922,897,200,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,426
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_render_to_pixbuf (PopplerPage *page, int src_x, int src_y, int src_width, int src_height, double scale, int rotation, GdkPixbuf *pixbuf) { g_return_if_fail (POPPLER_IS_PAGE (page)); g_return_if_fail (scale > 0.0); g_return_if_fail (pixbuf != NULL); ...
78,190,675,890,501,520,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,427
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_render_to_ps (PopplerPage *page, PopplerPSFile *ps_file) { g_return_if_fail (POPPLER_IS_PAGE (page)); g_return_if_fail (ps_file != NULL); if (!ps_file->out) ps_file->out = new PSOutputDev (ps_file->filename, ps_file->document->doc->getXRef(), ...
117,990,100,874,064,100,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,428
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_selection_region_free (GList *region) { if (!region) return; g_list_foreach (region, (GFunc)poppler_rectangle_free, NULL); g_list_free (region); }
325,245,833,211,390,930,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,429
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_set_selection_alpha (PopplerPage *page, double scale, GdkPixbuf *pixbuf, PopplerSelectionStyle style, PopplerRectangle *selection) { /* Cairo doesn't need this, since cairo generates an alpha channel. */ }
48,734,775,105,510,745,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,430
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_set_selection_alpha (PopplerPage *page, double scale, GdkPixbuf *pixbuf, PopplerSelectionStyle style, PopplerRectangle *selection) { GList *region, *l; gint x, y, width, height; int pixbuf_rowstride, pixbuf_n_channels; guchar *pixb...
264,012,997,649,379,380,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,431
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_transition_copy (PopplerPageTransition *transition) { PopplerPageTransition *new_transition; new_transition = poppler_page_transition_new (); *new_transition = *transition; return new_transition; }
299,099,051,566,963,640,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,432
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_page_transition_free (PopplerPageTransition *transition) { g_free (transition); }
143,873,816,334,424,800,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607
11,433
poppler
c839b706092583f6b12ed3cc634bf5af34b7a2bb
https://github.com/freedesktop/poppler
https://cgit.freedesktop.org/poppler/poppler/commit/?id=c839b706
[glib] Fix CVE-2009-3607
0
poppler_print_annot_cb (Annot *annot, void *user_data) { if (annot->getFlags () & Annot::flagPrint) return gTrue; return (annot->getType() == Annot::typeWidget); }
295,308,509,253,832,820,000,000,000,000,000,000,000
poppler-page.cc
187,894,592,759,936,500,000,000,000,000,000,000,000
[ "CWE-189" ]
CVE-2009-3607
Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow. NOTE: some of these details are o...
https://nvd.nist.gov/vuln/detail/CVE-2009-3607