Re: [sqlite] SQLite CVE-2015-6607 (Escalation of privilege issue )

2017-04-17 Thread Saurav Sarkar
7, at 9:56am, Saurav Sarkar <saurav.sark...@gmail.com> wrote: > > > http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-6607 > > > > It mentions the escalation of privilege attack in Android due to an > > internal bug in SQlite > > > > We use S

[sqlite] SQLite CVE-2015-6607 (Escalation of privilege issue )

2017-04-17 Thread Saurav Sarkar
Dear SQLite Experts, This is regarding SQlite vulnerability http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-6607 It mentions the escalation of privilege attack in Android due to an internal bug in SQlite We use SQLite distributed with Android in our application and use the normal

[sqlite] SQLite Vulnerabilities reported in NVD

2015-12-22 Thread Saurav Sarkar
. This will again trigger the metadata update into DB. But the queries will be always parametrized ones. Regards, Saurav On Tue, Dec 22, 2015 at 12:12 PM, Clemens Ladisch wrote: > Saurav Sarkar: > >Our application is free of any kind of SQL injection > > Famous last words. :) > &

[sqlite] SQLite Vulnerabilities reported in NVD

2015-12-22 Thread Saurav Sarkar
Hi All, We use SQlite 3.8.8.3 in our Windows 8.1 universal application. We are also using SQLitePCL as a wrapper to work from c# layer. Our application is free of any kind of SQL injection as we don't have any input fields. We see three vulnerabilities reported recently.

[sqlite] .NET - Using SQLite in an Universal Windows library without LINQ

2015-08-19 Thread Saurav Sarkar
Hi Mat, We have been using SQLite in our Windows universal application both for tablet and phone We used SQlitePCL as the wrapper library to write our queries in plain sql . check for more details here http://codifyit.blogspot.in/2015/04/using-sqlite-in-your-windows-store-apps.html cheers,

[sqlite] Security issues in SQLite

2015-03-23 Thread Saurav Sarkar
Thanks a lot Richard for your inputs. the link indeed looks positive enough :). Would like to know if anyone else has gone through similar experiences . Best Regards, Saurav On Mon, Mar 23, 2015 at 5:26 PM, Richard Hipp wrote: > On 3/23/15, Saurav Sarkar wrote: > > Hi All, >

[sqlite] Security issues in SQLite

2015-03-23 Thread Saurav Sarkar
Hi All, We use SQLite in our application. Ours is an windows store application internally uses SQlite to store data (embedded). I use SQLitePCL library which is a C# .NET based library I was asked to perform Fortify scans on the SQLite code of 3.8.8.3 I used the amalgamation code. Since it is

[sqlite] Source code for 3.8.7.4

2015-03-20 Thread Saurav Sarkar
Thanks a ton Dan and Smith for sending the link. Best Regards, Saurav On Fri, Mar 20, 2015 at 2:46 PM, R.Smith wrote: > That release was last year I think, try 2014 or 2013. > > > On 2015-03-20 11:11 AM, Saurav Sarkar wrote: > >> Hi All, >> >> i have tried to d

[sqlite] Source code for 3.8.7.4

2015-03-20 Thread Saurav Sarkar
, Mar 19, 2015 at 9:05 PM, Saurav Sarkar wrote: > Hi Richard, > > Thanks for the info. > I got this link from the site for 3.8.7.4 > http://www.sqlite.org/cgi/src/info/f66f7a17b78ba617 > > Hope this is fine. > > I want this version because my project is using thi

[sqlite] Source code for 3.8.7.4

2015-03-19 Thread Saurav Sarkar
/19/15, Saurav Sarkar wrote: > > Hi All, > > > > Can anyone please tell me how can i get the source code for 3.8.7.4 ? > > In the website of SQLite i could get hold of a amalgamation source code > of > > latest release 3.8.8.3 in a zip file. > > > >

[sqlite] Source code for 3.8.7.4

2015-03-19 Thread Saurav Sarkar
Hi All, Can anyone please tell me how can i get the source code for 3.8.7.4 ? In the website of SQLite i could get hold of a amalgamation source code of latest release 3.8.8.3 in a zip file. Can i similarly get for 3.8.7.4 ? thanks and Regards, Saurav

[sqlite] Consuming Visual studio extension SDKs in a remote build

2015-02-23 Thread Saurav Sarkar
Hi All, I am new to .NET and developing an universal Windows application. I am using Visual Studio extension for SQLite for WinRT and Windows Phone. http://www.sqlite.org/2015/sqlite-wp81-winrt-3080801.vsix http://www.sqlite.org/2015/sqlite-winrt81-3080801.vsix I can perfectly install